Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shi-labs
/
Prompt-Free-Diffusion
like
91
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
3v324v23
commited on
May 26, 2023
Commit
79d31c1
·
1 Parent(s):
1abe903
small fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,7 +59,7 @@ controlnet_path = OrderedDict([
59
])
60
61
preprocess_method = [
62
-
#
'canny' ,
63
# 'depth' ,
64
# 'hed' ,
65
# 'mlsd' ,
59
])
60
61
preprocess_method = [
62
+
'canny' ,
63
# 'depth' ,
64
# 'hed' ,
65
# 'mlsd' ,