You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: