Instructions to use Remade-AI/kissing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/kissing with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-I2V-14B-480P,Wan-AI/Wan2.1-I2V-14B-480P-Diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Remade-AI/kissing") prompt = "A man and a woman wearing jackets and hats are standing close together in the snowy mountains. The man is standing facing the woman, then they engage in k144ing kissing." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Upload 4 files
Browse files- .gitattributes +3 -0
- example_videos/1.mp4 +3 -0
- example_videos/2.mp4 +3 -0
- example_videos/3.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
workflow_I2V/workflow_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
workflow_I2V/workflow_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
example_videos/1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
example_videos/2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
example_videos/3.mp4 filter=lfs diff=lfs merge=lfs -text
|
example_videos/1.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85df905ab4fe716f167f147dd4a52eae10d437abbd3c333dfe9326377570d701
|
| 3 |
+
size 1489573
|
example_videos/2.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:560c8f6f372eb65bf3ed43dabaed692874de3689c05696ac22cc34d6f19fb5f0
|
| 3 |
+
size 1739277
|
example_videos/3.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d242cf6cfcd1f33d5ae265344755da769d54cd2e0de944112dd77231389b53aa
|
| 3 |
+
size 645158
|