mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-27 09:41:31 +00:00
Update scripts.py
This commit is contained in:
@@ -514,7 +514,7 @@ def load_scripts():
|
||||
|
||||
for s in scripts_list:
|
||||
if s.basedir not in sys.path:
|
||||
sys.path = [s] + sys.path
|
||||
sys.path = [s.basedir] + sys.path
|
||||
|
||||
syspath = sys.path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user