save the exif data upon image write

This commit is contained in:
JJ 2022-09-13 05:44:48 +10:00 committed by AUTOMATIC1111
parent 34cf684419
commit 27c2a0680a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import numpy as np
import piexif
import piexif.helper
from PIL import Image, ImageFont, ImageDraw, PngImagePlugin
from fonts.ttf import Roboto
import font_roboto as Roboto
import string
import modules.shared