Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
f16b407
1
Parent(s):
250620a
Update app.py
Browse files
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 = '
|
17 |
auth_token=os.environ["ACCESS_TOKEN"]
|
18 |
#adapter_id = "latent-consistency/lcm-lora-sdxl"
|
19 |
#adapter_id_2 = "manual.safetensors"
|
|
|
13 |
from compel import Compel, ReturnedEmbeddingsType
|
14 |
from safetensors.torch import load_file
|
15 |
|
16 |
+
model_id = 'aipicasso/emix-0-4-turbo'
|
17 |
auth_token=os.environ["ACCESS_TOKEN"]
|
18 |
#adapter_id = "latent-consistency/lcm-lora-sdxl"
|
19 |
#adapter_id_2 = "manual.safetensors"
|