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 : black eyes)
漫画・アニメ的なデフォルメ表現でおなじみ、黒目を再現できるLoRAを6種類用意しました。
Four types of LoRA are available to reproduce black eyes(●_●), a familiar cartoon/anime deformation expression.
- Type 1
- Type 2
- Type 3
- Type 4
- Type 5
- Type 6
ダウンロード (Download)
- Type 1 (hotarueye_blackeye1_v100.safetensors)
- Type 2 (hotarueye_blackeye2_v100.safetensors)
- Type 3 (hotarueye_blackeye3_v100.safetensors)
- Type 4 (hotarueye_blackeye4_v100.safetensors)
- Type 5 (hotarueye_blackeye5_v110.safetensors)
- Type 6 (hotarueye_blackeye6_v120.safetensors)
使い方 (Usage)
アニメ(2D)系のデータモデル用です。リアル(2.5D/3D)系のデータモデルではほとんどの場合うまく動作しません。
AngelBreed、SylphBreed、HotaruBreed TypeC/D/E、IrisMixなどが推奨データモデルとなります。
LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。
形が崩れたり色がおかしい場合は強度を上げ下げしてみてください。
また、プロンプトで目の色を指定するとその色に染まってしまうことがあるため、記述しないようにします。
Type 1はリアル等身キャラクターでも効きますが、それ以外はうまく効かないことが多く、基本的にはちびキャラ用となります。
Easy to use. No trigger prompts are necessary.
Recommended checkpoints : AngelBreed, SylphBreed, HotaruBreed TypeC/D/E, or IrisMix.
Not so suitable for realistic-style(2.5D/3D) models.
If it doesn't work well, try increasing LoRA weight.

























































