ControlNet

 3 likes

ControlNet is a neural network structure to control diffusion models by adding extra conditions.

ControlNet screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Self-Hosted
  No rating
3 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Text to Image Generation
  2.  AI-Powered

ControlNet News & Activities

Highlights All activities

Recent activities

Show all activities

ControlNet information

  • Developed by

    lllyasviel
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    67 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

AI Tools & Services

GitHub repository

  •  31,175 Stars
  •  2,791 Forks
  •  444 Open Issues
  •   Updated Feb 25, 2024 
View on GitHub

Our users have written 0 comments and reviews about ControlNet, and it has gotten 3 likes

ControlNet was added to AlternativeTo by Paul on Mar 1, 2023 and this page was last updated Mar 1, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

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.

ControlNet Videos

Official Links