I want to use the ADetailer API #372
-
|
The following parameters were written so that the API of ADetailer, an extension of Stable Diffusion, can be used with i2i. However, when we ran i2i with these parameters, ADetailer did not work. I would like to know if there is anything wrong with the parameters I have written regarding ADetailer, and if so, please correct it and let me know. The denoisingStrength is an array of 4 keys and values, all 4 set to different DS values. I would also like to know how to write parameters for ADetailer. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Resolved.All I had to do was add a double quotation. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks!
…On Sat, Oct 28, 2023, 6:57 PM daikimasaokasiki ***@***.***> wrote:
"alwayson_scripts": {
"ADetailer": {
"args": [
{
"ad_model": "face_yolov8n.pt",
"ad_mask_max_ratio": 0.03,
"ad_denoising_strength": denoisingStrength,
}
]
}
}
}
I have added double quotation marks like this.
—
Reply to this email directly, view it on GitHub
<#372 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEA4SMLAJPFNBWJTFG45TTYBWLX3AVCNFSM6AAAAAA6HOYDCWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIMJTGU4TI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Resolved.All I had to do was add a double quotation.