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
| # ウィンク補助LoRA (Wink helper) | |
|  | |
| ウィンクをほぼ確実に出せるようになります。閉じる目を左右どちらにするか、LoRAを使い分けて指定できます。 | |
| ## ダウンロード (Download) | |
| - [右目閉じ用 (rightwink_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/rightwink_v100.safetensors) | |
| - [左目閉じ用 (leftwink_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/leftwink_v100.safetensors) | |
| ## 使い方 (Usage) | |
| rightwinkまたはleftwink(右目を閉じる場合がright)のどちらかを指定します。 | |
| 構図や画風への影響を抑えたい場合は強度を下げるか、階層指定してください。強度を下げるとうまく発動しなくなる場合があるので、その場合は強度1.0での階層指定がおすすめです。 | |
| 階層指定の例 : | |
| ``` | |
| <lora:leftwink_v100:1:0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0> | |
| ``` | |
| ``` | |
| <lora:rightwink_v100:1:0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0> | |
| ``` | |
| ## サンプル ギャラリー (Sample gallery) | |
|           | |