Spaces:
Running
Running
CryptoCreeper commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ chat_models = {
|
|
| 19 |
loaded_chat_models = {}
|
| 20 |
loaded_chat_tokenizers = {}
|
| 21 |
|
| 22 |
-
image_model_id = "
|
| 23 |
image_pipe = DiffusionPipeline.from_pretrained(image_model_id)
|
| 24 |
image_pipe.to(device)
|
| 25 |
|
|
|
|
| 19 |
loaded_chat_models = {}
|
| 20 |
loaded_chat_tokenizers = {}
|
| 21 |
|
| 22 |
+
image_model_id = "stabilityai/sdxl-turbo"
|
| 23 |
image_pipe = DiffusionPipeline.from_pretrained(image_model_id)
|
| 24 |
image_pipe.to(device)
|
| 25 |
|