Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,7 @@ def HWC3(x):
|
|
69 |
y = y.clip(0, 255).astype(np.uint8)
|
70 |
return y
|
71 |
|
72 |
-
DESCRIPTION = '''
|
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():
|
|
|
69 |
y = y.clip(0, 255).astype(np.uint8)
|
70 |
return y
|
71 |
|
72 |
+
DESCRIPTION = '''
|
|
|
73 |
'''
|
74 |
|
75 |
if not torch.cuda.is_available():
|