Closed xpeng closed 10 months ago
@xpeng Unfortunately, the animatediff extention cannot load PIA right now. You can try requesting this feature in the corresponding extension's repository.
Hello @LeoXing1996 - I got this working and now very keen to try with my other sd models. (i did stumble on just selecting a lora from list - and it was showing the models - and thus breaks things - that second list should be restricted to lora only)
given that this code seems to extend animatediff - can we just hot swap (take included directory) and replace the base animatediff-webui codebase and it should just work? https://github.com/continue-revolution/sd-webui-animatediff does heart of logic lie in side that? was interface changed? have to dig around. fyi @continue-revolution
If someone can explain the difference this repo made to animatediff (from code level) then it is easy for me to support that, otherwise I have to study the source code and it’s gonna be too time consuming.
@LeoXing1996 - is is possible to update your animatediff as much as possible to bring in line with upstream? I paste your code into upstream and it seems like there's some regression https://github.com/johndpope/AnimateDiff/pull/1/files InflatedGroupNorm / use_inflated_groupnorm
animatediff/utils/convert_lora_safetensor_to_diffusers.py
animatediff/utils/convert_from_ckpt.py
is there a complication with PIA where it can't support controlnet?
great work! can we put PIA checkpoint into animatediff webui extention as some motion models or else?