Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Missing Import and Path Discrepancy in Demo and README #3

Open
0LEL0 opened this issue Nov 30, 2024 · 0 comments
Open

Fix Missing Import and Path Discrepancy in Demo and README #3

0LEL0 opened this issue Nov 30, 2024 · 0 comments

Comments

@0LEL0
Copy link

0LEL0 commented Nov 30, 2024

It seems there are a couple of discrepancies in the demo and documentation:

  1. The demo code appears to be missing the import statement for Resampling from PIL.Image. Adding from PIL.Image import Resampling should resolve this.

  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant