cagatayodabasi commited on
Commit
e5ec9f9
1 Parent(s): 47257d8

Add warning for slow inference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as demo:
79
  <h1>Dreamlike Photoreal 1.0-CPU-DEMO</h1>
80
  </div>
81
  <p>
82
- Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-1.0">Dreamlike Photoreal 1.0</a> Stable Diffusion model.<br>
83
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
84
  </p>
85
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/cagatayodabasi/dreamlike-photoreal-1.0-CPU/settings'>Settings</a></b>"} after duplicating the space<br><br>
 
79
  <h1>Dreamlike Photoreal 1.0-CPU-DEMO</h1>
80
  </div>
81
  <p>
82
+ Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-1.0">Dreamlike Photoreal 1.0</a> Stable Diffusion model. Expect a really really long time for one image, because it is running on CPU.<br>
83
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
84
  </p>
85
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/cagatayodabasi/dreamlike-photoreal-1.0-CPU/settings'>Settings</a></b>"} after duplicating the space<br><br>