city96 / ComfyUI-GGUF

GGUF Quantization support for native ComfyUI models
Apache License 2.0
966 stars 60 forks source link

Linear' object has no attribute 'out_features' #62

Closed XTRMsavage closed 2 months ago

XTRMsavage commented 2 months ago

When I try to use the flux1-dev-Q4_0.gguf model I am getting this error.

Arron17 commented 2 months ago

You aren't trying to use it with the IPAdapter nodes from https://github.com/XLabs-AI/x-flux-comfyui are you?

As GGUF Models aren't supported and that's the exact error you get if you try.

city96 commented 2 months ago

It looks like the xlabs repo fixed this based on the linked issue? I'll close this but reopen if not.

We also refactored ops.py since so in theory models that rely on the "out_features" attribute like that should be able to work without changes.