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
| # 茹でダコ顔 (Strongly embarrassed face) | |
|  | |
| 俗に「茹でダコのような」などと呼ばれる、恥ずかしさで真っ赤になった顔を少しオーバー気味に表現できます。 | |
| 顔に赤線が入るタイプと、赤線が入らず赤く染まるだけのタイプ2種類(顔全体/頬のみ)の合計3種類を用意しました。 | |
| Reproduces a face strongly turned red with embarrassment. | |
| Three types are available: one with a red line on the face, and two types with no red line but only a red tint (full face/cheeks only). | |
| Yudedako(茹でダコ) is a Japanese word meaning "boiled octopus", and is a slung that refers to a blushing or embarrassed facial expression. Just like how a boiled octopus turns red when cooked, this idiom vividly captures the feeling of being bashful or ashamed. | |
| ## ダウンロード (Download) | |
| - [通常タイプ (yudedako_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/yudedako_v100.safetensors) | |
| - [赤線無し/顔全体タイプ (yudedako_noline_fullface_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/yudedako_noline_fullface_v100.safetensors) | |
| - [赤線無し/頬のみタイプ (yudedako_noline_cheek_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/yudedako_noline_cheek_v100.safetensors) | |
| ## 使い方 (Usage) | |
| LoRAを有効にするだけで動作しますが、`embarrassed`や`shame`のプロンプトを組み合わせると効果が強まる場合があります。 | |
| `open mouth, wavy mouth`と組み合わせると、より雰囲気の出た恥ずかし顔になるでしょう。 | |
| 適用強度によって赤みの追加具合をコントロールできます。通常タイプは1.5くらいまで、赤線無しタイプは2.0くらいまでが実用範囲です。 | |
| ## サンプル ギャラリー (Sample gallery) | |
| [通常タイプ](#通常タイプ) / | |
| [赤線無し/顔全体タイプ](#赤線無し/顔全体タイプ) / | |
| [赤線無し/頬のみタイプ](#赤線無し/頬のみタイプ) | |
| ### 通常タイプ | |
|      | |
| ### 赤線無し/顔全体タイプ | |
|  | |
| ### 赤線無し/頬のみタイプ | |
|  | |