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
Commit ·
dd7aaee
1
Parent(s): 6b15976
created read me
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
| 4 |
+
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.
|
| 5 |
+
-
|
| 6 |
+
The original can be found here: https://civitai.com/models/10961
|
| 7 |
+
-
|