LuChengTHU commited on
Commit
e722ae5
β€’
1 Parent(s): c9b0019

only two models

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -28,8 +28,6 @@ class Model:
28
  models = [
29
  Model("Stable-Diffusion-v1.4", "CompVis/stable-diffusion-v1-4", "The 1.4 version of official stable-diffusion"),
30
  Model("Waifu", "hakurei/waifu-diffusion", "anime style"),
31
- Model("PokΓ©mon", "lambdalabs/sd-pokemon-diffusers", "pokemon style"),
32
- Model("Modern Disney", "nitrosocke/mo-di-diffusion", "modern disney style"),
33
  ]
34
 
35
  last_mode = "txt2img"
@@ -269,7 +267,7 @@ with gr.Blocks(css=css) as demo:
269
 
270
 
271
  gr.Markdown('''
272
- Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@haruu1367](https://twitter.com/haruu1367), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. Most of the code of this demo are copied from [@anzorq's fintuned-diffusion](https://huggingface.co/spaces/anzorq/finetuned_diffusion/tree/main) ❀️<br>
273
  Space by [Cheng Lu](https://github.com/LuChengTHU). [![Twitter Follow](https://img.shields.io/twitter/follow/ChengLu05671218?label=%40ChengLu&style=social)](https://twitter.com/ChengLu05671218)
274
 
275
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=LuChengTHU.dpmsolver_sdm)
 
28
  models = [
29
  Model("Stable-Diffusion-v1.4", "CompVis/stable-diffusion-v1-4", "The 1.4 version of official stable-diffusion"),
30
  Model("Waifu", "hakurei/waifu-diffusion", "anime style"),
 
 
31
  ]
32
 
33
  last_mode = "txt2img"
 
267
 
268
 
269
  gr.Markdown('''
270
+ Stable-diffusion Models by [CompVis](https://huggingface.co/CompVis) and [stabilityai](https://huggingface.co/stabilityai), Waifu-diffusion models by [@hakurei](https://huggingface.co/hakurei). Most of the code of this demo are copied from [@anzorq's fintuned-diffusion](https://huggingface.co/spaces/anzorq/finetuned_diffusion/tree/main) ❀️<br>
271
  Space by [Cheng Lu](https://github.com/LuChengTHU). [![Twitter Follow](https://img.shields.io/twitter/follow/ChengLu05671218?label=%40ChengLu&style=social)](https://twitter.com/ChengLu05671218)
272
 
273
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=LuChengTHU.dpmsolver_sdm)