Ship Assistent 0.11.3: variants grid, EN Krea prep, and stream fence fix.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-1
@@ -530,7 +530,8 @@ public sealed class AssistentConfig
|
||||
}
|
||||
if (patch["prompt"] != null || patch["loras"] != null || patch["aspect"] != null
|
||||
|| patch["width"] != null || patch["height"] != null || patch["steps"] != null
|
||||
|| patch["cfg"] != null || patch["seed"] != null)
|
||||
|| patch["cfg"] != null || patch["seed"] != null
|
||||
|| patch["variants"] != null)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user