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
(☆_☆)/(♡_♡)の目 (Comic expression : Star and heart shaped eyes)
漫画・アニメ的なデフォルメ表現でおなじみ、(☆_☆)と(♡_♡)の目を再現できます。
Star shaped and heart shaped eyes, familiar in manga and anime-style deformation expressions, can be reproduced.
ダウンロード (Download)
- hotarueye_star1_v100.safetensors
- (☆_☆) Star shaped eyes
- hotarueye_heart1_v100.safetensors
- (♡_♡) Heart shaped eyes
使い方 (Usage)
アニメ(2D)系のデータモデル用です。リアル(2.5D/3D)系のデータモデルではほとんどの場合うまく動作しません。
検証において成功率が高かったIrisMix-v3またはHimawariMix-v8での使用を推奨します。
LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。
基本的にはちびキャラ用です。リアル頭身には効きにくいですが、どうしても出したい場合は強度を1.5以上など強くしてみてください。
















