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

  • Log In
  • Sign Up

passenger12138
/
Transform2Venom

Image-to-Video
Diffusers
English
text-to-image
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use passenger12138/Transform2Venom 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("passenger12138/Transform2Venom")
    
    prompt = "\"The video begins with a anime young character with long hair. 5en3m venom transformation. Transform into a venom character transformation. Venom is depicted with his iconic black symbiote body, large white eyes with black pupils, sharp teeth, and a menacing expression. The transformation is smooth and seamless, blending the human figure with the monstrous .\""
    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
Transform2Venom
366 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
passenger12138's picture
passenger12138
Track binary files with LFS
3881a77 12 months ago
  • example_videos
    upload 12 months ago
  • test_i2vlora_imgs
    upload 12 months ago
  • workflow
    upload 12 months ago
  • .gitattributes
    148 Bytes
    upload 12 months ago
  • README.md
    8.85 kB
    upload 12 months ago
  • transform2venom.safetensors
    359 MB
    xet
    upload 12 months ago