Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

joyfox
/
Wan2_1_I2V_480P_Dark_Change_clothes

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use joyfox/Wan2_1_I2V_480P_Dark_Change_clothes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use joyfox/Wan2_1_I2V_480P_Dark_Change_clothes with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-I2V-14B-480P", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("joyfox/Wan2_1_I2V_480P_Dark_Change_clothes")
    
    prompt = "dd6rkcc,暗黑烟雾变身,这个男人变身,保持发型不变。"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Wan2_1_I2V_480P_Dark_Change_clothes
452 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lvfengchun's picture
lvfengchun
Update README.md
4a56b3b verified 8 months ago
  • images
    Add 5 files 8 months ago
  • .gitattributes
    2.31 kB
    initial commit 8 months ago
  • README.md
    3.2 kB
    Update README.md 8 months ago
  • wan21_dark_cc_000002500.safetensors
    359 MB
    xet
    Add 5 files 8 months ago