Instructions to use TryStar/CloneDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TryStar/CloneDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TryStar/CloneDiffusion", 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
|
@@ -7,7 +7,6 @@ tags:
|
|
| 7 |
This is the fine-tuned Stable Diffusion model trained on screenshots from The Clone wars TV series. Use the tokens "Clonewars style" in your prompts for the effect.
|
| 8 |
|
| 9 |
**If you enjoy my work, please consider supporting me:**
|
| 10 |
-
[](https://twitter.com/GeeeWilllikers)
|
| 11 |
[](https://ko-fi.com/trystar)
|
| 12 |
|
| 13 |
## Gradio
|
|
|
|
| 7 |
This is the fine-tuned Stable Diffusion model trained on screenshots from The Clone wars TV series. Use the tokens "Clonewars style" in your prompts for the effect.
|
| 8 |
|
| 9 |
**If you enjoy my work, please consider supporting me:**
|
|
|
|
| 10 |
[](https://ko-fi.com/trystar)
|
| 11 |
|
| 12 |
## Gradio
|