Closed BenDes21 closed 2 months ago
Hello there, @BenDes21! I'm here to help you with any bugs, questions, or contributions you may have. Let's tackle this issue together!
To address the issue of the soft_inpainting script not showing up in the ADetailer extension, ensure that you have correctly added the script name in the settings and that the script is compatible with ADetailer. Here are the steps to verify and troubleshoot:
Verify Script Name Configuration:
Ensure that you have added soft_inpainting to the ad_script_names
setting as a comma-separated list. The configuration should look something like this:
shared.opts.add_option(
"ad_script_names",
shared.OptionInfo(
default="soft_inpainting",
label="Script names to apply to ADetailer (separated by comma)",
component=gr.Textbox,
component_args={"placeholder": "comma-separated list of script names", "interactive": True},
section=section,
),
)
Restart the WebUI: After making changes to the settings, ensure that you restart the stable diffusion webui to apply the new configuration.
Check for Compatibility: Ensure that the soft_inpainting script is compatible with ADetailer. There might be specific dependencies or compatibility requirements that need to be met. Unfortunately, I couldn't find specific information on the dependencies for soft_inpainting within the repository [1].
Console Logs: Review the console logs for any errors or warnings related to loading the soft_inpainting script. This can provide clues if there are issues with the script itself or its integration.
If the issue persists, you might need to check if the soft_inpainting script is correctly implemented and compatible with the current version of ADetailer.
To continue talking to Dosu, mention @dosu.
Describe the bug
Hi there, I added soft_inpainting in the Script names to apply to ADetailer in the setting option of adetailer. After restart I still see the normal inpainting tab only inside the Adetailer Extension.
Steps to reproduce
added soft_inpainting in the Script names to apply to ADetailer settings restart
Screenshots
Console logs, from start to end.
List of installed extensions
No response