Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- modules/SD15/SDToken.py +1 -1
modules/SD15/SDToken.py
CHANGED
@@ -238,7 +238,7 @@ class SDTokenizer:
|
|
238 |
"""
|
239 |
# Ensure tokenizer path exists
|
240 |
if tokenizer_path is None:
|
241 |
-
tokenizer_path =
|
242 |
|
243 |
# Verify path exists
|
244 |
if not os.path.exists(tokenizer_path):
|
|
|
238 |
"""
|
239 |
# Ensure tokenizer path exists
|
240 |
if tokenizer_path is None:
|
241 |
+
tokenizer_path = "./_internal/sd1_tokenizer/"
|
242 |
|
243 |
# Verify path exists
|
244 |
if not os.path.exists(tokenizer_path):
|