hlydecker commited on
Commit
76c1800
1 Parent(s): bf7848f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -10
app.py CHANGED
@@ -233,18 +233,11 @@ with block:
233
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
234
  </svg>
235
  <h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
236
- Stable Diffusion 2.1 Demo
237
  </h1>
238
  </div>
239
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
240
- Stable Diffusion 2.1 is the latest text-to-image model from StabilityAI. <a style="text-decoration: underline;" href="https://huggingface.co/spaces/stabilityai/stable-diffusion-1">Access Stable Diffusion 1 Space here</a><br>For faster generation and API
241
- access you can try
242
- <a
243
- href="http://beta.dreamstudio.ai/"
244
- style="text-decoration: underline;"
245
- target="_blank"
246
- >DreamStudio Beta</a
247
- >.</a>
248
  </p>
249
  </div>
250
  """
@@ -332,7 +325,7 @@ with block:
332
  gr.HTML(
333
  """
334
  <div class="footer">
335
- <p>Model by <a href="https://huggingface.co/stabilityai" style="text-decoration: underline;" target="_blank">StabilityAI</a> - backend running JAX on TPUs due to generous support of <a href="https://sites.research.google/trc/about/" style="text-decoration: underline;" target="_blank">Google TRC program</a> - Gradio Demo by 🤗 Hugging Face
336
  </p>
337
  </div>
338
  """
@@ -341,6 +334,7 @@ with block:
341
  gr.HTML(
342
  """<div class="acknowledgments">
343
  <p><h4>LICENSE</h4>
 
344
  The model is licensed with a <a href="https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL" style="text-decoration: underline;" target="_blank">CreativeML OpenRAIL++</a> license. The authors claim no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in this license. The license forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" target="_blank" style="text-decoration: underline;" target="_blank">read the license</a></p>
345
  <p><h4>Biases and content acknowledgment</h4>
346
  Despite how impressive being able to turn text into image is, beware to the fact that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the <a href="https://laion.ai/blog/laion-5b/" style="text-decoration: underline;" target="_blank">LAION-5B dataset</a>, which scraped non-curated image-text-pairs from the internet (the exception being the removal of illegal content) and is meant for research purposes. You can read more in the <a href="https://huggingface.co/CompVis/stable-diffusion-v1-4" style="text-decoration: underline;" target="_blank">model card</a></p>
 
233
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
234
  </svg>
235
  <h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
236
+ GANDalf 0.0 Demo
237
  </h1>
238
  </div>
239
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
240
+ One Shot Face Tolkeinization with Diffusers.
 
 
 
 
 
 
 
241
  </p>
242
  </div>
243
  """
 
325
  gr.HTML(
326
  """
327
  <div class="footer">
328
+ <p>Model by <a href="https://huggingface.co/hlydecker" style="text-decoration: underline;" target="_blank">hydecker</a> - backend running for free in this Gradio Demo by 🤗 Hugging Face
329
  </p>
330
  </div>
331
  """
 
334
  gr.HTML(
335
  """<div class="acknowledgments">
336
  <p><h4>LICENSE</h4>
337
+ GANDalf is basically just a prompt wrapper for meme purposes on top of Stable Diffusion.
338
  The model is licensed with a <a href="https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL" style="text-decoration: underline;" target="_blank">CreativeML OpenRAIL++</a> license. The authors claim no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in this license. The license forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" target="_blank" style="text-decoration: underline;" target="_blank">read the license</a></p>
339
  <p><h4>Biases and content acknowledgment</h4>
340
  Despite how impressive being able to turn text into image is, beware to the fact that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the <a href="https://laion.ai/blog/laion-5b/" style="text-decoration: underline;" target="_blank">LAION-5B dataset</a>, which scraped non-curated image-text-pairs from the internet (the exception being the removal of illegal content) and is meant for research purposes. You can read more in the <a href="https://huggingface.co/CompVis/stable-diffusion-v1-4" style="text-decoration: underline;" target="_blank">model card</a></p>