|
|
|
@ -357,20 +357,6 @@ public class ComfyNodeBuilder
|
|
|
|
|
public int Resolution { get; init; } = 512; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[TypedNodeOptions( |
|
|
|
|
Name = "Inference_Core_AIO_Preprocessor", |
|
|
|
|
RequiredExtensions = ["https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes >= 0.2.0"] |
|
|
|
|
)] |
|
|
|
|
public record AIOPreprocessor : ComfyTypedNodeBase<ImageNodeConnection> |
|
|
|
|
{ |
|
|
|
|
public required ImageNodeConnection Image { get; init; } |
|
|
|
|
|
|
|
|
|
public required string Preprocessor { get; init; } |
|
|
|
|
|
|
|
|
|
[Range(64, 2048)] |
|
|
|
|
public int Resolution { get; init; } = 512; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[TypedNodeOptions( |
|
|
|
|
Name = "Inference_Core_ReferenceOnlySimple", |
|
|
|
|
RequiredExtensions = ["https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes >= 0.3.0"] |
|
|
|
|