Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ class FluxEditor:
|
|
184 |
exif_data[ExifTags.Base.Model] = self.name
|
185 |
if self.add_sampling_metadata:
|
186 |
exif_data[ExifTags.Base.ImageDescription] = source_prompt
|
187 |
-
img.save(fn, exif=exif_data, quality=95, subsampling=0)
|
188 |
|
189 |
|
190 |
print("End Edit")
|
|
|
184 |
exif_data[ExifTags.Base.Model] = self.name
|
185 |
if self.add_sampling_metadata:
|
186 |
exif_data[ExifTags.Base.ImageDescription] = source_prompt
|
187 |
+
# img.save(fn, exif=exif_data, quality=95, subsampling=0)
|
188 |
|
189 |
|
190 |
print("End Edit")
|