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
- Draw Things
- DiffusionBee
Upload jito1_cielx_v10.webp
Browse files- .gitattributes +1 -0
- eyexl_beta/jito1_cielx_v10.webp +3 -0
.gitattributes
CHANGED
|
@@ -318,3 +318,4 @@ eyexl_beta/jito1_himawarimix_xlV13.webp filter=lfs diff=lfs merge=lfs -text
|
|
| 318 |
eyexl_beta/jito1_momoiropony_v14.webp filter=lfs diff=lfs merge=lfs -text
|
| 319 |
eyexl_beta/jito1_raenaXL_v10.webp filter=lfs diff=lfs merge=lfs -text
|
| 320 |
jito1_PONYSDXLXLCaulkinum_gepPONYInclude.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 318 |
eyexl_beta/jito1_momoiropony_v14.webp filter=lfs diff=lfs merge=lfs -text
|
| 319 |
eyexl_beta/jito1_raenaXL_v10.webp filter=lfs diff=lfs merge=lfs -text
|
| 320 |
jito1_PONYSDXLXLCaulkinum_gepPONYInclude.webp filter=lfs diff=lfs merge=lfs -text
|
| 321 |
+
eyexl_beta/jito1_cielx_v10.webp filter=lfs diff=lfs merge=lfs -text
|
eyexl_beta/jito1_cielx_v10.webp
ADDED
|
Git LFS Details
|