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
Commit ·
7fc2cde
1
Parent(s): 376af7d
update
Browse files- sensualface/README.md +77 -0
sensualface/README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 官能的な表情 (Sensual face)
|
| 2 |
+
|
| 3 |
+

|
| 4 |
+
|
| 5 |
+
少しうるうるした半目と少し下がった眉毛、若干頬に赤みが差すなど、官能的な表情を再現できます。
|
| 6 |
+
眼の形の異なる2種類を用意しました。
|
| 7 |
+
|
| 8 |
+
Reproduces sensual (voluptuous) face with half-closed (and a bit wet) eyes and inverted-v-shaped eyeblows.
|
| 9 |
+
Two types are available.
|
| 10 |
+
|
| 11 |
+
- Type 1
|
| 12 |
+
- 
|
| 13 |
+
- 直線型の睫毛/瞼 (Straight eyelids and eyeslashes)
|
| 14 |
+
- Type 2
|
| 15 |
+
- 
|
| 16 |
+
- 丸みを帯びた睫毛/瞼 (Curved eyelids and eyeslashes)
|
| 17 |
+
|
| 18 |
+
## ダウンロード (Download)
|
| 19 |
+
|
| 20 |
+
- [Type 1 (sensualface_type1.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sensualface_type1.safetensors)
|
| 21 |
+
- [Type 2 (sensualface_type2.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sensualface_type2.safetensors)
|
| 22 |
+
|
| 23 |
+
## 使い方 (Usage)
|
| 24 |
+
|
| 25 |
+
アニメ系のデータモデル向きです。写真系のデータモデルではほとんどの場合うまく動作しません。
|
| 26 |
+
LoRAを有効にするだけで発動します。
|
| 27 |
+
より官能的にする場合は、`gasping`、`ecstasy`、`seductive smile`などNSFW系のプロンプトと合わせると効果が高まるかもしれません。
|
| 28 |
+
眼の閉じ具合は、LoRA適用強度である程度(0.3~2.0くらい)調整することができます。
|
| 29 |
+
|
| 30 |
+
Type 1とType 2を同時に適用したり、[アイコレクション](https://huggingface.co/JujoHotaru/lora/blob/main/eyecolle_preview/README.md)と同時に適用することで眼の形をさらにカスタマイズすることもできます。この場合、それぞれのLoRAの強度は応分(2つなら0.5ずつにするなど)してください。
|
| 31 |
+
|
| 32 |
+
Suitable for anime-style models. With most photorealistic models, it won't work well.
|
| 33 |
+
Just enable LoRA to activate. No extra prompts are needed.
|
| 34 |
+
To make more sensual, try to use with NSFW prompts, `gasping`, `ecstasy`, and `seductive smile`. It may make better results.
|
| 35 |
+
Eye openness can be adjusted LoRA strength for some extent (e.g. 0.3 ~ 2.0).
|
| 36 |
+
|
| 37 |
+
It is able to customize eye shapes by using Type1 and Type2 simultaneously, ot 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).
|
| 38 |
+
|
| 39 |
+
## サンプル ギャラリー (Sample gallery)
|
| 40 |
+
|
| 41 |
+
<details><summary>Type 1</summary>
|
| 42 |
+
|
| 43 |
+

|
| 44 |
+

|
| 45 |
+

|
| 46 |
+

|
| 47 |
+

|
| 48 |
+

|
| 49 |
+

|
| 50 |
+

|
| 51 |
+

|
| 52 |
+

|
| 53 |
+

|
| 54 |
+

|
| 55 |
+

|
| 56 |
+

|
| 57 |
+
|
| 58 |
+
</details>
|
| 59 |
+
|
| 60 |
+
<details><summary>Type 2</summary>
|
| 61 |
+
|
| 62 |
+

|
| 63 |
+

|
| 64 |
+

|
| 65 |
+

|
| 66 |
+

|
| 67 |
+

|
| 68 |
+

|
| 69 |
+

|
| 70 |
+

|
| 71 |
+

|
| 72 |
+

|
| 73 |
+

|
| 74 |
+

|
| 75 |
+

|
| 76 |
+
|
| 77 |
+
</details>
|