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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

jdopensource
/
JoyAI-Echo

Image-to-Video
Diffusers
Safetensors
video-generation
audio-video-generation
reference-to-video
long-video
multi-shot
dmd
Model card Files Files and versions
xet
Community
10

Instructions to use jdopensource/JoyAI-Echo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use jdopensource/JoyAI-Echo 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("jdopensource/JoyAI-Echo", dtype=torch.bfloat16, device_map="cuda")
    pipe.to("cuda")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    image = load_image(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png"
    )
    
    output = pipe(image=image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

这是最新的i2v版本吗,有没有comfyui适配

2
#10 opened 8 days ago by
RedHn

Update pipeline tag to any-to-any

#9 opened 8 days ago by
nielsr

Demo for this model on Spaces

1
#8 opened 17 days ago by
multimodalart

Built a lot on JoyAI-Echo these past weeks — merges, quants, tooling — plus one bug report your team will want (lip-sync drift past ~10s)

🚀 1
#7 opened about 1 month ago by
joeygambino

Multishot fixes + automation nodes, and some field notes from a consumer-GPU deployment

🔥 1
#6 opened about 2 months ago by
joeygambino

什么时候会开源I2V图生模型,蹲一波~

1
#5 opened 2 months ago by
RedHn

JoyAI-Echo GGUFs

#4 opened 3 months ago by
realrebelai

京东的宝子们,提一点建议

🚀🔥 4
7
#3 opened 3 months ago by
tuolaku

Comfyui support ?

16
#2 opened 3 months ago by
PushkarHF1

Base model?

#1 opened 3 months ago by
natalie5
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs