Instructions to use Envvi/Inkpunk-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Envvi/Inkpunk-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("Envvi/Inkpunk-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
About installation of this model for Automatic1111 Webui version...
#10
by Elliezrah - opened
Hello,
Nowhere I can seem to find a information about how to properly install model card.
There are lot of files but only thing I need are vae and ckpt? or do I need to copy other files also.
In that case, is it to the root directly?
Much appreciated if anyone can provide assistance in this.
Thanks!
Hi!
You only need the .ckpt file. Put it next to the other models. You don't need the .vae file!
Got it, thank you!
Elliezrah changed discussion status to closed