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
It seems there are a couple of discrepancies in the demo and documentation:
The demo code appears to be missing the import statement for Resampling from PIL.Image. Adding from PIL.Image import Resampling should resolve this.
In the README.md, the argument --normal_image_path 'data/controlnet_condition/00000_0_0002.png' seems incorrect. It should instead be --normal_image_path 'data/controlnet_conditions/00000_0_0002.png' (note the extra "s" in controlnet_conditions).
Could these be addressed for consistency and functionality? Thank you!
The text was updated successfully, but these errors were encountered:
It seems there are a couple of discrepancies in the demo and documentation:
The demo code appears to be missing the import statement for
Resampling
fromPIL.Image
. Addingfrom PIL.Image import Resampling
should resolve this.In the
README.md
, the argument--normal_image_path 'data/controlnet_condition/00000_0_0002.png'
seems incorrect. It should instead be--normal_image_path 'data/controlnet_conditions/00000_0_0002.png'
(note the extra "s" incontrolnet_conditions
).Could these be addressed for consistency and functionality? Thank you!
The text was updated successfully, but these errors were encountered: