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