Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Remade-AI
/
Jungle

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

Instructions to use Remade-AI/Jungle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Remade-AI/Jungle 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/Jungle")
    
    prompt = "The video begins with a portrait of a man. The background is blurry, with shades of grey and green. Next, the 1ung13 jungle transformation occurs. The man is now in a jungle setting, bathed in sunlight. His hair is longer, and his hair is up. He is shirtless, with tribal markings on his chest. He wears jungle-like shorts. The man is swinging from a vine, posing in a dynamic, action-oriented manner. A dark panther-like figure is in the background. The scene evokes a sense of adventure and the wild. "
    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 Settings
  • Draw Things
Jungle / example_videos
16.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Remade's picture
Remade
Upload man1_jungle.gif
2f46f5e verified over 1 year ago
  • man1_jungle.gif
    13.5 MB
    xet
    Upload man1_jungle.gif over 1 year ago
  • man1_jungle.mp4
    1.22 MB
    xet
    Upload 2 files over 1 year ago
  • man2_jungle.mp4
    1.37 MB
    xet
    Upload 2 files over 1 year ago