stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
add support for Hrfix and CN
Description
- Fix interop issue of kohya hrfix and CN
- Fixes: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/95
Checklist:
- [x] I have read contributing wiki page
- [x] I have performed a self-review of my own code
- [x] My code follows the style guidelines
- [x] My code passes tests
@huchenlei can you review this?
Can you add an API test under https://github.com/lllyasviel/stable-diffusion-webui-forge/blob/main/extensions-builtin/sd_forge_controlnet/tests/web_api/ ?
It can be similar to the test added in https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/754 . Although we cannot enable the test in the CQ, at least we can have a stable way to verify this is working locally and compare test results across versions.
Can you add an API test under https://github.com/lllyasviel/stable-diffusion-webui-forge/blob/main/extensions-builtin/sd_forge_controlnet/tests/web_api/ ?
It can be similar to the test added in #754 . Although we cannot enable the test in the CQ, at least we can have a stable way to verify this is working locally and compare test results across versions. @huchenlei Added a test (hopefully works)
I tested this patch today several times, on both 1.5, and SDXL models, with HRfix and CN. The errors are not there anymore, and it seems to work. Thought i'd give some feedback :)