Skip to content

Commit 24ded5c

Browse files
authored
Merge pull request kijai#4 from Crimsonfart/patch-3
Adds the ability to support "any" resolution
2 parents 955de64 + 69ff68d commit 24ded5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class FramePackFindNearestBucket:
244244
def INPUT_TYPES(s):
245245
return {"required": {
246246
"image": ("IMAGE", {"tooltip": "Image to resize"}),
247-
"base_resolution": ("INT", {"default": 640, "min": 64, "max": 2048, "step": 8, "tooltip": "Width of the image to encode"}),
247+
"base_resolution": ("INT", {"default": 640, "min": 64, "max": 2048, "step": 16, "tooltip": "Width of the image to encode"}),
248248
},
249249
}
250250

0 commit comments

Comments
 (0)