What is the difference between SRPO-Refine-Quantized-v1.0 and SRPO-for-ComfyUI

#1
by bhanukhan - opened

It would be helpful if I know the difference before downloading

@bhanukhan , SRPO-for-ComfyUI is offical version, only convert it's transformer keys from diffusers to ComfyUI and did quantized; SRPO-Refine-Quantized is my refine version, generate image more clarity and less steps compare with offical SRPO.

In offical repo, the "diffusion_pytorch_model.safetensors" file is fp32 and diffusers transformer format, the keys is different with Flux in ComfyUI, then can't load and quantize by "diffusion model loader" node directly.

Sign up or log in to comment