• 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
.github Loading commit data...
embeddings Loading commit data...
extensions Loading commit data...
javascript Loading commit data...
localizations Loading commit data...
models Loading commit data...
modules Loading commit data...
scripts Loading commit data...
textual_inversion_templates Loading commit data...
.gitignore Loading commit data...
.pylintrc Loading commit data...
CODEOWNERS Loading commit data...
README.md Loading commit data...
artists.csv Loading commit data...
environment-wsl2.yaml Loading commit data...
launch.py Loading commit data...
requirements.txt Loading commit data...
requirements_versions.txt Loading commit data...
screenshot.png Loading commit data...
script.js Loading commit data...
style.css Loading commit data...
txt2img_Screenshot.png Loading commit data...
webui-user.bat Loading commit data...
webui-user.sh Loading commit data...
webui.bat Loading commit data...
webui.py Loading commit data...
webui.sh Loading commit data...