Closed MysticDaedra closed 1 month ago
To resolve the TypeError
related to the restore_faces
argument in StableDiffusionProcessing
, ensure that the restore_faces
argument is correctly referenced as args.ad_restore_face
in the StableDiffusionProcessingImg2Img
initialization. Here's how it should be set:
i2i = StableDiffusionProcessingImg2Img(
...
restore_faces=args.ad_restore_face,
...
)
Make sure that ad_restore_face
is properly defined and initialized in your ADetailerArgs
class [1].
To continue talking to Dosu, mention @dosu.
It seems like SD-Next is trying to add a Detailer-like feature on its own, which I think is a good move. Look for sd-next's documentation to be updated in the future.
Unfortunately most of the functionality included in Adetailer will be absent from SDNext's implementation, including separate prompts per detection model and different tabs etc. At least for now there is no plan to expand it beyond very basic functionality.
On Thu, Oct 10, 2024 at 1:37 AM Dowon @.***> wrote:
It seems like SD-Next is trying to add a Detailer-like feature on its own, which I think is a good move. Look for sd-next's documentation to be updated in the future.
— Reply to this email directly, view it on GitHub https://github.com/Bing-su/adetailer/issues/729#issuecomment-2404459024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEDDLFAACLHFDLLDHSVKX33Z2Y4DBAVCNFSM6AAAAABPWD7HTSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBUGQ2TSMBSGQ . You are receiving this because you authored the thread.Message ID: @.***>
fixed in latest sdnext dev.
Describe the bug
Likely not an issue with adetailer, but unsure. Posting here as a requirement for SDNext bug report. Error occurs with adetailer enabled or disabled (accordion open or closed, tabs enabled or disabled).
Steps to reproduce
Screenshots
No response
Console logs, from start to end.
List of installed extensions
Lora, sd-extension-system-info, sd-extension-rembg, sd-extension-chainner, sd-webui-agent-scheduler, Adetailer.
Please note that the only extension here that I installed manually was adetailer. The rest are automatically installed with SDNext and are effectively considered part of its regular feature set.