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
にやにやした表情の目と口 (Smirking eyes and mouth)
にやにやした表情の目と口をそれぞれ再現できます。
Reproduces smirking eyes and slyly mouth.
ダウンロード (Download)
- にやにやした表情の目 (Smirking eyes) (smirkingeye_v100.safetensors)
- にやにやした表情の口 (Smirking mouth) (smirkingmouth_v100.safetensors)
使い方 (Usage)
アニメ系のデータモデル向きです。写真系のデータモデルではほとんどの場合うまく動作しません。
LoRAを有効にするだけで発動します。
Suitable for anime-style models. With most photorealistic models, it won't work well.
Just enable LoRA to activate. No extra prompts are needed.
口の大きさ(開き具合/閉じ具合)は、LoRA適用強度である程度調整することができます。
Mouth size (openness/closeness) can be adjusted LoRA strength.















