mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-03 17:45:17 +08:00
Merge 7d8e7bcd0981dc8be5d2abbda9d4b44b5ff381df into 9d7af919b91838fb22e31ad0107a6ddcf8bd7f3f
This commit is contained in:
commit
c163eca809
@ -2445,7 +2445,7 @@ v2 of the node. This node is only kept to not completely break older workflows.
|
||||
if height == 0:
|
||||
height = H
|
||||
|
||||
if divisible_by > 1 and get_image_size is None:
|
||||
if divisible_by > 1:
|
||||
width = width - (width % divisible_by)
|
||||
height = height - (height % divisible_by)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user