Upload 2 files
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import numpy as np
|
|
| 5 |
from annotator.util import resize_image, HWC3
|
| 6 |
|
| 7 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
| 8 |
-
DESCRIPTION += '\n<p>This app generates Control Image for
|
| 9 |
DESCRIPTION += '\n<p>HEIC image is not converted. Please use PNG or JPG image.</p>'
|
| 10 |
|
| 11 |
|
|
|
|
| 5 |
from annotator.util import resize_image, HWC3
|
| 6 |
|
| 7 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
| 8 |
+
DESCRIPTION += '\n<p>This app generates Control Image for Core ML Stable Diffusion apps such as Mochi Diffusion.</p>'
|
| 9 |
DESCRIPTION += '\n<p>HEIC image is not converted. Please use PNG or JPG image.</p>'
|
| 10 |
|
| 11 |
|
requirements.txt
CHANGED
|
@@ -11,3 +11,4 @@ pycocotools
|
|
| 11 |
ftfy
|
| 12 |
regex
|
| 13 |
timm==0.6.7
|
|
|
|
|
|
| 11 |
ftfy
|
| 12 |
regex
|
| 13 |
timm==0.6.7
|
| 14 |
+
Pillow~=9.5
|