Aatricks commited on
Commit
b2a87ed
·
verified ·
1 Parent(s): fc1f404

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 = os.path.join(os.path.dirname(__file__), "../_internal/sd1_tokenizer")
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):