Source https://huggingface.co/city96/FLUX.1-dev-gguf/tree/main by city96 This is a direct GGUF conversion of Flux.1-dev. As this is a quantized mod...
1 messages · Page 1 of 1 (latest)
Source https://huggingface.co/city96/FLUX.1-dev-gguf/tree/main by city96 This is a direct GGUF conversion of Flux.1-dev. As this is a quantized mod...
How do I make SwarmUI detect it, or does it not support GGUF models?
ComfyUI doesn't support it, so therefor SwarmUI doesn't.
You could install a custom comfy-node to add support there (see https://github.com/city96/ComfyUI-GGUF, still WIP though), and then create an extention to have that node supported by SwarmUI.
create an extention
how do I do this part?
there's a feature request for this tracked https://github.com/mcmonkeyprojects/SwarmUI/issues/165
Feature Idea Basically, this: https://civitai.com/models/647237/flux1-dev-gguf-q4-q5-q8 Q8 seems to be superior in quality to fp8 while having a similar resource usage, which would be great for us ...
Learn how to prgram in the language SwarmUI extensions are written in and then write one.