Instructions to use dallinmackay/Cats-Musical-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dallinmackay/Cats-Musical-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dallinmackay/Cats-Musical-diffusion", 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 Settings
- Draw Things
- DiffusionBee
Commit ·
2b5e8b5
1
Parent(s): c56f96b
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ This is a fine-tuned Stable Diffusion model (based on v1.5) trained on screensho
|
|
| 11 |
|
| 12 |
[CKPT download link](https://huggingface.co/dallinmackay/Cats-Musical-diffusion/resolve/main/Cats-Musical-Style-ctsmscl.ckpt)
|
| 13 |
|
| 14 |
-
The model you didn't
|
| 15 |
|
| 16 |
--
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
[CKPT download link](https://huggingface.co/dallinmackay/Cats-Musical-diffusion/resolve/main/Cats-Musical-Style-ctsmscl.ckpt)
|
| 13 |
|
| 14 |
+
The model you didn't ask for, and didn't know you needed. Trained on the horribly uncanny musical, Cats, which was based on an even more horrible previous version, which was based on a horrible live stage musical. It has endured all opposition, and who am I to stand in it's way? This model is inevitable.
|
| 15 |
|
| 16 |
--
|
| 17 |
|