Spaces:
Paused
Paused
File size: 116 Bytes
05fcd0f |
1 2 3 4 5 |
# modules/__init__.py
# Workaround for the single lora bug. Must not be an empty string.
DUMMY_LORA_NAME = " "
|