Instructions to use Remade-AI/Bride with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Bride 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/Bride") prompt = "The video starts with a close-up of a smiling man in a blue button-down shirt, then the 8r1d3 bride effect happens. The man is now in a white lace wedding dress, smiling, with a bouquet of white flowers in front of a blurred wooden background." 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
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,7 +92,6 @@ widget:
|
|
| 92 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 93 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
| 94 |
<p>This LoRA works with a modified version of <a href="https://github.com/kijai/ComfyUI-WanVideoWrapper/blob/main/example_workflows/wanvideo_480p_I2V_example_02.json" style="color: #0366d6; text-decoration: none;">Kijai's Wan Video Wrapper workflow</a>. The main modification is adding a Wan LoRA node connected to the base model.</p>
|
| 95 |
-
<img src="./workflow/workflow_screenshot.png" style="width: 100%; border-radius: 8px; margin: 15px 0; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
|
| 96 |
<p>See the Downloads section above for the modified workflow.</p>
|
| 97 |
</div>
|
| 98 |
</div>
|
|
@@ -108,7 +107,7 @@ widget:
|
|
| 108 |
<ul style="margin-bottom: 0;">
|
| 109 |
<li><b>Base Model:</b> Wan2.1 14B I2V 480p</li>
|
| 110 |
<li><b>Training Data:</b> Trained on 35 seconds of video comprised of 7 short clips (each clip captioned separately) of people becoming a bride!</li>
|
| 111 |
-
<li><b>Epochs:</b>
|
| 112 |
</ul>
|
| 113 |
</div>
|
| 114 |
|
|
|
|
| 92 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 93 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
| 94 |
<p>This LoRA works with a modified version of <a href="https://github.com/kijai/ComfyUI-WanVideoWrapper/blob/main/example_workflows/wanvideo_480p_I2V_example_02.json" style="color: #0366d6; text-decoration: none;">Kijai's Wan Video Wrapper workflow</a>. The main modification is adding a Wan LoRA node connected to the base model.</p>
|
|
|
|
| 95 |
<p>See the Downloads section above for the modified workflow.</p>
|
| 96 |
</div>
|
| 97 |
</div>
|
|
|
|
| 107 |
<ul style="margin-bottom: 0;">
|
| 108 |
<li><b>Base Model:</b> Wan2.1 14B I2V 480p</li>
|
| 109 |
<li><b>Training Data:</b> Trained on 35 seconds of video comprised of 7 short clips (each clip captioned separately) of people becoming a bride!</li>
|
| 110 |
+
<li><b>Epochs:</b> 50</li>
|
| 111 |
</ul>
|
| 112 |
</div>
|
| 113 |
|