Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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: [](https://colab.research.google.com/gist/qunash/f0f3152c5851c0c477b68b7b98d547fe/convert-sd-to-diffusers.ipynb)"""
|
95 |
|
96 |
with gr.Blocks() as demo:
|
97 |
|