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

update summary

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -10,10 +10,12 @@ datasets:
10
  language:
11
  - en
12
  ---
13
- # CommonCanvas-SNC
14
 
15
  ## Summary
16
- CommonCanvas is a family of latent diffusion models capable of generating images from a given text prompt. The architecture is based off of Stable Diffusion 2. Different CommonCanvas models are trained exclusively on subsets of the CommonCatalog Dataset (See Data Card), a large dataset of Creative Commons licensed images with synthetic captions produced using a pre-trained BLIP-2 captioning model.
 
 
17
 
18
  **Input:** CommonCatalog Text Captions
19
  **Output:** CommonCatalog Images
 
10
  language:
11
  - en
12
  ---
13
+ # CommonCanvas-S-NC
14
 
15
  ## Summary
16
+ CommonCanvas is a family of latent diffusion models capable of generating images from a given text prompt.
17
+ Different models in the family are different sizes, and trained on different subsets of the CommonCatalog Dataset (See Data Card), a large dataset of Creative Commons licensed images with synthetic captions produced using a pre-trained BLIP-2 captioning model.
18
+ CommonCanvas-S-NC is the small (S) model based off the Stable Diffusion 2 architecture, and trained on the non-commercial (NC) subset of CommonCatalog.
19
 
20
  **Input:** CommonCatalog Text Captions
21
  **Output:** CommonCatalog Images