Instructions to use Remade-AI/Disney-Princess with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Disney-Princess 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/Disney-Princess") prompt = "The video starts with a portrait of a rabbit There's a d15n3y Disney princess transformation, the rabbit is now wearing a blue dress. The camera pans out to reveal the background as a brown, classical style hallway. There are white butterflies that appear to be falling. The rabbit still wears the dress from the d15n3y Disney princess transformation." 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 2 files
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip 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
|
|
|
|
|
|
|
|
|
| 33 |
*.zip 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 |
+
example_videos/man_disney_princess.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
example_videos/rabbit_disney_princess.mp4 filter=lfs diff=lfs merge=lfs -text
|
example_videos/man_disney_princess.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff700a0a8cb99ecf2262b801d70c1235473f0226186f1789d1420c26a6c3ae4e
|
| 3 |
+
size 630558
|
example_videos/rabbit_disney_princess.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92482ba765424807ced47b38de45957ab3456066f1af8edfb08395a5efbc9488
|
| 3 |
+
size 637558
|