mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 04:39:25 +01:00
Don't download model list by default (compat reasons)
This commit is contained in:
@@ -142,6 +142,9 @@ namespace Flowframes.OS
|
||||
|
||||
public static async Task UpdateModelList()
|
||||
{
|
||||
if (!Config.GetBool("fetchModelsFromRepo", false))
|
||||
return;
|
||||
|
||||
foreach (AI ai in Networks.networks)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user