chengzeyi / stable-fast

Best inference performance optimization framework for HuggingFace Diffusers on NVIDIA GPUs.
MIT License
1.19k stars 73 forks source link

compile error #165

Open zeng121 opened 3 weeks ago

zeng121 commented 3 weeks ago

File "/usr/local/lib/python3.11/site-packages/sfast/compilers/diffusion_pipeline_compiler.py", line 103, in compile m.image_encoder.forward = lazytrace(m.image_encoder.forward) ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'tuple' object has no attribute 'forward'