- 11 Dec, 2022 1 commit
-
-
Dean van Dugteren authored
This fixes the following error when SD attempts to start with a deleted checkpoint: ``` Traceback (most recent call last): File "D:\Web\stable-diffusion-webui\launch.py", line 295, in <module> start() File "D:\Web\stable-diffusion-webui\launch.py", line 290, in start webui.webui() File "D:\Web\stable-diffusion-webui\webui.py", line 132, in webui initialize() File "D:\Web\stable-diffusion-webui\webui.py", line 62, in initialize modules.sd_models.load_model() File "D:\Web\stable-diffusion-webui\modules\sd_models.py", line 283, in load_model checkpoint_info = checkpoint_info or select_checkpoint() File "D:\Web\stable-diffusion-webui\modules\sd_models.py", line 117, in select_checkpoint checkpoint_info = checkpoints_list.get(model_checkpoint, None) TypeError: unhashable type: 'list' ```
-
- 10 Dec, 2022 34 commits
-
-
AUTOMATIC1111 authored
LDSR improvements - cache / optimization / opt_channelslast
-
AUTOMATIC1111 authored
Fix token counter color on dark theme
-
wywywywy authored
-
wywywywy authored
-
Bwin4L authored
-
AUTOMATIC1111 authored
Fix WebUI not working inside of iframes
-
AUTOMATIC1111 authored
Support changing checkpoint and vae through override_settings
-
AUTOMATIC authored
-
AUTOMATIC authored
-
apolinario authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add Clear Prompt button to roll_col
-
AUTOMATIC1111 authored
Update SD Upscaler to include user selectable Scale Factor
-
AUTOMATIC1111 authored
Atomically rename saved image to avoid race condition with other processes
-
AUTOMATIC1111 authored
Update launch.py
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
allow randomized seeds in prompt_matrix
-
AUTOMATIC1111 authored
Add option to avoid sending size between interfaces.
-
papuSpartan authored
-
AUTOMATIC1111 authored
add gradio queueing on ui by default to avoid timeout on client side when share=True
-
AUTOMATIC1111 authored
Fix None option of VAE selector
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
add noise strength parameter similar to NAI
-
AUTOMATIC1111 authored
Merger ram usage
-
AUTOMATIC1111 authored
Add bracket checking functionality to the txt2img/img2img prompts
-
AUTOMATIC1111 authored
macOS install improvements
-
AUTOMATIC1111 authored
Reinstate DDPM V1 to LDSR
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Patch UNet Forward to support resolutions that are not multiples of 64
-
AUTOMATIC1111 authored
Bug fix (a few lines in modules/api/api.py)
-
AUTOMATIC1111 authored
Make "# settings changed" grammatically correct
-
AUTOMATIC1111 authored
Depth2Img model support: resolves #5372, partially addresses #5011
-
- 09 Dec, 2022 3 commits
- 07 Dec, 2022 2 commits