mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 00:24:25 +01:00
auto
This commit is contained in:
parent
a8c85b4699
commit
3037c6c5c8
|
|
@ -47,7 +47,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
|
||||||
# Note: don't update the sha of previous versions because the install will take forever
|
# Note: don't update the sha of previous versions because the install will take forever
|
||||||
# instead, update the repo state in a later step
|
# instead, update the repo state in a later step
|
||||||
|
|
||||||
ARG SHA=5a1951f17567022612aef5302fb650923a06fb54
|
ARG SHA=d6fd71f36f33763f3a8d1d98f815e1e6a979e13e
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion-webui
|
cd stable-diffusion-webui
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
|
|
||||||
|
|
@ -63,5 +63,15 @@
|
||||||
"upscaler_for_hires_fix": null,
|
"upscaler_for_hires_fix": null,
|
||||||
"js_modal_lightbox": true,
|
"js_modal_lightbox": true,
|
||||||
"js_modal_lightbox_initialy_zoomed": true,
|
"js_modal_lightbox_initialy_zoomed": true,
|
||||||
"use_original_name_batch": false
|
"use_original_name_batch": false,
|
||||||
|
"directories_max_prompt_words": 8,
|
||||||
|
"realesrgan_enabled_models": [
|
||||||
|
"Real-ESRGAN 4x plus",
|
||||||
|
"Real-ESRGAN 4x plus anime 6B",
|
||||||
|
"Real-ESRGAN 2x plus",
|
||||||
|
"Real-ESRGAN AnimeVideo",
|
||||||
|
"Real-ESRGAN General WDN x4x3",
|
||||||
|
"Real-ESRGAN General x4x3"
|
||||||
|
],
|
||||||
|
"samples_log_stdout": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue