minor text updates
Browse files
README.md
CHANGED
@@ -39,9 +39,9 @@ Note: The non-commercial variants of this model are explicitly not intended to b
|
|
39 |
* Text in images produced by the model will likely be difficult to read.
|
40 |
* The model struggles with more complex tasks that require compositional understanding
|
41 |
* It may not accurately generate faces or representations of specific people.
|
42 |
-
*
|
43 |
* The autoencoder aspect of the model introduces some information loss.
|
44 |
-
* It may be possible to guide the model to generate
|
45 |
|
46 |
## Intended Uses
|
47 |
* Using the model for generative AI research
|
@@ -52,7 +52,7 @@ Note: The non-commercial variants of this model are explicitly not intended to b
|
|
52 |
* Research on generative models.
|
53 |
|
54 |
## Usage
|
55 |
-
We recommend using the MosaicML Diffusion
|
56 |
|
57 |
## Evaluation/Validation
|
58 |
We validated the model against Stability AI’s SD2 model and compared human user study
|
|
|
39 |
* Text in images produced by the model will likely be difficult to read.
|
40 |
* The model struggles with more complex tasks that require compositional understanding
|
41 |
* It may not accurately generate faces or representations of specific people.
|
42 |
+
* CommonCatalog (the training dataset) contains synthetic captions that are primarily English-language text; our models may not perform as effectively when prompted in other languages.
|
43 |
* The autoencoder aspect of the model introduces some information loss.
|
44 |
+
* It may be possible to guide the model to generate harmful content, i.e. nudity or other NSFW material.
|
45 |
|
46 |
## Intended Uses
|
47 |
* Using the model for generative AI research
|
|
|
52 |
* Research on generative models.
|
53 |
|
54 |
## Usage
|
55 |
+
We recommend using the [MosaicML Diffusion repository](https://github.com/mosaicml/diffusion) to finetune / train the model. Example finetuning code coming soon. See the Gradio Demo [Here](https://github.com/mosaicml/diffusion/blob/main/scripts/gradio_demo.py)
|
56 |
|
57 |
## Evaluation/Validation
|
58 |
We validated the model against Stability AI’s SD2 model and compared human user study
|