Update README.md
Browse files
README.md
CHANGED
@@ -35,15 +35,11 @@ prompt: cute anime girl with massive fluffy fennec ears and a big fluffy tail bl
|
|
35 |
|
36 |
|
37 |
|
38 |
-
## Intended uses & limitations
|
39 |
-
|
40 |
-
|
41 |
## How to use
|
42 |
|
43 |
### with diffusers
|
44 |
|
45 |
```python
|
46 |
-
# TODO: add an example code snippet for running this diffusion pipeline
|
47 |
import torch
|
48 |
from diffusers.utils import load_image
|
49 |
from diffusers.pipelines.flux.pipeline_flux_controlnet import FluxControlNetPipeline
|
@@ -73,7 +69,10 @@ An [example comfyui workflow](./example_workflow.json)is also provided.
|
|
73 |
|
74 |
## Limitations and bias
|
75 |
|
76 |
-
|
|
|
|
|
|
|
77 |
|
78 |
## Training details
|
79 |
|
|
|
35 |
|
36 |
|
37 |
|
|
|
|
|
|
|
38 |
## How to use
|
39 |
|
40 |
### with diffusers
|
41 |
|
42 |
```python
|
|
|
43 |
import torch
|
44 |
from diffusers.utils import load_image
|
45 |
from diffusers.pipelines.flux.pipeline_flux_controlnet import FluxControlNetPipeline
|
|
|
69 |
|
70 |
## Limitations and bias
|
71 |
|
72 |
+
- This model is not intended or able to provide factual information.
|
73 |
+
- As a statistical model this checkpoint might amplify existing societal biases.
|
74 |
+
- The model may fail to generate output that matches the prompts.
|
75 |
+
- Prompt following is heavily influenced by the prompting-style.
|
76 |
|
77 |
## Training details
|
78 |
|