Instructions to use Matelefy/FingerHigh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Matelefy/FingerHigh with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("valiantcat/Wan2.1-I2V-Twerk-Lora", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Matelefy/FingerHigh") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Wan2.2 - T2V - Rubbing v2 - HIGH 14B.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4cc3f830fc9bda6f0855cc396a03830ddbc3d61a70682f58766fbc6c97b3fbc
|
| 3 |
+
size 306807976
|
images/videoframe_867.png
ADDED
|
Git LFS Details
|