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", 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 ·
c22c475
1
Parent(s): d5d4e4e
Upload 15 files
Browse files- .gitattributes +2 -0
- lumi/strong-blue.webp +0 -0
- lumi/strong-green.webp +0 -0
- lumi/strong-mixed.webp +0 -0
- lumi/strong-red.webp +0 -0
- lumi/strong-white.webp +0 -0
- lumi/strong-yellow.webp +0 -0
- lumi/strong.webp +3 -0
- lumi/thumb.webp +0 -0
- lumi/weak-blue.webp +0 -0
- lumi/weak-green.webp +0 -0
- lumi/weak-mixed.webp +0 -0
- lumi/weak-red.webp +0 -0
- lumi/weak-white.webp +0 -0
- lumi/weak-yellow.webp +0 -0
- lumi/weak.webp +3 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,5 @@ tone/toneup.webp filter=lfs diff=lfs merge=lfs -text
|
|
| 52 |
saturation/sat1full.webp filter=lfs diff=lfs merge=lfs -text
|
| 53 |
saturation/sat2full.webp filter=lfs diff=lfs merge=lfs -text
|
| 54 |
saturation/sat3full.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 52 |
saturation/sat1full.webp filter=lfs diff=lfs merge=lfs -text
|
| 53 |
saturation/sat2full.webp filter=lfs diff=lfs merge=lfs -text
|
| 54 |
saturation/sat3full.webp filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
lumi/strong.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
lumi/weak.webp filter=lfs diff=lfs merge=lfs -text
|
lumi/strong-blue.webp
ADDED
|
lumi/strong-green.webp
ADDED
|
lumi/strong-mixed.webp
ADDED
|
lumi/strong-red.webp
ADDED
|
lumi/strong-white.webp
ADDED
|
lumi/strong-yellow.webp
ADDED
|
lumi/strong.webp
ADDED
|
Git LFS Details
|
lumi/thumb.webp
ADDED
|
|
lumi/weak-blue.webp
ADDED
|
lumi/weak-green.webp
ADDED
|
lumi/weak-mixed.webp
ADDED
|
lumi/weak-red.webp
ADDED
|
lumi/weak-white.webp
ADDED
|
lumi/weak-yellow.webp
ADDED
|
lumi/weak.webp
ADDED
|
Git LFS Details
|