look @ the size >>> for videos purpose
extract files in location shown below
more about GGUF
Description
wait
FAQ
Comments (13)
how to convert sdxl model to GGUF.. thanks
Can those also run on forge?
if you can run gguf , why not!
Did you get it working in forge? I'm getting an unknown model error when trying to do something with the 3d3x-guff model.
i think you're doing something useful ..
yea i was thinking of using sd3 to create videos but need support from others models
how do you run sd3 with comfyui gguf node? it doesn't support this model rn
its supported but with sd3 you have to use triple clip loader
drag this image in comfyui https://civitai.com/images/28420259
@AbdallahAlswa80 i did it, but unet gguf loader tell me the error
" UnetLoaderGGUF
Unexpected architecture type in GGUF file, expected one of flux, sd1, sdxl, t5encoder but got 'sd3' "
@Genturos okay then your card may not support bf16 , if others works
@Genturos
change this line:
if arch_str not in {"flux", "sd1", "sdxl", "t5", "t5encoder"}
to this one:
if arch_str not in {"flux", "sd1", "sd3", "sdxl", "t5", "t5encoder"}
in the nodes.py file that is in
ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
restart comfyui