mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-02 12:12:13 +02:00
Fix GPU ID defaults
This commit is contained in:
@@ -164,6 +164,8 @@ namespace Flowframes.IO
|
||||
// AI
|
||||
if (key == "uhdThresh") return WriteDefault(key, "1600");
|
||||
if (key == "rifeCudaFp16") return WriteDefault(key, NvApi.HasTensorCores().ToString());
|
||||
if (key == "torchGpus") return WriteDefault(key, "0");
|
||||
if (key == "ncnnGpus") return WriteDefault(key, "0");
|
||||
if (key == "ncnnThreads") return WriteDefault(key, "1");
|
||||
if (key == "dainNcnnTilesize") return WriteDefault(key, "768");
|
||||
// Debug / Other / Experimental
|
||||
|
||||
Reference in New Issue
Block a user