Instructions to use miittnnss/test0384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use miittnnss/test0384 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("miittnnss/test0384") 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
Commit History
Update README.md 98caca8
Update README.md 811e1a6
Update README.md 3da74ff
Update README.md 60cdebb
Create README.md d6f952b
Rename cutie-lora-10.safetensors to test0384.safetensors 130961a
Upload cutie-lora-10.safetensors e2cd986
initial commit 27e5ddf
Miittenss commited on