Instructions to use DAKARA555/ChestPopDanceMove with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DAKARA555/ChestPopDanceMove with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-I2V-14B-480P,Wan-AI/Wan2.2-I2V-A14B", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("DAKARA555/ChestPopDanceMove") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,9 @@ widget:
|
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/IMG_9514.PNG
|
| 11 |
-
base_model:
|
|
|
|
|
|
|
| 12 |
instance_prompt: null
|
| 13 |
license: apache-2.0
|
| 14 |
---
|
|
@@ -25,4 +27,4 @@ https://huggingface.co/DAKARA555/ChestPopDanceMove/resolve/main/chest_pop_e32.sa
|
|
| 25 |
|
| 26 |
Weights for this model are available in Safetensors format.
|
| 27 |
|
| 28 |
-
[Download](/DAKARA555/ChestPopDanceMove/tree/main) them in the Files & versions tab.
|
|
|
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/IMG_9514.PNG
|
| 11 |
+
base_model:
|
| 12 |
+
- Wan-AI/Wan2.1-I2V-14B-480P
|
| 13 |
+
- Wan-AI/Wan2.2-I2V-A14B
|
| 14 |
instance_prompt: null
|
| 15 |
license: apache-2.0
|
| 16 |
---
|
|
|
|
| 27 |
|
| 28 |
Weights for this model are available in Safetensors format.
|
| 29 |
|
| 30 |
+
[Download](/DAKARA555/ChestPopDanceMove/tree/main) them in the Files & versions tab.
|