hysts commited on
Commit
e3e7a96
1 Parent(s): 4a92faa

Update description

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -47,6 +47,8 @@ MAX_IMAGES = 1
47
  DESCRIPTION = '''# ControlNet
48
 
49
  This is an unofficial demo for [https://github.com/lllyasviel/ControlNet](https://github.com/lllyasviel/ControlNet).
 
 
50
  '''
51
  if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
52
  DESCRIPTION += f'''<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.<br/>
 
47
  DESCRIPTION = '''# ControlNet
48
 
49
  This is an unofficial demo for [https://github.com/lllyasviel/ControlNet](https://github.com/lllyasviel/ControlNet).
50
+
51
+ If you are interested in trying out other base models, check out [this Space](https://huggingface.co/spaces/hysts/ControlNet-with-other-models) as well.
52
  '''
53
  if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
54
  DESCRIPTION += f'''<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.<br/>