Instructions to use Zack3D/Zack3D_Kinky-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Zack3D/Zack3D_Kinky-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("Zack3D/Zack3D_Kinky-v1", torch_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
Where's the .ckpt file?
#1
by KKSlider2022 - opened
Can't find the .ckpt file to download into my Stable Diffusion model folder. How does one use this model?
This repo was meant for the latest unstable/in training version, but I added the slightly older but stable one as CKPT. That is the current commonly shared one.
Thanks!
Zack3D changed discussion status to closed