Replies: 1 comment 1 reply
-
Yes Init Image normally resizes to fit your resolution setting, which usually is required (things will break if an image is the wrong res) but in the case of custom workflows that do weird resolution alterations that might be wrong -- can post an issue to file a feature request for adding a way to change that on custom workflows |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey 👋🏻
I have a custom ComfyUI workflow setup in the editor:
This allows me to use Swarm's Generate UI to use the selected image then click the Use As Init button to send it to the UltimateSDUpscale node, as shown in the workflow above.
The issue I'm having is that when I click generate (in the Generate tab), it seems like the init image's dimensions are being misreported to the ComfyUI workflow. An example image I've been using has a resolution of 1152x896, however the debug logs show the "Input image resolution" at just 658x512 and I can't work out why. Here's some of the log data:
As you can see from the logs, instead of a 4x upscale of the original image, I'm getting a 4x upscale of the "Input image". The weird thing is, if I go to the Comfy Workflow Editor, upload my test image into the Load Image node and queue the prompt from this editor tab, it works absolutely fine.
Is this an issue with Swarm, or do I need to change the way I'm creating the workflow? Or perhaps, is it an issue with the UltimateSDUpscale code?
Apologies, I am new to this, so I'm sorry if I'm misunderstanding something. I'm trying to learn :)
Many thanks,
James
Beta Was this translation helpful? Give feedback.
All reactions