mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Implement memory estimation for AMDGPUs.
Stable.
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ def get_dml_device_string():
|
||||
from modules import shared
|
||||
if shared.cmd_opts.device_id is not None:
|
||||
return f"privateuseone:{shared.cmd_opts.device_id}"
|
||||
return "privateuseone"
|
||||
return "privateuseone:0"
|
||||
|
||||
|
||||
def get_optimal_device_name():
|
||||
|
||||
Reference in New Issue
Block a user