Update Swarmui_Lightning/symb.py
Browse files
Swarmui_Lightning/symb.py
CHANGED
|
@@ -4,7 +4,7 @@ import subprocess
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
# ---------- configuraci贸n ----------
|
| 7 |
-
TOKEN_CIVITAI = "
|
| 8 |
STORE_FILE = Path.home() / ".civitai_token.pkl" # sustituto de %store
|
| 9 |
# -----------------------------------
|
| 10 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
# ---------- configuraci贸n ----------
|
| 7 |
+
TOKEN_CIVITAI = "TUTOKENCIVITAI"
|
| 8 |
STORE_FILE = Path.home() / ".civitai_token.pkl" # sustituto de %store
|
| 9 |
# -----------------------------------
|
| 10 |
|