mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 18:08:00 +02:00
Fix compatibility with python 3.9 and directml
This commit is contained in:
parent
24e374228d
commit
0b24ef71a1
@ -35,7 +35,7 @@ modules_to_check = {
|
|||||||
"onnxruntime": "1.19.2",
|
"onnxruntime": "1.19.2",
|
||||||
"huggingface-hub": "0.21.4",
|
"huggingface-hub": "0.21.4",
|
||||||
"wandb": "0.17.2",
|
"wandb": "0.17.2",
|
||||||
"torchruntime": "1.14.2",
|
"torchruntime": "1.15.0",
|
||||||
"torchsde": "0.2.6",
|
"torchsde": "0.2.6",
|
||||||
}
|
}
|
||||||
modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]
|
modules_to_log = ["torchruntime", "torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user