anzorq commited on
Commit
edbae59
1 Parent(s): 0eb5168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,7 +90,8 @@ def convert_and_push(radio_model_names, input_model, ckpt_name, token):
90
 
91
  DESCRIPTION = """### Convert a stable diffusion checkpoint to Diffusers🧨
92
  With this space, you can easily convert a CompVis stable diffusion checkpoint to Diffusers and automatically create a pull request to the model repo.
93
- You can choose to convert a checkpoint from one of your own models, or from any other model on the Hub."""
 
94
 
95
  with gr.Blocks() as demo:
96
 
 
90
 
91
  DESCRIPTION = """### Convert a stable diffusion checkpoint to Diffusers🧨
92
  With this space, you can easily convert a CompVis stable diffusion checkpoint to Diffusers and automatically create a pull request to the model repo.
93
+ You can choose to convert a checkpoint from one of your own models, or from any other model on the Hub.
94
+ You can skip the queue by running the app in the colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/qunash/f0f3152c5851c0c477b68b7b98d547fe/convert-sd-to-diffusers.ipynb)"""
95
 
96
  with gr.Blocks() as demo:
97