xdit-project / xDiT

xDiT: A Scalable Inference Engine for Diffusion Transformers (DiTs) with Massive Parallelism
Apache License 2.0
720 stars 55 forks source link

AttributeError: 'CogVideoXDecoder3D' object has no attribute 'conv_norm_out' #322

Closed Bensong0506 closed 16 hours ago

Bensong0506 commented 3 weeks ago

I got this error when running Cogvideo example using parallel_vae. Attached is my .sh file. Does this mean xDiT does not support distVAE for Cogvideo yet?

Screenshot 2024-10-29 111808

machengcheng2016 commented 2 weeks ago

same here

xibosun commented 4 days ago

Please kindly comment out Line 24 in the figure (PARALLEL_VAE="--use_parallel_vae"), as CogVideo in xDiT does not support parallel VAE.