mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
update changelog
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ def interrogate_image(res: Result, tag: str = None):
|
||||
|
||||
def resize_image(res: Result):
|
||||
resized = res.image
|
||||
resized.thumbnail((options.process.target_size, options.process.target_size), Image.HAMMING)
|
||||
resized.thumbnail((options.process.target_size, options.process.target_size), Image.Resampling.HAMMING)
|
||||
res.image = resized
|
||||
res.ops.append('resize')
|
||||
return res
|
||||
|
||||
@@ -2,5 +2,3 @@ mediapipe
|
||||
colormap
|
||||
filetype
|
||||
albumentations
|
||||
accelerate==0.19.0
|
||||
diffusers==0.10.2
|
||||
|
||||
Reference in New Issue
Block a user