comfyui-plugins
comfyui-plugins copied to clipboard
[Question] How do the resize with "resize and fill" mode like A1111 with your comfyui plugins?
Hi, your plugins are amazing. I'm truly appreceating your work on this, save me tons of hours!!!
I have question in the title if you can direct me to the right direction would help a lot. Thanks again.
These are various custom_nodes from different authors. I only developed WAS Node Suite. What custom_nodes are you having trouble with?
Hi,
Thanks for the prompt reply.
I have problem with the image resize node.
E.g: I want resize a 512x512 to a 512x768 canvas without stretching the square image.
Not sure how to do that yet
On Sat, Jun 10, 2023, 11:25 PM WAS @.***> wrote:
These are various custom_nodes from different authors. I only developed WAS Node Suite. What custom_nodes are you having trouble with?
— Reply to this email directly, view it on GitHub https://github.com/WASasquatch/comfyui-plugins/issues/7#issuecomment-1585726886, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMI7YHHREFX6X64BXZV3MLXKSNYPANCNFSM6AAAAAAZBUEQPE . You are receiving this because you authored the thread.Message ID: @.***>
Sounds like you want to "pad" the image.
I don't think you can use a fill crop for 512x768 cause the original image is below that resolution so nothing to crop into at that resolution. I mean, a node could be made to do that, but the quality would be pretty bad cropping to like 256x512 then to 512x768
The output is transparent, so you'll need to use a Image to RGB node.