GGUF quantizations of the UNET for ERNIE-Image: https://huggingface.co/baidu/ERNIE-Image
NOTE: I did not make this model and I am not associated with it, I just quantized it using my CLI tool, ggufy (GUI beta now available).
This is only the UNET for this model; you will need to download the CLIP and VAE, also available from ComfyUI's hugging face: https://huggingface.co/Comfy-Org/ERNIE-Image
(Note: Personally I had pretty poor results from the "prompt enhancer" model, and don't recommend using it.)
PLEASE NOTE!
ComfyUI-GGUF does NOT support this model yet! However, you can simply add "ernie" to the list of supported models and it will work. This is on line 12 of the file custom_nodes/ComfyUI-GGUF/loader.py and when you are done, it should look like this:
MG_ARCH_LIST = {"flux", "sd1", "sdxl", "sd3", "aura", "hidream", "cosmos", "ltxv", "hyvid", "wan", "lumina2", "qwen_image", "ernie"}
This requires the latest version of ComfyUI!
The regular model and the turbo model are available in q8_0, q6_k, and q4_k. Civit isn't very good at showing details for GGUF files sadly, so you have to guess which is which based on the file size in the file options. The default if you just press "download" at the top is q6_k.
Recommended Settings:
Sampler: euler
Schedule: simple
Steps: 20-50 (base), 8 (turbo)
CFG: 2-4 (base), 1 (turbo)


