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
| # ドヤ顔 (Doyagao : smug, showing-off face) | |
|  | |
| V字型眉のドヤ顔を再現できます。 | |
| 通常、V字型眉はV-shaped eyebrowsのプロンプトで再現できますが、たまに極太の眉毛になってしまうことがあります。そういった場合に、プロンプトの代わりにこのLoRAを使ってみてください。 | |
| Reproduces V-shaped eyebrows to express smug / proudly face (called "Doyagao" - Japanese anime slung). | |
| Usually, V-shaped eyebrows can be reproduced by using V-shaped eyebrows prompt, but it sometimes makes very thick eyebrows. This LoRA does not reproduce thick one. | |
| ## ダウンロード (Download) | |
| - [doyagao_v080.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/doyagao_v080.safetensors) | |
| ## 使い方 (Usage) | |
| アニメ系のデータモデル向きです。写真系のデータモデルではほとんどの場合うまく動作しません。 | |
| LoRAを有効にするだけで発動します。 | |
| たまにヘアピンがたくさんくっついた状態になってしまうことがあります。その場合、ネガティブプロンプトに`hair clip`を記述するか、[NegPiP拡張機能](https://github.com/hako-mikan/sd-webui-negpip)を入れてポジティブ側に`(hair clip:-1)`と記述し、打ち消してください。 | |
| Suitable for anime-style models. With most photorealistic models, it won't work well. | |
| Just enable LoRA to activate. No extra prompts are needed. | |
| Sometimes many hair clips are reproduced unexpectedly. It can be prevented by using `hair clip` negative prompt or [NegPiP extension](https://github.com/hako-mikan/sd-webui-negpip) with positive prompt `(hair clip:-1)`. | |
| ## サンプル ギャラリー (Sample gallery) | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |