Instructions to use cgldo/diffusionclone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cgldo/diffusionclone with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cgldo/diffusionclone", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: openrail++
|
| 3 |
-
tags:
|
| 4 |
-
- stable-diffusion
|
| 5 |
-
- text-to-image
|
| 6 |
pinned: true
|
| 7 |
---
|
| 8 |
|
|
@@ -182,4 +179,4 @@ Based on that information, we estimate the following CO2 emissions using the [Ma
|
|
| 182 |
pages = {10684-10695}
|
| 183 |
}
|
| 184 |
|
| 185 |
-
*This model card was written by: Robin Rombach, Patrick Esser and David Ha and is based on the [Stable Diffusion v1](https://github.com/CompVis/stable-diffusion/blob/main/Stable_Diffusion_v1_Model_Card.md) and [DALL-E Mini model card](https://huggingface.co/dalle-mini/dalle-mini).*
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail++
|
|
|
|
|
|
|
|
|
|
| 3 |
pinned: true
|
| 4 |
---
|
| 5 |
|
|
|
|
| 179 |
pages = {10684-10695}
|
| 180 |
}
|
| 181 |
|
| 182 |
+
*This model card was written by: Robin Rombach, Patrick Esser and David Ha and is based on the [Stable Diffusion v1](https://github.com/CompVis/stable-diffusion/blob/main/Stable_Diffusion_v1_Model_Card.md) and [DALL-E Mini model card](https://huggingface.co/dalle-mini/dalle-mini).*
|