Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,12 +24,7 @@ import gradio_user_history as gr_user_history
|
|
| 24 |
from concurrent.futures import ThreadPoolExecutor
|
| 25 |
import uuid
|
| 26 |
|
| 27 |
-
DESCRIPTION = '''#
|
| 28 |
-
Based on [Latency Consistency Model](https://huggingface.co/spaces/SimianLuo/Latent_Consistency_Model) HF space
|
| 29 |
-
|
| 30 |
-
Distilled from [Dreamshaper v7](https://huggingface.co/Lykon/dreamshaper-7) fine-tune of [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) with only 4,000 training iterations (~32 A100 GPU Hours). [Project page](https://latent-consistency-models.github.io)
|
| 31 |
-
|
| 32 |
-
<p>Running on CPU 🥶.</p>
|
| 33 |
'''
|
| 34 |
|
| 35 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
|
| 24 |
from concurrent.futures import ThreadPoolExecutor
|
| 25 |
import uuid
|
| 26 |
|
| 27 |
+
DESCRIPTION = '''# Image Creation with A N I M A
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
'''
|
| 29 |
|
| 30 |
MAX_SEED = np.iinfo(np.int32).max
|