Commit
•
bc2a6ac
1
Parent(s):
5694b26
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
-
# CommonCanvas-
|
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 XL. 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.
|
@@ -61,7 +61,7 @@ Try the model demo on [Hugging Face Spaces](https://huggingface.co/spaces/common
|
|
61 |
```py
|
62 |
from diffusers import StableDiffusionXLPipeline
|
63 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
64 |
-
"common-canvas/CommonCanvas-
|
65 |
custom_pipeline="multimodalart/sdxl_perturbed_attention_guidance", #read more at https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance
|
66 |
torch_dtype=torch.float16
|
67 |
).to(device)
|
|
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
+
# CommonCanvas-XL-C
|
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 XL. 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.
|
|
|
61 |
```py
|
62 |
from diffusers import StableDiffusionXLPipeline
|
63 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
64 |
+
"common-canvas/CommonCanvas-XL-C",
|
65 |
custom_pipeline="multimodalart/sdxl_perturbed_attention_guidance", #read more at https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance
|
66 |
torch_dtype=torch.float16
|
67 |
).to(device)
|