CryptoCreeper commited on
Commit
9d846ee
·
verified ·
1 Parent(s): f6cccce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ chat_models = {
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
 
 
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