Ionite
1 year ago
3 changed files with 9 additions and 9 deletions
@ -0,0 +1,6 @@
|
||||
namespace StabilityMatrix.Avalonia.Models.Inference; |
||||
|
||||
public interface IComfyStep |
||||
{ |
||||
void ApplyStep(ModuleApplyStepEventArgs e); |
||||
} |
@ -1,9 +0,0 @@
|
||||
using StabilityMatrix.Avalonia.Models.Inference; |
||||
using StabilityMatrix.Core.Models.Api.Comfy.Nodes; |
||||
|
||||
namespace StabilityMatrix.Avalonia.ViewModels.Base; |
||||
|
||||
public interface IComfyStep |
||||
{ |
||||
void ApplyStep(ModuleApplyStepEventArgs e); |
||||
} |
Loading…
Reference in new issue