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 ·
ada179f
1
Parent(s): 3e09545
up
Browse files- sdxl/README.md +1 -0
sdxl/README.md
CHANGED
|
@@ -216,6 +216,7 @@ Reproduces wide-open surprised eyes with smaller pupils. It will make better res
|
|
| 216 |
- [Download v1.0 (hotarueye_xl_comicjitome01_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/hotarueye_xl_comicjitome01_v10.safetensors?download=true)
|
| 217 |
|
| 218 |
<details><summary>Click here to view samples / サンプル画像を表示するには、ここをクリックして展開してください。</summary>
|
|
|
|
| 219 |
.webp)
|
| 220 |
.webp)
|
| 221 |
.webp)
|
|
|
|
| 216 |
- [Download v1.0 (hotarueye_xl_comicjitome01_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/hotarueye_xl_comicjitome01_v10.safetensors?download=true)
|
| 217 |
|
| 218 |
<details><summary>Click here to view samples / サンプル画像を表示するには、ここをクリックして展開してください。</summary>
|
| 219 |
+
|
| 220 |
.webp)
|
| 221 |
.webp)
|
| 222 |
.webp)
|