ambocclusion / ComfyUI-SDXL-DiscordBot

Simple Discord Bot for interfacing with ComfyUI and/or the Stability AI API for text2image generation using the SDXL model
GNU General Public License v3.0
6 stars 7 forks source link

Quantize T5 in flux #10

Closed handoniumumumum closed 2 months ago

handoniumumumum commented 2 months ago

This checks if a gguf model exists for flux's T5 clip, and if so it uses it. Otherwise, it will load the safetensors version of t5. This way anyone can load a quantized version of T5 by giving it the name t5xxl.gguf.

Checked and working if either version of T5 is missing.