BlenderNeko / ComfyUI_Noise

6 nodes for ComfyUI that allows for more control and flexibility over noise to do e.g. variations or "un-sampling"
GNU General Public License v3.0
222 stars 19 forks source link

Recent ComfyUi change broke Unsampler node #9

Closed InB4DevOps closed 8 months ago

InB4DevOps commented 9 months ago

Hey there,

this change to samply.py broke the Unsampler node: https://github.com/comfyanonymous/ComfyUI/commit/036f88c62166a750ecfc88175d2f6836c5707e3b#diff-2e28093f5c1fe698e3f531ad59f86e68cb6947e7c94f9ce142d2ae6ce0fd7506R44

We now need to call convert_cond(positive) / convert_cond(negative) here:

https://github.com/BlenderNeko/ComfyUI_Noise/blob/master/nodes.py#L221

xin66688899 commented 8 months ago

大佬 这里要怎么改可以说一下么

BlenderNeko commented 8 months ago

fixed in latest commit