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 ·
66ef603
1
Parent(s): 4ef965c
update
Browse files- lightup/README.md +2 -0
lightup/README.md
CHANGED
|
@@ -8,6 +8,8 @@ To improve the "shadow cast on the character's face" phenomenon that often occur
|
|
| 8 |
|
| 9 |
## ダウンロード (Download)
|
| 10 |
|
|
|
|
|
|
|
| 11 |
### 旧バージョン
|
| 12 |
|
| 13 |
- [Ver1.0 ライトアップ用 / Lighting up (lightup_brightness_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/lightup_brightness_v100.safetensors)
|
|
|
|
| 8 |
|
| 9 |
## ダウンロード (Download)
|
| 10 |
|
| 11 |
+
- [Ver2.0 (lightup_brightness_v200.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/lightup_brightness_v200.safetensors)
|
| 12 |
+
-
|
| 13 |
### 旧バージョン
|
| 14 |
|
| 15 |
- [Ver1.0 ライトアップ用 / Lighting up (lightup_brightness_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/lightup_brightness_v100.safetensors)
|