alfredplpl commited on
Commit
a89f3e6
1 Parent(s): 9d37da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from safetensors import safe_open
13
  from compel import Compel, ReturnedEmbeddingsType
14
  from safetensors.torch import load_file
15
 
16
- model_id = "aipicasso/emix-0-5"
17
  auth_token=os.environ["ACCESS_TOKEN"]
18
  repo = "ByteDance/SDXL-Lightning"
19
  ckpt = "sdxl_lightning_8step_lora.safetensors"
 
13
  from compel import Compel, ReturnedEmbeddingsType
14
  from safetensors.torch import load_file
15
 
16
+ model_id = "aipicasso/emix-1-0"
17
  auth_token=os.environ["ACCESS_TOKEN"]
18
  repo = "ByteDance/SDXL-Lightning"
19
  ckpt = "sdxl_lightning_8step_lora.safetensors"