mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-12 02:02:36 +08:00
Remove print statements
This commit is contained in:
parent
a6347a959c
commit
e570d027a3
@ -313,8 +313,6 @@ class Rotate:
|
|||||||
raise ValueError(f"Invalid color format: {color_str}")
|
raise ValueError(f"Invalid color format: {color_str}")
|
||||||
|
|
||||||
center = (center_x, center_y) if center_of_image == "disabled" else (width / 2, height / 2)
|
center = (center_x, center_y) if center_of_image == "disabled" else (width / 2, height / 2)
|
||||||
print(center_of_image)
|
|
||||||
print(center)
|
|
||||||
translate = (translate_x, translate_y)
|
translate = (translate_x, translate_y)
|
||||||
|
|
||||||
color = fill_color.replace(" ", "")
|
color = fill_color.replace(" ", "")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user