mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-15 07:20:31 +08:00
0523704dad
In batch mode run_extras tries to preserve the original file name of the images. The problem is that this makes no sense since the user only gets a list of images in the UI, trying to manually save them shows that this images have random temp names. Also, trying to keep "orig_name" in the API is a hassle that adds complexity to the consuming UI since the client has to use (or emulate) an input (type=file) element in a form. Using the normal file name not only doesn't change the output and functionality in the original UI but also helps keep the API simple. |
||
---|---|---|
.. | ||
api | ||
codeformer | ||
hypernetworks | ||
textual_inversion | ||
artists.py | ||
bsrgan_model_arch.py | ||
bsrgan_model.py | ||
codeformer_model.py | ||
deepbooru.py | ||
devices.py | ||
errors.py | ||
esrgan_model_arch.py | ||
esrgan_model.py | ||
extras.py | ||
face_restoration.py | ||
generation_parameters_copypaste.py | ||
gfpgan_model.py | ||
images_history.py | ||
images.py | ||
img2img.py | ||
interrogate.py | ||
ldsr_model_arch.py | ||
ldsr_model.py | ||
localization.py | ||
lowvram.py | ||
masking.py | ||
memmon.py | ||
modelloader.py | ||
ngrok.py | ||
paths.py | ||
processing.py | ||
prompt_parser.py | ||
realesrgan_model.py | ||
safe.py | ||
safety.py | ||
script_callbacks.py | ||
scripts.py | ||
scunet_model_arch.py | ||
scunet_model.py | ||
sd_hijack_inpainting.py | ||
sd_hijack_optimizations.py | ||
sd_hijack.py | ||
sd_models.py | ||
sd_samplers.py | ||
shared.py | ||
styles.py | ||
swinir_model_arch_v2.py | ||
swinir_model_arch.py | ||
swinir_model.py | ||
txt2img.py | ||
ui.py | ||
upscaler.py |