mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
post-merge
This commit is contained in:
+7
-7
@@ -14,7 +14,7 @@ if [ "$PYTHON" == "" ]; then
|
||||
PYTHON=`which python`
|
||||
fi
|
||||
|
||||
ARGS="launch.py --api --xformers --disable-console-progressbars --gradio-queue"
|
||||
CMD="launch.py --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check"
|
||||
# --opt-channelslast
|
||||
MODE=optimized
|
||||
|
||||
@@ -38,7 +38,7 @@ for i in "$@"; do
|
||||
MODE=env
|
||||
;;
|
||||
*)
|
||||
ARGS="$ARGS $i"
|
||||
CMD="$CMD $i"
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
@@ -68,17 +68,17 @@ if [ $MODE == env ]; then
|
||||
fi
|
||||
|
||||
if [ $MODE == clean ]; then
|
||||
ARGS="--disable-opt-split-attention --disable-console-progressbars --api"
|
||||
$PYTHON launch.py $ARGS
|
||||
CMD="--disable-opt-split-attention --disable-console-progressbars --api"
|
||||
$PYTHON launch.py $CMD
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ $MODE == public ]; then
|
||||
ARGS="$ARGS --port 7860 --gradio-auth admin:pwd --listen --enable-insecure-extension-access"
|
||||
CMD="$CMD --port 7860 --gradio-auth admin:pwd --listen --enable-insecure-extension-access"
|
||||
fi
|
||||
|
||||
if [ $MODE == optimized ]; then
|
||||
ARGS="$ARGS"
|
||||
CMD="$CMD"
|
||||
fi
|
||||
|
||||
exec accelerate launch --no_python --num_cpu_threads_per_process=6 $PYTHON $ARGS
|
||||
exec accelerate launch --no_python --num_cpu_threads_per_process=6 $PYTHON $CMD
|
||||
|
||||
+2
-2
@@ -111,7 +111,7 @@
|
||||
"localization": "None",
|
||||
"live_previews_enable": true,
|
||||
"show_progress_grid": true,
|
||||
"show_progress_every_n_steps": 10,
|
||||
"show_progress_every_n_steps": 1,
|
||||
"show_progress_type": "Full",
|
||||
"live_preview_content": "Prompt",
|
||||
"hide_samplers": [
|
||||
@@ -144,7 +144,7 @@
|
||||
"sdweb-merge-board",
|
||||
"ScuNET"
|
||||
],
|
||||
"sd_checkpoint_hash": "9e2c6ceff3f6d6f65c6fb0e10d8e69d772871813be647fd2ea5d06e00db33c1f",
|
||||
"sd_checkpoint_hash": "cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516",
|
||||
"ldsr_steps": 100,
|
||||
"ldsr_cached": false,
|
||||
"SWIN_tile": 192,
|
||||
|
||||
Submodule extensions-builtin/sd-extension-steps-animation updated: 4325abb42b...522d193ea7
@@ -4,7 +4,7 @@ blendmodes==2022
|
||||
clean-fid==0.1.35
|
||||
einops==0.4.1
|
||||
gfpgan==1.3.8
|
||||
GitPython==3.1.30
|
||||
GitPython==3.1.27
|
||||
gradio==3.16.2
|
||||
inflection==0.5.1
|
||||
jsonmerge==1.9.0
|
||||
|
||||
+3
-1
@@ -844,5 +844,7 @@
|
||||
"customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
|
||||
"customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
|
||||
"img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
|
||||
"img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": ""
|
||||
"img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
|
||||
"txt2img/Override settings/value": null,
|
||||
"img2img/Override settings/value": null
|
||||
}
|
||||
Reference in New Issue
Block a user