Instructions to use Juzo213/Krea2_potty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Juzo213/Krea2_potty with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Juzo213/Krea2_potty") 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
File size: 132 Bytes
92044bb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1f09c5d8dbdd4e15a96bebb86ffc610d3e8f75701e0920ba6ab3a0316450e3f1
size 1253267
|