mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-10 16:00:10 +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
|
||||
- change to copy scripts and scripts args
|
||||
|
||||
- v23.5.3.post1
|
||||
- change default ad_model from `None`
|
||||
|
||||
### 2023-05-02
|
||||
|
||||
- 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(
|
||||
label="ADetailer model",
|
||||
choices=model_list,
|
||||
value="None",
|
||||
value=model_list[0],
|
||||
visible=True,
|
||||
type="value",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user