I've added training data to a ControlNet, but the colors are wrong? #4047
brook-seaton
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried adding more training data to a Canny ControlNet (trained using Huggingface on JuggernautXL-v8, but I'm getting weird color images produced when I use the Fooocus styles:
https://drive.google.com/drive/u/0/folders/1PbKzj8-Rw2RJkeYzHxj09x-UgPz_8Ntx
When I use Fooocus style the color changes to weird hues, but when I take the words from https://github.com/lllyasviel/Fooocus/blob/main/sdxl_styles/sdxl_styles_fooocus.json and paste it into the prompt or negative prompt, the color does not change.
I'm thinking it might have something to do with this line of code, because without the styles, the boolean "use_expansion" is set to true and "use_style" is set to false:
Fooocus/modules/async_worker.py
Lines 691 to 741 in 59f183a
I've trained the ControlNet with 50% regularizaiton images as stock LAION images, and tried again with a fixed seed and inferenced images.
Any ideas what is causing this issue, or what I can do to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions