Skip to content

Commit bed806a

Browse files
committed
fix interp bug
1 parent c53552f commit bed806a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BuiltinExtensions/ComfyUIBackend/WorkflowGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ public string RequireVisionModel(string name, string url, string hash, T2IRegist
13551355
}
13561356

13571357
/// <summary>Do a video frame interpolation.</summary>
1358-
public JArray DoInterpolation(JArray imageIn, string method, double mult)
1358+
public JArray DoInterpolation(JArray imageIn, string method, int mult)
13591359
{
13601360
if (method == "RIFE")
13611361
{

0 commit comments

Comments
 (0)