Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ datasets:
|
|
| 12 |
language:
|
| 13 |
- en
|
| 14 |
---
|
| 15 |
-
# CommonCanvas-
|
| 16 |
|
| 17 |
## Summary
|
| 18 |
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.
|
|
@@ -66,7 +66,7 @@ Try the model demo on [Hugging Face Spaces](https://huggingface.co/spaces/common
|
|
| 66 |
```py
|
| 67 |
from diffusers import StableDiffusionXLPipeline
|
| 68 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
| 69 |
-
"common-canvas/CommonCanvas-
|
| 70 |
custom_pipeline="multimodalart/sdxl_perturbed_attention_guidance", #read more at https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance
|
| 71 |
torch_dtype=torch.float16
|
| 72 |
).to(device)
|
|
|
|
| 12 |
language:
|
| 13 |
- en
|
| 14 |
---
|
| 15 |
+
# CommonCanvas-XL-NC
|
| 16 |
|
| 17 |
## Summary
|
| 18 |
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.
|
|
|
|
| 66 |
```py
|
| 67 |
from diffusers import StableDiffusionXLPipeline
|
| 68 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
| 69 |
+
"common-canvas/CommonCanvas-XL-NC",
|
| 70 |
custom_pipeline="multimodalart/sdxl_perturbed_attention_guidance", #read more at https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance
|
| 71 |
torch_dtype=torch.float16
|
| 72 |
).to(device)
|