Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +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. 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.
|
|
|
|
| 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,safetensors&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.
|