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 ·
7a5f076
1
Parent(s): 6b225eb
update
Browse files- talkmouth/README.md +5 -5
talkmouth/README.md
CHANGED
|
@@ -10,11 +10,11 @@ It can be applied to a variety of other applications depending on its shape.
|
|
| 10 |
|
| 11 |
## ダウンロード (Download)
|
| 12 |
|
| 13 |
-
- [「あ」の口 /
|
| 14 |
-
- [「い」の口 /
|
| 15 |
-
- [「う」の口 /
|
| 16 |
-
- [「え」の口 /
|
| 17 |
-
- [「お」の口 /
|
| 18 |
|
| 19 |
## 使い方 (Usage)
|
| 20 |
|
|
|
|
| 10 |
|
| 11 |
## ダウンロード (Download)
|
| 12 |
|
| 13 |
+
- [「あ」の口 / Mouth pronouncing Jp. "A" (talkmouth_A_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/talkmouth_A_v100.safetensors)
|
| 14 |
+
- [「い」の口 / Mouth pronouncing Jp. "I" (talkmouth_I_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/talkmouth_I_v100.safetensors)
|
| 15 |
+
- [「う」の口 / Mouth pronouncing Jp. "U" (talkmouth_U_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/talkmouth_U_v100.safetensors)
|
| 16 |
+
- [「え」の口 / Mouth pronouncing Jp. "E" (talkmouth_E_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/talkmouth_E_v100.safetensors)
|
| 17 |
+
- [「お」の口 / Mouth pronouncing Jp. "O" (talkmouth_O_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/talkmouth_O_v100.safetensors)
|
| 18 |
|
| 19 |
## 使い方 (Usage)
|
| 20 |
|