mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-13 09:47:16 +02:00
Merge branch 'beta' into tjcomserv-patch-1-pydantic
This commit is contained in:
@ -34,6 +34,7 @@ modules_to_check = {
|
||||
"sqlalchemy": "2.0.19",
|
||||
"python-multipart": "0.0.6",
|
||||
# "xformers": "0.0.16",
|
||||
"onnxruntime": "1.19.2",
|
||||
"huggingface-hub": "0.21.4",
|
||||
}
|
||||
modules_to_log = ["torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]
|
||||
@ -298,7 +299,7 @@ Thanks!"""
|
||||
|
||||
def get_config():
|
||||
config_directory = os.path.dirname(__file__) # this will be "scripts"
|
||||
config_yaml = os.path.join(config_directory, "..", "config.yaml")
|
||||
config_yaml = os.path.abspath(os.path.join(config_directory, "..", "config.yaml"))
|
||||
config_json = os.path.join(config_directory, "config.json")
|
||||
|
||||
config = None
|
||||
|
Reference in New Issue
Block a user