aroffe commited on
Commit
7c264a2
·
verified ·
1 Parent(s): 465ea4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -80,8 +80,7 @@ with gr.Blocks() as demo:
80
 
81
  This app uses a [DiffusionPipeline](https://huggingface.co/docs/diffusers/main/en/api/diffusion_pipeline) to generate images.
82
 
83
- In the dropdown you will see models that you have liked on HuggingFace. If you've liked models that aren't "text-to-image" based models, using those will fail as the app expects users to choose up to two text-to-image models.
84
- You can navigate [here](https://huggingface.co/models?pipeline_tag=text-to-image&library=diffusers&sort=trending) to get models that will work with this app. Go to the model card and like it; then upon refreshing this app you will see this model in the dropdown.
85
 
86
 
87
  For faster inference, you may want to duplicate the space and upgrade to GPU in settings. When I upgraded this space to T4 Medium compute, generating two images with two models took a little more than a minute.
 
80
 
81
  This app uses a [DiffusionPipeline](https://huggingface.co/docs/diffusers/main/en/api/diffusion_pipeline) to generate images.
82
 
83
+ In the dropdown you will see models that you have liked on HuggingFace. Only models that you've likes and fit the criteria for this app will display in the dropdown. You can navigate [here](https://huggingface.co/models?pipeline_tag=text-to-image&library=diffusers&sort=trending) to get models that will work with this app. Go to the model card and like it; then upon refreshing this app you will see this model in the dropdown.
 
84
 
85
 
86
  For faster inference, you may want to duplicate the space and upgrade to GPU in settings. When I upgraded this space to T4 Medium compute, generating two images with two models took a little more than a minute.