Upload app.py
Browse files
app.py
CHANGED
|
@@ -4,9 +4,9 @@ import cv2
|
|
| 4 |
from annotator.util import resize_image, HWC3
|
| 5 |
|
| 6 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
| 7 |
-
DESCRIPTION += '\n<p>This app generates a starting image for Mochi Diffusion's ControlNet
|
| 8 |
-
DESCRIPTION += '\
|
| 9 |
-
DESCRIPTION += '\
|
| 10 |
|
| 11 |
|
| 12 |
model_canny = None
|
|
|
|
| 4 |
from annotator.util import resize_image, HWC3
|
| 5 |
|
| 6 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
| 7 |
+
DESCRIPTION += '\n<p>This app generates a starting image for Mochi Diffusion's ControlNet.</p>'
|
| 8 |
+
DESCRIPTION += '\n<p>HEIC image is not converted. Please use PNG or JPG image.'
|
| 9 |
+
DESCRIPTION += '\n HEICの画像は変換できません。 PNGまたはJPGの画像を使ってください。</p>'
|
| 10 |
|
| 11 |
|
| 12 |
model_canny = None
|