madebyollin / taesd

Tiny AutoEncoder for Stable Diffusion
MIT License
588 stars 28 forks source link

SamplerCustomAdvanced issue #26

Open mkat2 opened 6 days ago

mkat2 commented 6 days ago

Im unable to make this work in comfyui, i put the .pth files in models/vae_approx but when running with the default taef1 in the load VAE node(unable to select it, but was there from the workflow used) i get an error: self mismatch for bound method from user code: File "d:\pinokio\api\comfyui.git\app\comfy\ldm\flux\model.py", line 164, in forward out = self.forward_orig(img, img_ids, context, txt_ids, timestep, y, guidance, control) Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information You can suppress this exception and fall back to eager by setting: import torch._dynamo torch._dynamo.config.suppress_errors = True

any thoughts?

madebyollin commented 6 days ago

@mkat2 Hmm I don't know either (I am not very experienced with ComfyUI 😓) - I would recommend creating an issue on https://github.com/comfyanonymous/ComfyUI/issues or possibly in the general-support channel of the comfy.org discord/matrix chat.