-
When I try to run the script, I found the encoder_hidden_states to be zero.
-
### Describe the bug
The updated documentation at [https://huggingface.co/docs/diffusers/en/api/pipelines/cogvideox](https://huggingface.co/docs/diffusers/en/api/pipelines/cogvideox) says:
`pipe =…
rolux updated
2 months ago
-
Looks like CogVideo recently got Image2Video support, as seen in the description is this commit:
https://github.com/THUDM/CogVideo/commit/87ad61b531c55ba5c5034a6e70f2706ab2331010#diff-8e545c8323cdc…
-
试了 android10 是可以录制的
`
import uiautomator2 as u2
def test_record():
d = u2.connect()
d.debug=True
r = d.screenrecord('tmp.mp4')
d(text='Duo').click()
r.stop()
if __na…
-
Thanks for the great work! Do you have any inference script available for video generation? If not, are there plans to release it in the future?
-
I run the following command to generate video from an image:
'python scripts/inference.py configs/opensora-v1-1/inference/sample.py --num-frames 32 --sample-name image-cond2_1.1 --prompt 'Two men su…
-
![1706435066496](https://github.com/AILab-CVC/VideoCrafter/assets/103406084/4cfb6629-64c8-43e0-a78f-da491bbc5b29)
当我运行python gradio_app.py时,提示错误:AttributeError: 'Row' object has no attribute 'style…
-
Hello,
thank you for making this public!
Could you maybe include example command for img2vid generation as seen on your https://vchitect.intern-ai.org.cn/#section3 website?
Also is there a…
-
What are best values for
num_inference_steps=[steps, steps, steps],
video_num_inference_steps=[video_steps, video_steps, video_steps],
?
I tried higher values like num…
ptits updated
1 month ago
-
### Model/Pipeline/Scheduler description
ModelScope Image to VIdeo Pipeline.
Open sourced and checkpoints are available on huggingface. It is similar to modelscope text to video pipeline.
### Op…