Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
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
|
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 |
-
- **
|
|
|
|
|
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 |
+
Email: [[email protected]](mailto:[email protected])
|
117 |
+
|
118 |
### π License
|
119 |
|
120 |
Please refer to our [license file](LICENSE) for more details.
|