Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def HWC3(x):
|
|
70 |
return y
|
71 |
|
72 |
DESCRIPTION = '''# Scribble SDXL ๐๏ธ๐
|
73 |
-
sketch to image with SDXL, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0)
|
74 |
'''
|
75 |
|
76 |
if not torch.cuda.is_available():
|
|
|
70 |
return y
|
71 |
|
72 |
DESCRIPTION = '''# Scribble SDXL ๐๏ธ๐
|
73 |
+
sketch to image with SDXL, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0), [sdxl controlnet canny](https://huggingface.co/xinsir/controlnet-canny-sdxl-1.0)
|
74 |
'''
|
75 |
|
76 |
if not torch.cuda.is_available():
|