Instructions to use Remade-AI/Ultra-Wide with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Ultra-Wide with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-T2V-14B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Remade-AI/Ultra-Wide") prompt = "u1tr4_w1d3, ultra wide angle shot A lone figure walks across a desolate, rocky landscape. The sky is a swirling mix of orange and purple, and the sun is setting. In the distance, a towering, alien structure looms." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Upload ultra_wide_5_epochs.safetensors
Browse files
ultra_wide_5_epochs.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42604e7cb9c0ccd514641206c50dc5691015e4ae82b308d7083287acfed0d137
|
| 3 |
+
size 306807976
|