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
| # ぐにゃぐにゃ口 (Wavy mouth) | |
|  | |
|  | |
| 標準プロンプトで出せる`wavy mouth`の効果を拡張し、輪郭がぐにゃぐにゃした漫画的表現の口を生成することができます。 | |
| 形状別に6種類用意しました。 | |
| Extends `wavy mouth` prompt to produce a cartoon-like mouth with squishy contours. | |
| Five types of shapes are available. | |
| - Type 1 | |
| - 叫び声を上げているような感じです。 | |
| - Screaming something | |
| -  | |
| - Type 2 | |
| - あわあわしている、まごついている雰囲気です。 | |
| - Getting confused | |
| -  | |
| - Type 3 | |
| - 8の字型~ハート型の口。困惑・若干にやにやしている顔などの表現に。 | |
| - "∞/8" letter shaped - confused, smirking | |
| -  | |
| - Type 4 | |
| - Type 2と同系統で、もうちょっとぐにゃぐにゃ度合いをアップ。何かを言いよどんでいるような感じです。適用強度1.0だとこのようにかなり形が強いので、少し下げたほうがよいでしょう。 | |
| - Hesitating to say something, narrower than type 5 | |
| -  | |
| - Type 5 | |
| - Type 4を少し大きめに開いた感じです。 | |
| - Hesitating to say something, wider than type 4 | |
| -  | |
| - Type 6 | |
| - 最大限、いっぱいに開いた感じです。 | |
| - Widely open | |
| -  | |
| 大きく開いている口を出したい場合は、公開中の[大きく開いた口](../widemouth/README.md)を使用してみてください。 | |
| If you want to reproduce a wide open mouth, try using [Wide open mouth](../widemouth/README.md). | |
| ## ダウンロード (Download) | |
| - [Type 1 (wavymouth_type1_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/wavymouth_type1_v100.safetensors) | |
| - [Type 2 (wavymouth_type2_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/wavymouth_type2_v100.safetensors) | |
| - [Type 3 (wavymouth_type3_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/wavymouth_type3_v100.safetensors) | |
| - [Type 4 (wavymouth_type4_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/wavymouth_type4_v100.safetensors) | |
| - [Type 5 (wavymouth_type5_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/wavymouth_type5_v100.safetensors) | |
| - [Type 6 (wavymouth_type6_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/wavymouth_type6_v100.safetensors) | |
| ## 使い方 (Usage) | |
| LoRAを有効にするだけでは効かない場合もあるので、なるべく`open mouth, wavy mouth`を指定してください。 | |
| 口の形の変化は適用強度で調整することができます。 | |
| 階層適用済みで配布しているので、階層適用にはあまり効果はありません。 | |
| Please specify `open mouth, wavy mouth` prompts as much as possible, as simply enabling LoRA may not work. | |
| ## サンプル ギャラリー (Sample gallery) | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |