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
八重歯付きのニヤけた口 (Smug mouth with fang)
八重歯付きで広めに開いた、にやけた感じの口を表現できます。fangやsmugなどプロンプトのみを使って出すよりも形状が安定します。
本LoRAを元にした小悪魔の笑みも同時公開しています。
This LoRA reproduces widely open smug mouth with single fang. Will make better shapes than prompt-only.
Single fang(double tooth) is called "Yaeba(八重歯)" in Japanese 2D illustrations, represents innocence or childhood.
Evil smug face, based on this LoRA, is also available.
ダウンロード (Download)
使い方 (Usage)
アニメ系のデータモデル向きです。写真系のデータモデルではほとんどの場合うまく動作しません。
使用の際はsmugおよびopen mouthのプロンプトを使用してください。また、fangを付けると八重歯の表現が安定します。複数形のfangsにすると両側の2本が生えてしまいやすいので、単数形で記述してください。
にやにやした目、ドヤ顔などと組み合わせるのもよいでしょう。
Suitable for anime-style models. With most photorealistic models, it won't work well.
Use with smug and open mouth prompts. fang may make better result (do not use fangs, which will make double sided fangs).
It will be a good combination with Smirking eyes and Doyagao(V-shaped eyebrows).


















