ControlNet
ControlNet is a neural network structure to control diffusion models by adding extra conditions.
Features
- Text to Image Generation
- AI-Powered
Tags
- Stable Diffusion
- ai-generator
- Artificial intelligence
- neural-networks
ControlNet News & Activities
Recent activities
- POX added ControlNet as alternative to Qwen Image
- Danilo_Venom added ControlNet as alternative to Imagine Draw AI
- Danilo_Venom added ControlNet as alternative to Toolplay
- POX added ControlNet as alternative to BAGEL AI
- waynebyh added ControlNet as alternative to Juy AI
- eliasbuenosdias liked ControlNet
- podpally added ControlNet as alternative to AI Media Studio
- POX added ControlNet as alternative to Photo AI
ControlNet information
What is ControlNet?
Official implementation of Adding Conditional Control to Text-to-Image Diffusion Models. ControlNet is a neural network structure to control diffusion models by adding extra conditions.
It copys the weights of neural network blocks into a "locked" copy and a "trainable" copy. The "trainable" one learns your condition. The "locked" one preserves your model. Thanks to this, training with small dataset of image pairs will not destroy the production-ready diffusion models. The "zero convolution" is 1×1 convolution with both weight and bias initialized as zeros. Before training, all zero convolutions output zeros, and ControlNet will not cause any distortion. No layer is trained from scratch. You are still fine-tuning. Your original model is safe. This allows training on small-scale or even personal devices. This is also friendly to merge/replacement/offsetting of models/weights/blocks/layers.






