chrisgoringe / cg-use-everywhere

Apache License 2.0
487 stars 34 forks source link

"Anything Everywhere?" values not broadcasting as expected #209

Closed Gerkinfeltser closed 2 months ago

Gerkinfeltser commented 2 months ago

Thank you as always for UE! It helps so much to prevent excessive noodle soup setups. Unfortunately though, it seems some of the functionality has changed or broken as of late. (Not sure from what point as I haven't been using comfyUI for a few months).

"Anything Everywhere?" nodes used to broadcast floats & ints to the appropriately named inputs but do not seem to any longer. As you can see in the attached image, the "width" AE? should be paired to the Empty Latent's "width" input & the "upscale_factor" into the float_O's "upscale_factor" but no joy. Furthermore, reloading the comfyui page has no affect. image

chrisgoringe commented 2 months ago

The problem there is that the types don’t match. The node inputs expect “INT” and “FLOAT”, but the UE nodes are receiving a generic numeric type (as you can see from the input name)

I don’t think this has ever worked…

On Tue, 6 Aug 2024 at 1:04 AM, Gerkinfeltser @.***> wrote:

Thank you as always for UE! It helps so much to prevent excessive noodle soup setups. Unfortunately though, it seems some of the functionality has changed or broken as of late. (Not sure from what point as I haven't been using comfyUI for a few months).

"Anything Everywhere?" nodes used to broadcast floats & ints to the appropriately named inputs but do not seem to any longer. As you can see in the attached image, the "width" AE? should be paired to the Empty Latent's "width" input & the "upscale_factor" into the float_O's "upscale_factor" but no joy. Furthermore, reloading the comfyui page has no affect. image.png (view on web) https://github.com/user-attachments/assets/d90441ee-bc6d-4293-b3e0-55466bccf284

— Reply to this email directly, view it on GitHub https://github.com/chrisgoringe/cg-use-everywhere/issues/209, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBLMA74ULW24P7GS275QTDZP6H7JAVCNFSM6AAAAABMAPWZW2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DQNZYGQ4DQNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Gerkinfeltser commented 2 months ago

Hmmm, again due to my comfy usage absence I could be wrong but I swear I remember this working before. I was definitely/probably able to broadcast values and width & height previously. One thing that seems to have changed (on the comfy side) is the input width & height nodules turned blue.

Thank you for the reply though, I'll continue to see if I can find a work around. 😄

Gerkinfeltser commented 2 months ago

This seems to be working! 👍 image

Gerkinfeltser commented 2 months ago

Actually, that particular node didn't work when I ran the workflow. This one from impact does seem to though! image