You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the error 'dict' object has no attribute 'compression_ratio' when trying to use Tiled Diffusion with AnimateDiff and Tile Controlnet.
Tiled Diffusion works with AnimateDiff alone. Tiled Diffusion works with Controlnet alone. However, it is the combination of both AnimateDiff and Controlnet that gives the error.
Last line of traceback:
File "E:\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion\tiled_diffusion.py", line 341, in process_controlnet
cf = control.compression_ratio
The text was updated successfully, but these errors were encountered:
I get the error 'dict' object has no attribute 'compression_ratio' when trying to use Tiled Diffusion with AnimateDiff and Tile Controlnet.
Tiled Diffusion works with AnimateDiff alone. Tiled Diffusion works with Controlnet alone. However, it is the combination of both AnimateDiff and Controlnet that gives the error.
Workflow is here: https://drive.google.com/file/d/1LhyJMRZSPiHW2BaBI8Dt-92vux8l6KEW/view?usp=drive_link
Last line of traceback:
File "E:\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion\tiled_diffusion.py", line 341, in process_controlnet
cf = control.compression_ratio
The text was updated successfully, but these errors were encountered: