levihsu / OOTDiffusion

Official implementation of OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on
Other
5.36k stars 791 forks source link

ImportError: cannot import name 'apply_forward_hook' from 'diffusers.utils' #104

Open RK-GOML opened 5 months ago

RK-GOML commented 5 months ago

I understand apply_forward_hook is from the older versions of diffusions. Want to know its replacement in the latest version?

MrWhiteSmall commented 1 month ago

same question as the above , the function apply_forward_hook was used in 0.14.0 version, but 0.24.0 and later don't have it , so how solve ? or replace what ?