AttributeError: 'MultiAdapter' object has no attribute 'total_downscale_factor'
#1
by
Paulinec
- opened
In case of MultiAdapter, I got the error
" File "/root/sdxl_inpaint_iacrea/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1695, in getattr
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'MultiAdapter' object has no attribute 'total_downscale_factor'"
I saw there's an issue on github https://github.com/huggingface/diffusers/issues/5108 but the fix proposed doesn't work in that case.
Any idea how it could work?