mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Better implementation/networks references (all vs available)
This commit is contained in:
@@ -196,7 +196,7 @@ namespace Flowframes.IO
|
||||
{
|
||||
List<string> modelPaths = new List<string>();
|
||||
|
||||
foreach (AI ai in Implementations.networks)
|
||||
foreach (AI ai in Implementations.NetworksAll)
|
||||
{
|
||||
string aiPkgFolder = Path.Combine(Paths.GetPkgPath(), ai.PkgDir);
|
||||
ModelCollection aiModels = AiModels.GetModels(ai);
|
||||
|
||||
Reference in New Issue
Block a user