mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-07-10 20:41:47 +02: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