mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 19:21:33 +00:00
fix: default ad_model
This commit is contained in:
@@ -47,6 +47,9 @@ On the ControlNet tab, select a ControlNet inpaint model and set the model weigh
|
|||||||
- remove `__future__` imports
|
- remove `__future__` imports
|
||||||
- change to copy scripts and scripts args
|
- change to copy scripts and scripts args
|
||||||
|
|
||||||
|
- v23.5.3.post1
|
||||||
|
- change default ad_model from `None`
|
||||||
|
|
||||||
### 2023-05-02
|
### 2023-05-02
|
||||||
|
|
||||||
- v23.5.3
|
- v23.5.3
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "23.5.3.post0"
|
__version__ = "23.5.3.post1"
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ class AfterDetailerScript(scripts.Script):
|
|||||||
w.ad_model = gr.Dropdown(
|
w.ad_model = gr.Dropdown(
|
||||||
label="ADetailer model",
|
label="ADetailer model",
|
||||||
choices=model_list,
|
choices=model_list,
|
||||||
value="None",
|
value=model_list[0],
|
||||||
visible=True,
|
visible=True,
|
||||||
type="value",
|
type="value",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user