• Bruno Seoane's avatar
    Update run_extras to use the temp filename · 0523704d
    Bruno Seoane authored
    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.
    0523704d
Name
Last commit
Last update
..
api Loading commit data...
codeformer Loading commit data...
hypernetworks Loading commit data...
textual_inversion Loading commit data...
artists.py Loading commit data...
bsrgan_model.py Loading commit data...
bsrgan_model_arch.py Loading commit data...
codeformer_model.py Loading commit data...
deepbooru.py Loading commit data...
devices.py Loading commit data...
errors.py Loading commit data...
esrgan_model.py Loading commit data...
esrgan_model_arch.py Loading commit data...
extras.py Loading commit data...
face_restoration.py Loading commit data...
generation_parameters_copypaste.py Loading commit data...
gfpgan_model.py Loading commit data...
images.py Loading commit data...
images_history.py Loading commit data...
img2img.py Loading commit data...
interrogate.py Loading commit data...
ldsr_model.py Loading commit data...
ldsr_model_arch.py Loading commit data...
localization.py Loading commit data...
lowvram.py Loading commit data...
masking.py Loading commit data...
memmon.py Loading commit data...
modelloader.py Loading commit data...
ngrok.py Loading commit data...
paths.py Loading commit data...
processing.py Loading commit data...
prompt_parser.py Loading commit data...
realesrgan_model.py Loading commit data...
safe.py Loading commit data...
safety.py Loading commit data...
script_callbacks.py Loading commit data...
scripts.py Loading commit data...
scunet_model.py Loading commit data...
scunet_model_arch.py Loading commit data...
sd_hijack.py Loading commit data...
sd_hijack_inpainting.py Loading commit data...
sd_hijack_optimizations.py Loading commit data...
sd_models.py Loading commit data...
sd_samplers.py Loading commit data...
shared.py Loading commit data...
styles.py Loading commit data...
swinir_model.py Loading commit data...
swinir_model_arch.py Loading commit data...
swinir_model_arch_v2.py Loading commit data...
txt2img.py Loading commit data...
ui.py Loading commit data...
upscaler.py Loading commit data...