XLabs-AI / x-flux-comfyui

Apache License 2.0
787 stars 56 forks source link

Fix clip device assignment logic in ApplyFluxIPAdapter #82

Open zdaar opened 3 weeks ago

zdaar commented 3 weeks ago

fixed an AttributeError by adding a check to see if FluxClipViT is a torch model. if it’s not, it defaults to using cuda or cpu, for me it fixes #81