mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-22 11:52:18 -05:00
Update versions (#99)
- auto:ca3e5519e8- hlky:1fd28eed1e- lstein:b40bfb5116
This commit is contained in:
@@ -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
|
||||
# instead, update the repo state in a later step
|
||||
|
||||
ARG SHA=a2bea2f97aab6ef60afe6534611e646f66226868
|
||||
ARG SHA=ca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec
|
||||
RUN <<EOF
|
||||
cd stable-diffusion-webui
|
||||
git pull --rebase
|
||||
|
||||
@@ -9,62 +9,44 @@
|
||||
"font": "DejaVuSans.ttf",
|
||||
"__WARNING__": "DON'T CHANGE ANYTHING BEFORE THIS",
|
||||
|
||||
"samples_filename_format": "",
|
||||
"outdir_grids": "",
|
||||
"save_to_dirs": false,
|
||||
"grid_save_to_dirs": false,
|
||||
"save_to_dirs_prompt_len": 10,
|
||||
"samples_save": true,
|
||||
"samples_format": "png",
|
||||
"grid_save": true,
|
||||
"return_grid": true,
|
||||
"grid_format": "png",
|
||||
"grid_extended_filename": false,
|
||||
"grid_only_if_multiple": true,
|
||||
"n_rows": -1,
|
||||
"jpeg_quality": 80,
|
||||
"export_for_4chan": true,
|
||||
"enable_pnginfo": true,
|
||||
"add_model_hash_to_info": false,
|
||||
"code_former_weight": 0.5,
|
||||
"directories_filename_pattern": "",
|
||||
"directories_max_prompt_words": 8,
|
||||
"enable_batch_seeds": true,
|
||||
"enable_emphasis": true,
|
||||
"save_txt": false,
|
||||
"enable_pnginfo": true,
|
||||
"enable_quantization": false,
|
||||
"ESRGAN_tile": 192,
|
||||
"ESRGAN_tile_overlap": 8,
|
||||
"random_artist_categories": [],
|
||||
"upscale_at_full_resolution_padding": 16,
|
||||
"show_progressbar": true,
|
||||
"show_progress_every_n_steps": 7,
|
||||
"multiple_tqdm": true,
|
||||
"export_for_4chan": true,
|
||||
"face_restoration_model": null,
|
||||
"code_former_weight": 0.5,
|
||||
"save_images_before_face_restoration": false,
|
||||
"face_restoration_unload": false,
|
||||
"interrogate_keep_models_in_memory": false,
|
||||
"interrogate_use_builtin_artists": true,
|
||||
"interrogate_clip_num_beams": 1,
|
||||
"interrogate_clip_min_length": 24,
|
||||
"interrogate_clip_max_length": 48,
|
||||
"interrogate_clip_dict_limit": 1500.0,
|
||||
"samples_filename_pattern": "",
|
||||
"directories_filename_pattern": "",
|
||||
"save_selected_only": false,
|
||||
"filter_nsfw": false,
|
||||
"grid_extended_filename": false,
|
||||
"grid_format": "png",
|
||||
"grid_only_if_multiple": true,
|
||||
"grid_save": true,
|
||||
"grid_save_to_dirs": false,
|
||||
"img2img_color_correction": false,
|
||||
"img2img_fix_steps": false,
|
||||
"enable_quantization": false,
|
||||
"enable_batch_seeds": true,
|
||||
"memmon_poll_rate": 8,
|
||||
"sd_model_checkpoint": null,
|
||||
"SWIN_tile": 192,
|
||||
"SWIN_tile_overlap": 8,
|
||||
"ldsr_steps": 30,
|
||||
"ldsr_pre_down": 1,
|
||||
"ldsr_post_down": 1,
|
||||
"upscaler_for_hires_fix": null,
|
||||
"interrogate_clip_dict_limit": 1500,
|
||||
"interrogate_clip_max_length": 48,
|
||||
"interrogate_clip_min_length": 24,
|
||||
"interrogate_clip_num_beams": 1,
|
||||
"interrogate_keep_models_in_memory": false,
|
||||
"interrogate_use_builtin_artists": true,
|
||||
"jpeg_quality": 80,
|
||||
"js_modal_lightbox": true,
|
||||
"js_modal_lightbox_initialy_zoomed": true,
|
||||
"use_original_name_batch": false,
|
||||
"directories_max_prompt_words": 8,
|
||||
"ldsr_post_down": 1,
|
||||
"ldsr_pre_down": 1,
|
||||
"ldsr_steps": 30,
|
||||
"memmon_poll_rate": 8,
|
||||
"multiple_tqdm": true,
|
||||
"n_rows": -1,
|
||||
"outdir_grids": "",
|
||||
"random_artist_categories": [],
|
||||
"realesrgan_enabled_models": [
|
||||
"Real-ESRGAN 4x plus",
|
||||
"Real-ESRGAN 4x plus anime 6B",
|
||||
@@ -73,5 +55,25 @@
|
||||
"Real-ESRGAN General WDN x4x3",
|
||||
"Real-ESRGAN General x4x3"
|
||||
],
|
||||
"samples_log_stdout": false
|
||||
"return_grid": true,
|
||||
"samples_filename_format": "",
|
||||
"samples_filename_pattern": "",
|
||||
"samples_format": "png",
|
||||
"samples_log_stdout": false,
|
||||
"samples_save": true,
|
||||
"save_images_before_color_correction": false,
|
||||
"save_images_before_face_restoration": false,
|
||||
"save_selected_only": false,
|
||||
"save_to_dirs": false,
|
||||
"save_to_dirs_prompt_len": 10,
|
||||
"save_txt": false,
|
||||
"sd_model_checkpoint": null,
|
||||
"show_progress_every_n_steps": 7,
|
||||
"show_progressbar": true,
|
||||
"SWIN_tile": 192,
|
||||
"SWIN_tile_overlap": 8,
|
||||
"upscale_at_full_resolution_padding": 16,
|
||||
"upscaler_for_hires_fix": null,
|
||||
"upscaler_for_img2img": null,
|
||||
"use_original_name_batch": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user