Spaces:
Runtime error
Runtime error
add: faster color-canny-controlnet
Browse files
app.py
CHANGED
@@ -144,6 +144,10 @@ with block:
|
|
144 |
We trained this model on the cleaned laion-art dataset that contains 2.6 million images with 2 epochs, using the Canny edge and color mosaic of the images as input. The processed dataset and pretrained model can be found in [ghoskno/laion-art-en-colorcanny](https://huggingface.co/datasets/ghoskno/laion-art-en-colorcanny) and [ghoskno/Color-Canny-Controlnet-model](https://huggingface.co/ghoskno/Color-Canny-Controlnet-model).
|
145 |
|
146 |
This allows generated images to maintain the same color composition as the original images. If you are looking to control both the contours and colors of the original image while using ControlNet to generate images, then this is the best option for you! You can try out this model or test the examples provided below 🤗.
|
|
|
|
|
|
|
|
|
147 |
""")
|
148 |
with gr.Row():
|
149 |
with gr.Column():
|
|
|
144 |
We trained this model on the cleaned laion-art dataset that contains 2.6 million images with 2 epochs, using the Canny edge and color mosaic of the images as input. The processed dataset and pretrained model can be found in [ghoskno/laion-art-en-colorcanny](https://huggingface.co/datasets/ghoskno/laion-art-en-colorcanny) and [ghoskno/Color-Canny-Controlnet-model](https://huggingface.co/ghoskno/Color-Canny-Controlnet-model).
|
145 |
|
146 |
This allows generated images to maintain the same color composition as the original images. If you are looking to control both the contours and colors of the original image while using ControlNet to generate images, then this is the best option for you! You can try out this model or test the examples provided below 🤗.
|
147 |
+
|
148 |
+
## Update
|
149 |
+
Hi, everyone, We have added a Color-Canny-ControlNet accelerated version of our implementation based on Nvidia Triton and operator optimization. This faster ControlNet is deployed on a Nvidia A10 machine, and for a 512-pixel image, the inference takes about 1.2s, which is more faster than general implementation.
|
150 |
+
Welcome to try this [faster Color-Canny-ControlNet](http://121.40.118.209:7860/).
|
151 |
""")
|
152 |
with gr.Row():
|
153 |
with gr.Column():
|