mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for horde bridge folder rename
This commit is contained in:
@@ -1323,7 +1323,7 @@ class system_settings(settings):
|
||||
|
||||
if name == 'horde_share':
|
||||
if self.on_colab == False:
|
||||
if os.path.exists("./KoboldAI-Horde"):
|
||||
if os.path.exists("./KoboldAI-Horde-Bridge"):
|
||||
if value == True:
|
||||
if self._horde_pid is None:
|
||||
logger.info("Starting Horde bridge")
|
||||
|
Reference in New Issue
Block a user