Open ghostsquad opened 3 months ago
I had a local modification to make flux not error out.
The support isn't complete; prompt styles don't work with flux, but with the latest commit on the master branch, you should at least be able to run the node with flux's CLIP.
As for LoRA loading, I have no idea; I barely have enough VRAM to run flux at all, so I haven't tested LoRAs.
Yeah, Flux LoRAs cause an OOM for me pretty frequently.
I tested it here, it seems LoRA doesn't get loaded at all, I don't see a change in VRAM nor the image changes as well.
Edit: Turns out the code doesn't support SamplerCustomAdvanced, which why it hasn't loaded any LoRAs. But I can confirm it causes OOM issues for some reason.
This is likely to improve as ComfyUI patch hooks PR gets merged. Follow #63 and check out the patch_hooks branch to try out the new nodes.
Has this been tested to work with Flux?