Merge branch 'feature/add-preset-selection'

# Conflicts:
#	launch.py
#	webui.py
This commit is contained in:
Manuel Schmid
2024-02-19 00:10:42 +01:00
2 changed files with 8 additions and 6 deletions
-1
View File
@@ -77,7 +77,6 @@ prepare_environment()
build_launcher()
args = ini_args()
if args.gpu_device_id is not None:
os.environ['CUDA_VISIBLE_DEVICES'] = str(args.gpu_device_id)
print("Set device to:", args.gpu_device_id)