Hi there, I currently convert my finetuned Z base image to int8 using :
ctq
-i /workspace/runpod-slim/ComfyUI/models/diffusion_models/zib.safetensors
-o /workspace/runpod-slim/ComfyUI/models/diffusion_models/zib.INT8.safetensors
--int8 --simple
--scaling_mode row
--convrot
--zimage
--comfy_quant
--save-quant-metadata
--verbose VERBOSE
But on ComfyUI 0.27 Im getting only noise as input
Is my ctq command wrong for the conversion ? Thanks
Hi there, I currently convert my finetuned Z base image to int8 using :
ctq
-i /workspace/runpod-slim/ComfyUI/models/diffusion_models/zib.safetensors
-o /workspace/runpod-slim/ComfyUI/models/diffusion_models/zib.INT8.safetensors
--int8 --simple
--scaling_mode row
--convrot
--zimage
--comfy_quant
--save-quant-metadata
--verbose VERBOSE
But on ComfyUI 0.27 Im getting only noise as input
Is my ctq command wrong for the conversion ? Thanks