mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-24 17:24:29 +01:00
note to self
This commit is contained in:
parent
9c1b741d89
commit
9aeae4d16e
@ -180,7 +180,7 @@ Thanks!"""
|
|||||||
### Launcher
|
### Launcher
|
||||||
|
|
||||||
def get_config():
|
def get_config():
|
||||||
config_directory = os.path.dirname(__file__)
|
config_directory = os.path.dirname(__file__) # this will be "scripts"
|
||||||
config_yaml = os.path.join(config_directory, "..", "config.yaml")
|
config_yaml = os.path.join(config_directory, "..", "config.yaml")
|
||||||
config_json = os.path.join(config_directory, "config.json")
|
config_json = os.path.join(config_directory, "config.json")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user