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 ·
bc2eef9
1
Parent(s): 5b60601
update
Browse files
README.md
CHANGED
|
@@ -48,6 +48,9 @@ The (><) and (--) eyes, familiar in manga and anime-style deformation expression
|
|
| 48 |
漫画・アニメ的なデフォルメ表現でおなじみ、(≡\_≡)と(◎\_◎)の目を再現できます。
|
| 49 |
The (≡\_≡) and (◎\_◎) eyes, familiar in manga and anime-style deformation expressions, can be reproduced.
|
| 50 |
|
|
|
|
|
|
|
|
|
|
| 51 |
## 黒い落書きのような目/ぐるぐる渦巻き目 (Comic expression : Scribble-like black eyes and spiral shaped eyes)
|
| 52 |
|
| 53 |
[詳しく見る/ダウンロード (Details/Download)](./comiceye/README.md)
|
|
|
|
| 48 |
漫画・アニメ的なデフォルメ表現でおなじみ、(≡\_≡)と(◎\_◎)の目を再現できます。
|
| 49 |
The (≡\_≡) and (◎\_◎) eyes, familiar in manga and anime-style deformation expressions, can be reproduced.
|
| 50 |
|
| 51 |
+
(≡\_≡)は若干見た目の異なる3種類のバリエーションを用意しています。
|
| 52 |
+
Three slightly different looking variation types are available for (≡\_≡).
|
| 53 |
+
|
| 54 |
## 黒い落書きのような目/ぐるぐる渦巻き目 (Comic expression : Scribble-like black eyes and spiral shaped eyes)
|
| 55 |
|
| 56 |
[詳しく見る/ダウンロード (Details/Download)](./comiceye/README.md)
|