Skip to content

Commit 9db9cb5

Browse files
committed
rebump comfy frontend
1 parent 619a7b1 commit 9db9cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BuiltinExtensions/ComfyUIBackend/ComfyUISelfStartBackend.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class ComfyUISelfStartSettings : AutoConfiguration
8585
// Example: ["ComfyUI-TeaCache"] = "b3429ef3dea426d2f167e348b44cd2f5a3674e7d"
8686
};
8787

88-
public static string SwarmValidatedFrontendVersion = "1.42.10";
88+
public static string SwarmValidatedFrontendVersion = "1.42.11";
8989

9090
/// <summary>List of known required python packages, as pairs of strings: Item1 is the folder name within python packages to look for, Item2 is the pip install command.</summary>
9191
public static List<(string, string)> RequiredPythonPackages =

0 commit comments

Comments
 (0)