Training ControlNet, exclude text caption
Author: vibe007Created Jun 1, 2023Updated Dec 4, 2025
Anyone know how to to finetune ControlNet on image-to-image tasks, without considering the text prompt at all during the training process? I.e. for image restoration tasks like super resolution/denoising
I know at inference time, we can reduce the unconditional_guidance_scale, and at training time we could just pass in an empty string as a workaround, but I figured the optimal solution would involve completely excluding CLIP from the finetuning process
Source: lllyasviel/ControlNet