Image-to-Video
Diffusers
Safetensors
video-generation
audio-video-generation
reference-to-video
long-video
multi-shot
dmd
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
这是最新的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