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

load_additional_models requires dtype #3

Closed roman-balzer closed 1 year ago

roman-balzer commented 1 year ago

comfyanonymous/ComfyUI@ddc6f12 broke Unsampler node. The load_additional_models function now requires a third parameter.

def load_additional_models(positive, negative, dtype):

BlenderNeko commented 1 year ago

Silly me, I fixed this yesterday for the tiled sampler.