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

[Bug]: Adetailer dont work in inpaint #598

Closed
tobiasahlstrom opened this issue Apr 30, 2024 · 1 comment
Closed

[Bug]: Adetailer dont work in inpaint #598

tobiasahlstrom opened this issue Apr 30, 2024 · 1 comment
Labels
bug Something isn't working Stale

Comments

@tobiasahlstrom
Copy link

Describe the bug

Adetailer in inpaint have stopped working.
Tried all suggestions online to get it to work again, nothings works. (Comment out the section with inpaint in the code and also tried to change from True to false in that section of the code). Reinstalled everything and also tried different versions of adetailer.

Steps to reproduce

Fresh install of automatic1111
install adetailer
Got to inpaint in img2img
Activate adetailer
Mask image part you want to use adetailer on
Nothing happens

Screenshots

No response

Console logs, from start to end.

venv "C:\Stable\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers --no-half-vae
[-] ADetailer initialized. version: 23.12.0, num models: 9

List of installed extensions

No response

@tobiasahlstrom tobiasahlstrom added the bug Something isn't working label Apr 30, 2024
Copy link

dosubot bot commented Apr 30, 2024

It sounds like you're encountering a problem with the Adetailer extension not functioning correctly with the inpaint feature in automatic1111's stable-diffusion-webui. Here are a few targeted steps to troubleshoot and potentially resolve the issue:

  1. Check the ad_enable Checkbox: Ensure that the ad_enable checkbox within the UI is checked. This is crucial for activating ADetailer functionalities, including inpainting. If this checkbox is not enabled, ADetailer will not work.

  2. Review Dependencies: Verify that all dependencies for Adetailer are correctly installed. Key dependencies include ultralytics>=8.1, mediapipe>=0.10, pydantic<3, rich>=13, and huggingface_hub. Issues with ultralytics or mediapipe could directly impact image processing functionalities.

  3. Compatibility Check: Ensure that the version of Adetailer you're using is compatible with your version of automatic1111/stable-diffusion-webui. Compatibility issues between versions could affect the inpaint feature.

  4. Configuration Settings: Double-check the specific configurations for the inpaint feature within Adetailer. Settings such as "Inpaint mask blur", "Inpaint denoising strength", and "Inpaint only masked" are crucial for the correct operation of the inpainting process.

If after following these steps the issue persists, providing more specific error messages or logs could help in diagnosing the problem more accurately.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

@github-actions github-actions bot added the Stale label May 30, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant