
Color Controlnet LLlite model for SDXL.
Use with the t2i_color_grid preprocessor to reduce your input to an 8x8 color grid. or reduce manually by shrinking your image to 8x8 and then resizing it, e.g.
input_img_color = cv2.resize(img, (w//128, h//128), interpolation=cv2.INTER_CUBIC)
input_img_color = cv2.resize(input_img_color, (w, h), interpolation=cv2.INTER_NEAREST)
This was trained on 3179 pairs of images.
描述:
训练词语:
名称: colorGridControlnet_v10.safetensors
大小 (KB): 257372
类型: Model
Pickle 扫描结果: Success
Pickle 扫描信息: No Pickle imports
病毒扫描结果: Success
原文链接:https://1111down.com/1008057.html,转载请注明出处