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
| # 猫の目&猫の口 (Cat eyes / Cat mouth) | |
|  | |
| 瞳孔が縦に細まる猫の目、およびω形の猫の口を再現できます。 | |
| Reproduces cat shaped eyes (slit pupils) and cat-like shaped ("ω"-shaped) mouth. | |
| 猫の口は、`:3`や`cat mouth`のプロンプトのみで出てくるものよりも大きめのものが出現します。 | |
| Cat mouths appear larger than those produced by the `:3` and `cat mouth` standard prompts. | |
| ## ダウンロード (Download) | |
| - [猫の目 (Cat eyes) (cateye_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/cateye_v100.safetensors) | |
| - [猫の口 (Cat mouth) (catmouth_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/catmouth_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. | |
| ### 猫の目 (Cat eyes usage) | |
| ちびキャラではそのままでも割と良く出ますが、リアル頭身キャラでは出にくい場合があります。階層指定した上で強度を上げてみてください。 | |
| 構図や塗りに影響が出てしまう場合も階層指定することで抑えられる場合があります。 | |
| Works well with chibi characters, but may be difficult to affect well with realistic head height characters. Try increasing the strength after specifying block weights. | |
| If the composition or painting is affected, it may be suppressed by specifying block weights. | |
| - リアル頭身での階層&強度指定例 | |
| - `<lora:cateye_v100:3:lbw=0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0>` | |
| - ちびキャラでの階層指定例 | |
| - `<lora:cateye_v100:1:lbw=0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0>` | |
| ### 猫の口 (Cat mouth usage) | |
| 大きさ(開き具合/閉じ具合)は、LoRA適用強度である程度調整することができます。 | |
| `(:3, cat mouth:1.2)`のプロンプトを追加すると効果が高まります。 | |
| Mouth size (openness/closeness) can be adjusted LoRA strength. | |
| `(:3, cat mouth:1.2)` prompts will help reproduction. | |
| ## サンプル ギャラリー (Sample gallery) | |
| ### 目と口の併用例 (Both eyes and mouth applied) | |
|  | |
|  | |
|  | |
|  | |
|  | |
| ### 目のみ使用例 (Only eyes applied) | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| ### 口のみ使用例 (Only mouth applied) | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |