Diffusers
Safetensors
English
nielsr HF Staff commited on
Commit
84cf9af
Β·
verified Β·
1 Parent(s): 04e8d92

Add pipeline tag and library name

Browse files

This PR improves the model card by adding a `pipeline_tag`, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=image-to-image.
It also adds the relevant `library_name`, which is diffusers.

Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
 
 
5
  ---
 
6
  # 🎨 ColorFlow
7
 
8
  *Retrieval-Augmented Image Sequence Colorization*
@@ -52,7 +55,7 @@ Follow these steps to set up and run ColorFlow on your local machine:
52
 
53
  - **Run the Application**
54
 
55
- You can launch the Gradio interface for PowerPaint by running the following command:
56
  ```bash
57
  python app.py
58
  ```
@@ -75,7 +78,9 @@ The overview of ColorFlow. This figure presents the three primary components of
75
 
76
  ### πŸ“° News
77
 
78
- - **Release Date:** 2024.12.17 - Inference code and model weights have been released! πŸŽ‰
 
 
79
 
80
  ### πŸ“‹ TODO
81
 
@@ -96,6 +101,20 @@ url={https://arxiv.org/abs/2412.11815},
96
  }
97
  ```
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ### πŸ“„ License
100
 
101
  Please refer to our [license file](LICENSE) for more details.
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ pipeline_tag: image-to-image
6
+ library_name: diffusers
7
  ---
8
+
9
  # 🎨 ColorFlow
10
 
11
  *Retrieval-Augmented Image Sequence Colorization*
 
55
 
56
  - **Run the Application**
57
 
58
+ You can launch the Gradio interface for ColorFlow by running the following command:
59
  ```bash
60
  python app.py
61
  ```
 
78
 
79
  ### πŸ“° News
80
 
81
+ - **Update Date:** December 23, 2024 - We have released the weights for the Sketch_Shading model, along with updates to the related code and demo. You can access the model weights in our [Hugging Face model repository](https://huggingface.co/TencentARC/ColorFlow) and explore the updated demo [here](https://huggingface.co/spaces/TencentARC/ColorFlow). πŸŽ‰πŸ”₯
82
+
83
+ - **Release Date:** December 17, 2024 - The inference code and model weights have also been released! πŸŽ‰
84
 
85
  ### πŸ“‹ TODO
86
 
 
101
  }
102
  ```
103
 
104
+ ### πŸ“„ Acknowledgments
105
+
106
+ We would like to acknowledge the following open-source projects that have inspired and contributed to the development of ColorFlow:
107
+
108
+ - **ScreenStyle**: https://github.com/msxie92/ScreenStyle
109
+ - **MangaLineExtraction_PyTorch**: https://github.com/ljsabc/MangaLineExtraction_PyTorch
110
+
111
+ We are grateful for the valuable resources and insights provided by these projects.
112
+
113
+ ### πŸ“ž Contact
114
+
115
+ - **Junhao Zhuang**
116
117
+
118
  ### πŸ“„ License
119
 
120
  Please refer to our [license file](LICENSE) for more details.