Skip to content

Commit 5c5c09e

Browse files
committed
WIP
1 parent 3164fe8 commit 5c5c09e

2 files changed

Lines changed: 4739 additions & 8 deletions

File tree

StabilityMatrix.Core/Models/Api/Comfy/Nodes/ComfyNodeBuilder.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,13 +1519,6 @@ public ImageNodeConnection GetPrimaryAsImage()
15191519
/// <summary>
15201520
/// Get or convert latest primary connection to image
15211521
/// </summary>
1522-
<<<<<<< HEAD
1523-
public ImageNodeConnection GetPrimaryAsImage(PrimaryNodeConnection primary, VAENodeConnection vae)
1524-
{
1525-
return primary.Match(latent => Lambda_LatentToImage(latent, vae), image => image);
1526-
}
1527-
1528-
=======
15291522
public ImageNodeConnection GetPrimaryAsImage(
15301523
PrimaryNodeConnection primary,
15311524
VAENodeConnection vae,
@@ -1540,7 +1533,6 @@ public ImageNodeConnection GetPrimaryAsImage(
15401533
image => image
15411534
);
15421535
}
1543-
>>>>>>> 27accf16 (Update ComfyNodeBuilder.cs)
15441536
/// <summary>
15451537
/// Get or convert latest primary connection to image
15461538
/// </summary>

0 commit comments

Comments
 (0)