mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 08:44:33 +02:00
update config and installer
This commit is contained in:
+1
-2
@@ -14,7 +14,7 @@ if [ "$PYTHON" == "" ]; then
|
||||
PYTHON=`which python`
|
||||
fi
|
||||
|
||||
CMD="launch.py --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check"
|
||||
CMD="launch.py --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check --cors-allow-origins=http://127.0.0.1:7860"
|
||||
# --opt-channelslast
|
||||
MODE=optimized
|
||||
|
||||
@@ -51,7 +51,6 @@ echo "Platform: $LSB $UN"
|
||||
$PYTHON -c 'import torch; import platform; print("Python:", platform.python_version(), "Torch:", torch.__version__, "CUDA:", torch.version.cuda, "cuDNN:", torch.backends.cudnn.version(), "GPU:", torch.cuda.get_device_name(torch.cuda.current_device()), "Arch:", torch.cuda.get_device_capability());'
|
||||
|
||||
if [ $MODE == install ]; then
|
||||
$PYTHON --version
|
||||
$PYTHON -m pip --version
|
||||
echo "Installing general requirements"
|
||||
$PYTHON -m pip install --disable-pip-version-check --quiet --no-warn-conflicts --requirement requirements.txt
|
||||
|
||||
+6
-5
@@ -20,9 +20,9 @@
|
||||
"directories_max_prompt_words": 8,
|
||||
"disable_weights_auto_swap": false,
|
||||
"disabled_extensions": [
|
||||
"prompt-fusion-extension",
|
||||
"embedding-inspector",
|
||||
"sd-webui-additional-networks",
|
||||
"sdweb-merge-board",
|
||||
"stable-diffusion-webui-instruct-pix2pix",
|
||||
"ScuNET"
|
||||
],
|
||||
"do_not_add_watermark": true,
|
||||
@@ -36,7 +36,7 @@
|
||||
"eta_ancestral": 1.0,
|
||||
"eta_ddim": 0.0,
|
||||
"eta_noise_seed_delta": 0,
|
||||
"export_for_4chan": true,
|
||||
"export_for_4chan": false,
|
||||
"extra_networks_default_multiplier": 1,
|
||||
"extra_networks_default_view": "cards",
|
||||
"face_restoration_model": "CodeFormer",
|
||||
@@ -160,7 +160,7 @@
|
||||
"ui_reorder": "sampler, dimensions, cfg, seed, checkboxes, hires_fix, batch, scripts",
|
||||
"unload_models_when_training": false,
|
||||
"upcast_attn": false,
|
||||
"upscaler_for_img2img": null,
|
||||
"upscaler_for_img2img": "SwinIR_4x",
|
||||
"upscaling_max_images_in_cache": 5,
|
||||
"use_old_emphasis_implementation": false,
|
||||
"use_old_hires_fix_width_height": false,
|
||||
@@ -184,5 +184,6 @@
|
||||
"DPM++ SDE Karras",
|
||||
"DPM2 a Karras",
|
||||
"LMS Karras"
|
||||
]
|
||||
],
|
||||
"images_logger_warning": false
|
||||
}
|
||||
Submodule extensions-builtin/stable-diffusion-webui-images-browser updated: be513d619b...1f325cdc49
+989
-930
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,7 @@ div.gradio-container.dark > div.w-full.flex.flex-col.min-h-screen > div { backgr
|
||||
#img2img_label_copy_to_img2img { font-weight: normal; }
|
||||
#img2img_neg_prompt > label > textarea { font-size: 1.2rem; }
|
||||
#img2img_prompt > label > textarea { font-size: 1.2rem; }
|
||||
#interrogate, #deepbooru { margin: 0em 0 0 0.25em; }
|
||||
#interrogate, #deepbooru { margin: 16px 0 0 0px; min-width: 150px; padding: 4px; }
|
||||
#save-animation { border-radius: 0 !important; margin-bottom: 16px; background-color: #111111; }
|
||||
#script_list { padding: 4px; margin-top: 20px; }
|
||||
#tab_extensions table { background-color: #222222; }
|
||||
|
||||
Reference in New Issue
Block a user