Instructions to use questcoast/clone-wars-diffusion-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use questcoast/clone-wars-diffusion-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("questcoast/clone-wars-diffusion-v1", 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
Commit ·
fbb74d6
1
Parent(s): 1c90ca4
Update README
Browse files- README.md +20 -0
- images/rex-1.png +0 -0
- images/rex-2.png +0 -0
README.md
CHANGED
|
@@ -87,6 +87,26 @@ Steps: 30, Sampler: Euler, CFG scale: 5, Seed: 3605723330, Size: 512x512
|
|
| 87 |
|
| 88 |
</details>
|
| 89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
## License
|
| 91 |
|
| 92 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
|
|
|
| 87 |
|
| 88 |
</details>
|
| 89 |
|
| 90 |
+
<details>
|
| 91 |
+
|
| 92 |
+
<summary>Captain Rex</summary>
|
| 93 |
+
|
| 94 |
+
Prompt: `close up portrait of captain rex as batman!`
|
| 95 |
+
Steps: 20, Sampler: Euler, CFG scale: 4, Seed: 3055584516, Size: 512x512
|
| 96 |
+
|
| 97 |
+

|
| 98 |
+
|
| 99 |
+
---
|
| 100 |
+
|
| 101 |
+
Prompt: `[captain rex] in a black tuxedo! as agent 47`
|
| 102 |
+
Steps: 30, Sampler: Euler a, CFG scale: 3.0, Seed: 2666206249, Size: 512x512
|
| 103 |
+
|
| 104 |
+

|
| 105 |
+
|
| 106 |
+
---
|
| 107 |
+
|
| 108 |
+
</details>
|
| 109 |
+
|
| 110 |
## License
|
| 111 |
|
| 112 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
images/rex-1.png
ADDED
|
images/rex-2.png
ADDED
|