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
File size: 1,115 Bytes
866e286 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # 眠そうな目 (Sleepy eyes)

眠そうな生気の無い半目を再現できます。
Reproduces sleepy half-lidded eyes.
## ダウンロード (Download)
- [sleepy_v100.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/sleepy_v100.safetensors)
## 使い方 (Usage)
アニメ系のデータモデル向きです。写真系のデータモデルではほとんどの場合うまく動作しません。
開き具合/閉じ具合をLoRA適用強度である程度調整することができます。
`sleepy`のプロンプトを追加すると効果が高まりますが、他の感情を表すプロンプトと組み合わせて使うこともできます。
Suitable for anime-style models. With most photorealistic models, it won't work well.
Eye open width can be controlled by LoRA weight to some extent.
`sleepy` prompt will make better result, but not necessarily required. Can be used with other facial expression prompts.
## サンプル ギャラリー (Sample gallery)




|