mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
fix
This commit is contained in:
parent
3c665b8dd6
commit
1fc1c537c7
@ -345,7 +345,6 @@ def save_image(image, path, basename, seed=None, prompt=None, extension='png', i
|
||||
if not os.path.exists(fullfn):
|
||||
break
|
||||
|
||||
def create_exif_bytes():
|
||||
def exif_bytes():
|
||||
return piexif.dump({
|
||||
"Exif": {
|
||||
|
Loading…
Reference in New Issue
Block a user