Instructions to use Krebzonide/LazyMixPlus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Krebzonide/LazyMixPlus with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Krebzonide/LazyMixPlus", 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
- I didn't make this. I found it on Civitai by kaylazy. I wanted to add it as a checkpoint to a private hugging space but I couldn't figure out how to get it from Civitai diretly and I couldn't figure out how to use a user access token to keep this private so I guess it has to be public.
- The original can be found here: https://civitai.com/models/10961
I didn't make this. I found it on Civitai by kaylazy. I wanted to add it as a checkpoint to a private hugging space but I couldn't figure out how to get it from Civitai diretly and I couldn't figure out how to use a user access token to keep this private so I guess it has to be public.
The original can be found here: https://civitai.com/models/10961
- Downloads last month
- 10