Update README.md

This commit is contained in:
lllyasviel
2023-02-25 13:40:54 -08:00
committed by GitHub
parent 1234076190
commit c1cb239380

View File

@@ -312,6 +312,8 @@ We also thank all authors for making Controlnet DEMOs, including but not limited
Besides, you may also want to read these amazing related works:
[Composer: Creative and Controllable Image Synthesis with Composable Conditions](https://github.com/damo-vilab/composer): A much bigger model to control diffusion!
[T2I-Adapter: Learning Adapters to Dig out More Controllable Ability for Text-to-Image Diffusion Models](https://github.com/TencentARC/T2I-Adapter): A much smaller model to control stable diffusion!
[ControlLoRA: A Light Neural Network To Control Stable Diffusion Spatial Information](https://github.com/HighCWu/ControlLoRA): Implement Controlnet using LORA!