stable-diffusion-webui/modules
Milly a8a75ec43a Fixed filename part sanitizing
The following file patterns are invalid on Windows.
- Begin or end with the ASCII Space (0x20)
- End with the ASCII Period (0x2E)

For example, if `[prompt_spaces]` is specified as the directory name pattern, sometimes file saving may fail.
2022-09-20 09:46:44 +03:00
..
codeformer
artists.py
codeformer_model.py
devices.py
errors.py
esrgam_model_arch.py
esrgan_model.py
extras.py Support reusing filename stems during batch processing in Extras tab 2022-09-20 07:44:19 +03:00
face_restoration.py
gfpgan_model.py
images.py Fixed filename part sanitizing 2022-09-20 09:46:44 +03:00
img2img.py SD upscale with Batch count>1 results broken images #512 2022-09-15 22:31:06 +03:00
interrogate.py fix for Error Interrogating when user has garbage in text files #479 2022-09-15 15:13:06 +03:00
lowvram.py
masking.py make inpaint at full resolution option not discard useful pixels from the image 2022-09-18 10:49:00 +03:00
memmon.py Add some error handling for VRAM monitor 2022-09-18 05:20:33 -04:00
paths.py
processing.py added highres fix feature 2022-09-19 16:42:56 +03:00
prompt_parser.py use model's dtype for #707 2022-09-19 18:39:21 +03:00
realesrgan_model.py
safety.py
scripts.py Move comments to scripts.py 2022-09-17 12:43:57 -07:00
sd_hijack.py Making opt split attention the default. Are you upset about this? Sorry. 2022-09-18 20:55:46 +03:00
sd_models.py display a more informative message when a checkpoint is not found 2022-09-18 23:52:01 +03:00
sd_samplers.py added highres fix feature 2022-09-19 16:42:56 +03:00
shared.py Keep legacy behaviour wrt reuse of filename during batch processes 2022-09-20 07:44:19 +03:00
styles.py
txt2img.py do not show denoising strength when highres fix is not enabled 2022-09-19 17:41:46 +03:00
ui.py Automatically show PNGinfo when uploading image 2022-09-19 22:49:05 +03:00