Instructions to use TestOrganizationPleaseIgnore/WAMU-Merge-VisualEffects_WAN2.2_I2V_LIGHTNING with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TestOrganizationPleaseIgnore/WAMU-Merge-VisualEffects_WAN2.2_I2V_LIGHTNING with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TestOrganizationPleaseIgnore/WAMU-Merge-VisualEffects_WAN2.2_I2V_LIGHTNING", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
seems like a promising demo, could you please open source the diffusers code part
#3
by ice6 - opened
I am a newbie to diffusers, want to learn about it with wan2.2.
I saw the demo(https://huggingface.co/spaces/r3gm/wan2-2-fp8da-aoti-preview2) which looks quite good, I want to run it in my local GPU(RTX PRO 6000).
But I can only see the models, not the code, can you share it, thanks.
sorry for my stupid question, I've found the code here(https://huggingface.co/spaces/r3gm/wan2-2-fp8da-aoti-preview2/tree/main)
ice6 changed discussion status to closed