Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
common-canvas
stable-diffusion
Inference Endpoints
pasta41 commited on
Commit
b75c29e
1 Parent(s): 1b002a5

minor text updates

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- * The model primarily learned from English descriptions and may not perform as effectively 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 objectionable content, i.e. nudity or other NSFW material.
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 Repo to finetune / train the model: https://github.com/mosaicml/diffusion . 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
 
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