You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've deleted the venv around 7 times now, I tried all sorts of combinations in the Args line. I've tried moving it to different drives. I saw a post saying to only use --use-directml. It gives me:
Traceback (most recent call last):
File "D:\Stable Disfussion\launch.py", line 48, in
main()
File "D:\Stable Disfussion\launch.py", line 44, in main
start()
File "D:\Stable Disfussion\modules\launch_utils.py", line 714, in start
import webui
File "D:\Stable Disfussion\webui.py", line 13, in
initialize.imports()
File "D:\Stable Disfussion\modules\initialize.py", line 36, in imports
shared_init.initialize()
File "D:\Stable Disfussion\modules\shared_init.py", line 30, in initialize
directml_do_hijack()
File "D:\Stable Disfussion\modules\dml_init_.py", line 76, in directml_do_hijack
if not torch.dml.has_float64_support(device):
File "D:\Stable Disfussion\venv\lib\site-packages\torch_init_.py", line 2688, in getattr
raise AttributeError(f"module '{name}' has no attribute '{name}'")
AttributeError: module 'torch' has no attribute 'dml'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've deleted the venv around 7 times now, I tried all sorts of combinations in the Args line. I've tried moving it to different drives. I saw a post saying to only use --use-directml. It gives me:
Traceback (most recent call last):
File "D:\Stable Disfussion\launch.py", line 48, in
main()
File "D:\Stable Disfussion\launch.py", line 44, in main
start()
File "D:\Stable Disfussion\modules\launch_utils.py", line 714, in start
import webui
File "D:\Stable Disfussion\webui.py", line 13, in
initialize.imports()
File "D:\Stable Disfussion\modules\initialize.py", line 36, in imports
shared_init.initialize()
File "D:\Stable Disfussion\modules\shared_init.py", line 30, in initialize
directml_do_hijack()
File "D:\Stable Disfussion\modules\dml_init_.py", line 76, in directml_do_hijack
if not torch.dml.has_float64_support(device):
File "D:\Stable Disfussion\venv\lib\site-packages\torch_init_.py", line 2688, in getattr
raise AttributeError(f"module '{name}' has no attribute '{name}'")
AttributeError: module 'torch' has no attribute 'dml'
Beta Was this translation helpful? Give feedback.
All reactions