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 | |
| -  | |
| - 正円形です。 | |
| - Regular circle shaped | |
| - Type 2 | |
| -  | |
| - 縦長楕円形です。 | |
| - Vertical oval shaped | |
| - Type 3 | |
| -  | |
| - 角張った縦長四角形です。 | |
| - Angular vertical rectangle shaped | |
| - Type 4 | |
| -  | |
| - 角丸の縦長四角形です。 | |
| - Vertical rectangle with rounded corners shaped | |
| - Type 5 | |
| -  | |
| - 小さな正円形です。 | |
| - Small regular circle shaped | |
| - Type 6 | |
| -  | |
| - 横長楕円形です。 | |
| - Horizontal oval shaped | |
| ## ダウンロード (Download) | |
| - [Type 1 (hotarueye_blackeye1_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_blackeye1_v100.safetensors) | |
| - [Type 2 (hotarueye_blackeye2_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_blackeye2_v100.safetensors) | |
| - [Type 3 (hotarueye_blackeye3_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_blackeye3_v100.safetensors) | |
| - [Type 4 (hotarueye_blackeye4_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_blackeye4_v100.safetensors) | |
| - [Type 5 (hotarueye_blackeye5_v110.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_blackeye5_v110.safetensors) | |
| - [Type 6 (hotarueye_blackeye6_v120.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarueye_blackeye6_v120.safetensors) | |
| ## 使い方 (Usage) | |
| アニメ(2D)系のデータモデル用です。リアル(2.5D/3D)系のデータモデルではほとんどの場合うまく動作しません。 | |
| 検証において成功率が高かった[IrisMix-v3](https://huggingface.co/natsusakiyomi/IrisMix)での使用を推奨します。 | |
| LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。 | |
| 形が崩れたり色がおかしい場合は強度を上げ下げしてみてください。 | |
| また、プロンプトで目の色を指定するとその色に染まってしまうことがあるため、記述しないようにします。 | |
| Type 1はリアル等身キャラクターでも効きますが、それ以外はうまく効かないことが多く、基本的にはちびキャラ用となります。 | |
| ## サンプル ギャラリー (Sample gallery) | |
| <details><summary>Type 1</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 2</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 3</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 4</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 5</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 6</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |