MisterChief95
MisterChief95
They should be roughly identical, however, it may differ for the controlnet settings because Forge's built-in controlnet is a little different from the controlnet extension. This worked for me (Just...
What does the PNG info say of an image generated with pix2pix from the UI? That might give us a clue on how to setup the JSON correcctly.
Hi @xiaoxuwei12345 , I took another look. I was able to get it working in both txt2img and img2img. Notice that i dont have all the same parameters for the...
For your specific issue, remove this line from the ip2p cnet: `'module': None,` This causes the KeyError you were seeing.
I am glad you got it working! It appears that even in A1111, the CNet extension uses `image` as the input field, both in JSON and in the Python code...
Can you please share the actual error logs? Its hard to say specifically what is going wrong from the title alone.
I ported the code over as an extension. Full disclosure, I haven't really ever used A1111/Forge inpainting, let alone ControlNet inpaint preprocessors, so I'm not 100% sure if it works....
I suggest opening an issue for this over on the adetailer repository. The issue likely arises from some dependency incompatibilities they may have rather than anything happening within Forge. It's...
No need to apologize! Lets see if we can figure it out. I hopped over to the adetailer repo to look at your issue. Its unfortunate that there isn't more...
Nothing seems out of the ordinary. Though another small suggestion is that I don't think you need use `sd-webui-infolk-prompt-comment` anymore. I'm fairly certain A1111/Forge have `#` comments in prompts built-in...