Instructions to use JujoHotaru/lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JujoHotaru/lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("JujoHotaru/lora") 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 ·
0eb4ade
1
Parent(s): c86dcde
Upload 11 files
Browse files- whiteeyelash/thumb.webp +0 -0
- whiteeyelash/whiteeyelash01.webp +0 -0
- whiteeyelash/whiteeyelash02.webp +0 -0
- whiteeyelash/whiteeyelash03.webp +0 -0
- whiteeyelash/whiteeyelash04.webp +0 -0
- whiteeyelash/whiteeyelash05.webp +0 -0
- whiteeyelash/whiteeyelash06.webp +0 -0
- whiteeyelash/whiteeyelash07.webp +0 -0
- whiteeyelash/whiteeyelash08.webp +0 -0
- whiteeyelash/whiteeyelash09.webp +0 -0
- whiteeyelash/whiteeyelash10.webp +0 -0
whiteeyelash/thumb.webp
ADDED
|
|
whiteeyelash/whiteeyelash01.webp
ADDED
|
whiteeyelash/whiteeyelash02.webp
ADDED
|
whiteeyelash/whiteeyelash03.webp
ADDED
|
whiteeyelash/whiteeyelash04.webp
ADDED
|
whiteeyelash/whiteeyelash05.webp
ADDED
|
whiteeyelash/whiteeyelash06.webp
ADDED
|
whiteeyelash/whiteeyelash07.webp
ADDED
|
whiteeyelash/whiteeyelash08.webp
ADDED
|
whiteeyelash/whiteeyelash09.webp
ADDED
|
whiteeyelash/whiteeyelash10.webp
ADDED
|