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 ·
c26a2dd
1
Parent(s): b5b38c4
update
Browse files- comiceye/README.md +4 -0
comiceye/README.md
CHANGED
|
@@ -112,10 +112,14 @@ Deformation expressions which are familiar in manga and anime-style can be repro
|
|
| 112 |
|
| 113 |
### Comic 4 (◎_◎)
|
| 114 |
|
|
|
|
|
|
|
| 115 |

|
| 116 |
|
| 117 |
- [ダウンロード v2.0 / Download v2.0 (hotarueye_comic4_v200.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_comic4_v200.safetensors)
|
| 118 |
|
|
|
|
|
|
|
| 119 |

|
| 120 |
|
| 121 |
- [ダウンロード v1.0 / Download v1.0 (hotarueye_comic4_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_comic4_v100.safetensors)
|
|
|
|
| 112 |
|
| 113 |
### Comic 4 (◎_◎)
|
| 114 |
|
| 115 |
+
#### v2.0
|
| 116 |
+
|
| 117 |

|
| 118 |
|
| 119 |
- [ダウンロード v2.0 / Download v2.0 (hotarueye_comic4_v200.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_comic4_v200.safetensors)
|
| 120 |
|
| 121 |
+
#### v1.0
|
| 122 |
+
|
| 123 |

|
| 124 |
|
| 125 |
- [ダウンロード v1.0 / Download v1.0 (hotarueye_comic4_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_comic4_v100.safetensors)
|