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 ·
0b439a0
1
Parent(s): ce45d16
update
Browse files
sleepy_surprised/README.md
CHANGED
|
@@ -9,9 +9,6 @@ Reproduces wide-open surprised eyes and sleepy half-lidded eyes.
|
|
| 9 |
|
| 10 |
- [驚いた目 (Surprised eyes) (surprised_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/surprised_v100.safetensors)
|
| 11 |
|
| 12 |
-
少し出力結果に差があるため、旧バージョンも配布しています。モデルとの相性など変化を付けたい場合は使い分けてみてください。
|
| 13 |
-
Since there are some differences in output results, older version is also distributed.
|
| 14 |
-
|
| 15 |
- [眠そうな目 (Sleepy eyes) (sleepy_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sleepy_v100.safetensors)
|
| 16 |
|
| 17 |
## 使い方 (Usage)
|
|
|
|
| 9 |
|
| 10 |
- [驚いた目 (Surprised eyes) (surprised_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/surprised_v100.safetensors)
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
- [眠そうな目 (Sleepy eyes) (sleepy_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sleepy_v100.safetensors)
|
| 13 |
|
| 14 |
## 使い方 (Usage)
|