Instructions to use hollowstrawberry/multicharloras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hollowstrawberry/multicharloras 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("hollowstrawberry/multicharloras") 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 ·
3e450f1
1
Parent(s): d3a322e
Upload 9 files
Browse files- Love is War/Examples/1.jpeg +0 -0
- Love is War/Examples/2.jpeg +0 -0
- Love is War/Examples/3.jpeg +0 -0
- Love is War/Examples/4.jpeg +0 -0
- Love is War/Examples/5.jpeg +0 -0
- Love is War/Examples/6.jpeg +0 -0
- Love is War/Examples/7.jpeg +0 -0
- Love is War/Examples/8.jpeg +0 -0
- Love is War/Examples/9.jpeg +0 -0
Love is War/Examples/1.jpeg
CHANGED
|
|
Love is War/Examples/2.jpeg
ADDED
|
Love is War/Examples/3.jpeg
ADDED
|
Love is War/Examples/4.jpeg
ADDED
|
Love is War/Examples/5.jpeg
ADDED
|
Love is War/Examples/6.jpeg
ADDED
|
Love is War/Examples/7.jpeg
ADDED
|
Love is War/Examples/8.jpeg
ADDED
|
Love is War/Examples/9.jpeg
ADDED
|