Instructions to use EnD-Diffusers/PoltergeistMiXSD15_Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/PoltergeistMiXSD15_Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/PoltergeistMiXSD15_Diffusers", 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 ·
8256038
1
Parent(s): b30766e
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,15 @@ It's an in house nod to some of our alter's truths, and it's kind of a joke for
|
|
| 19 |
|
| 20 |
THIS IS AN ILLUSTRAITON/COMIC MIX and there's several versions of this and will be hosting each version seperate for demo spaces.
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## VAE: We use KF-L-Anime, but it is entirely up to you. We can provide one if you need
|
| 23 |
|
| 24 |
## DOES THIS DO NSFW: IT MAY WE ARE NOT SURE, THERE IS BERRY MIX IN IT AND OTHER MODELS - BUT IT WAS NOT INTENDED FOR THIS, WE MAY MAKE A MORE NSFW UPDATE TO THIS IN FUTURE IF YOU NEED IT.
|
|
|
|
| 19 |
|
| 20 |
THIS IS AN ILLUSTRAITON/COMIC MIX and there's several versions of this and will be hosting each version seperate for demo spaces.
|
| 21 |
|
| 22 |
+
### MODEL DOWNLOADS:
|
| 23 |
+
Since this is just the space for the DIFFUSERS you need the following files for A1111:
|
| 24 |
+
|
| 25 |
+
CKPT:
|
| 26 |
+
https://huggingface.co/Duskfallcrew/nuri_made_me_do_it/resolve/main/Pooda-BeepOGfp16.ckpt
|
| 27 |
+
|
| 28 |
+
SafeTensors:
|
| 29 |
+
https://huggingface.co/Duskfallcrew/nuri_made_me_do_it/resolve/main/Pooda-beepMix.safetensors
|
| 30 |
+
|
| 31 |
## VAE: We use KF-L-Anime, but it is entirely up to you. We can provide one if you need
|
| 32 |
|
| 33 |
## DOES THIS DO NSFW: IT MAY WE ARE NOT SURE, THERE IS BERRY MIX IN IT AND OTHER MODELS - BUT IT WAS NOT INTENDED FOR THIS, WE MAY MAKE A MORE NSFW UPDATE TO THIS IN FUTURE IF YOU NEED IT.
|