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
| # 官能的な表情 (Sensual face) | |
|  | |
| 少しうるうるした半眼、ハの字型に下がり気味の眉毛、若干頬に赤みが差すなど、官能的な表情を再現できます。NSFWなシーンにも使えます。 | |
| 4種類を用意しました。 | |
| Reproduces sensual (voluptuous) face with half-closed (and a bit wet) eyes and inverted-v-shaped eyeblows. Also suitable for NSFW scenes. | |
| 4 types are available. | |
|  | |
| - Type 1 | |
| -  | |
| - 直線型の睫毛/瞼 | |
| - Straight eyelids and eyeslashes | |
| - Type 2 | |
| -  | |
| - 丸みを帯びた睫毛/瞼 | |
| - Curved eyelids and eyeslashes | |
| - Type 3 | |
| -  | |
| - Type 1よりも眉毛の角度が強く出る、直線型の睫毛/瞼 | |
| - Strongly shaped eyebrows with straight eyelids and eyeslashes | |
| - Type 4 | |
| -  | |
| - Type 2よりも眉毛の角度が強く出る、丸みを帯びた睫毛/瞼 | |
| - Strongly shaped eyebrows with curved eyelids and eyeslashes | |
| ## ダウンロード (Download) | |
| - [Type 1 (sensualface_type1.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sensualface_type1.safetensors) | |
| - [Type 2 (sensualface_type2.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sensualface_type2.safetensors) | |
| - [Type 3 (sensualface_type3.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sensualface_type3.safetensors) | |
| - [Type 4 (sensualface_type4.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sensualface_type4.safetensors) | |
| ## 使い方 (Usage) | |
| アニメ系のデータモデル向きです。写真系のデータモデルではほとんどの場合うまく動作しません。 | |
| LoRAを有効にするだけで発動します。 | |
| より官能的にする場合は、`gasping`、`ecstasy`、`seductive smile`や、その他のNSFW系のプロンプトと合わせると効果が高まるかもしれません。 | |
| 眼の閉じ具合は、LoRA適用強度である程度(0.3~2.0くらい)調整することができます。 | |
| 複数タイプを同時に適用したり、[アイコレクション](https://huggingface.co/JujoHotaru/lora/blob/main/eyecolle_preview/README.md)と同時に適用することで眼の形をさらにカスタマイズすることもできます。この場合、それぞれのLoRAの強度は応分(2つなら0.5ずつにするなど)してください。 | |
| [ぐにゃぐにゃ口](https://huggingface.co/JujoHotaru/lora/blob/main/wavymouth/README.md)、[にやにやした口](https://huggingface.co/JujoHotaru/lora/blob/main/smirking/README.md)、[茹でダコ顔](https://huggingface.co/JujoHotaru/lora/blob/main/yudedako/README.md)などと組み合わせるのもよいでしょう。 | |
| Suitable for anime-style models. With most photorealistic models, it won't work well. | |
| Just enable LoRA to activate. No extra prompts are needed. | |
| To make more sensual, try to use with NSFW prompts, e.g., `gasping`, `ecstasy`, and `seductive smile`. It will make better results. | |
| Eye openness can be adjusted LoRA strength for some extent (e.g. 0.3 ~ 2.0). | |
| It is possible to customize eye shapes by using Type1 and Type2 simultaneously, or using with [Eye collection series](https://huggingface.co/JujoHotaru/lora/blob/main/eyecolle_preview/README.md) simultaneously. If use multipe eye LoRA simultaneously, set each weight halved(e.g. 0.5 ~ 0.75). | |
| It will be nice combination with [Wavy mouths](https://huggingface.co/JujoHotaru/lora/blob/main/wavymouth/README.md), [Smirking mouth](https://huggingface.co/JujoHotaru/lora/blob/main/smirking/README.md) and [Strongly embarrassed face](https://huggingface.co/JujoHotaru/lora/blob/main/yudedako/README.md). | |
| ## サンプル ギャラリー (Sample gallery) | |
| <details><summary>複数タイプや他LoRAとのブレンドサンプル (LoRA Blending samples)</summary> | |
|  | |
| </details> | |
| <details><summary>Type 1</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 2</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 3</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |
| <details><summary>Type 4</summary> | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| </details> | |