Merge pull request #9760 from Sakura-Luna/refresh

Fix gallery not being refreshed correctly
This commit is contained in:
AUTOMATIC1111
2023-05-08 15:06:02 +03:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ def image_from_url_text(filedata):
is_in_right_dir = ui_tempdir.check_tmp_file(shared.demo, filename)
assert is_in_right_dir, 'trying to open image file outside of allowed directories'
filename = filename.rsplit('?', 1)[0]
return Image.open(filename)
if type(filedata) == list: