mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update config
This commit is contained in:
+4
-1
@@ -170,5 +170,8 @@
|
||||
"artists",
|
||||
"movements",
|
||||
"flavors"
|
||||
]
|
||||
],
|
||||
"extra_networks_default_view": "cards",
|
||||
"postprocessing_scipts_order": "upscale, gfpgan, codeformer",
|
||||
"upscaling_max_images_in_cache": 5
|
||||
}
|
||||
+36
-1
@@ -767,5 +767,40 @@
|
||||
"train/Error threshold/maximum": 1,
|
||||
"train/Error threshold/step": 0.01,
|
||||
"modelmerger/Discard weights with matching name/visible": true,
|
||||
"modelmerger/Discard weights with matching name/value": ""
|
||||
"modelmerger/Discard weights with matching name/value": "",
|
||||
"customscript/postprocessing_upscale.py/extras/Resize/visible": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Resize/value": 4,
|
||||
"customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
|
||||
"customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
|
||||
"customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
|
||||
"customscript/postprocessing_upscale.py/extras/Width/visible": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Width/value": 512,
|
||||
"customscript/postprocessing_upscale.py/extras/Height/visible": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Height/value": 512,
|
||||
"customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Crop to fit/value": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "None",
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
|
||||
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
|
||||
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true,
|
||||
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0,
|
||||
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0,
|
||||
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0,
|
||||
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.001,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 0,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.001,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
|
||||
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001
|
||||
}
|
||||
Reference in New Issue
Block a user