linoyts HF staff commited on
Commit
f8ecc8b
1 Parent(s): 74ea2c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -69,8 +69,11 @@ def HWC3(x):
69
  y = y.clip(0, 255).astype(np.uint8)
70
  return y
71
 
72
- DESCRIPTION = '''# ⚡️Flash⚡️ Scribble SDXL 🖋️🌄
 
73
  super fast sketch to image with SDXL Flash, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0) and [sdxl flash](https://huggingface.co/sd-community/sdxl-flash)
 
 
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
+ '''# ⚡️Flash⚡️ Scribble SDXL 🖋️🌄
74
  super fast sketch to image with SDXL Flash, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0) and [sdxl flash](https://huggingface.co/sd-community/sdxl-flash)
75
+
76
+ sketch (or upload an image and have it auto-turned into a sketch) and turn your vision into art ✨
77
  '''
78
 
79
  if not torch.cuda.is_available():