Add pipeline tag and library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # Model Weights for ControlAR
@@ -34,3 +36,5 @@ If you find ControlAR is useful in your research or applications, please conside
34
  }
35
  ```
36
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-to-image
4
+ library_name: llamagen
5
  ---
6
 
7
  # Model Weights for ControlAR
 
36
  }
37
  ```
38
 
39
+ ## Acknowledgements
40
+ The development of ControlAR is based on [LlamaGen](https://github.com/FoundationVision/LlamaGen), [ControlNet](https://github.com/lllyasviel/ControlNet), [ControlNet++](https://github.com/liming-ai/ControlNet_Plus_Plus), and [AiM](https://github.com/hp-l33/AiM), and we sincerely thank the contributors for those great works!