Mer-o commited on
Commit
2a1a83e
·
1 Parent(s): 772ce93

clarified the time consuming process on cpu in DESCRIPTION

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -180,12 +180,11 @@ DESCRIPTION = f"""
180
  Transform your photos into the gritty style of a 1940s Western comic! This app uses (Stable Diffusion + ControlNet)
181
  to apply the artistic look while keeping the original pose intact. Just upload your image and click Generate!
182
  </p>
183
- <p style="font-size: 85%;"><em>(Generation can take several minutes on shared hardware. Prompts & parameters are fixed.)</em></p>
184
  <p style="font-size: 80%; color: grey;">
185
  <a href="https://github.com/mehran-khani/Pose-Preserving-Comicfier" target="_blank">[View Project on GitHub]</a> |
186
  <a href="https://huggingface.co/spaces/Mer-o/Pose-Preserving-Comicfier/discussions" target="_blank">[Report an Issue]</a>
187
  </p>
188
- <!-- Remember to replace placeholders above with your actual links -->
189
  </div>
190
  """
191
 
 
180
  Transform your photos into the gritty style of a 1940s Western comic! This app uses (Stable Diffusion + ControlNet)
181
  to apply the artistic look while keeping the original pose intact. Just upload your image and click Generate!
182
  </p>
183
+ <p style="font-size: 85%;"><em>(Generation currently runs on CPU and can take several minutes. Please be patient! Prompts & parameters are fixed.)</em></p>
184
  <p style="font-size: 80%; color: grey;">
185
  <a href="https://github.com/mehran-khani/Pose-Preserving-Comicfier" target="_blank">[View Project on GitHub]</a> |
186
  <a href="https://huggingface.co/spaces/Mer-o/Pose-Preserving-Comicfier/discussions" target="_blank">[Report an Issue]</a>
187
  </p>
 
188
  </div>
189
  """
190