Browse Source

Fix PostUploadImage overwrite type

pull/333/head
Ionite 1 year ago
parent
commit
c82a518c21
No known key found for this signature in database
  1. 2
      StabilityMatrix.Core/Api/IComfyApi.cs

2
StabilityMatrix.Core/Api/IComfyApi.cs

@ -27,7 +27,7 @@ public interface IComfyApi
[Post("/upload/image")]
Task<ComfyUploadImageResponse> PostUploadImage(
StreamPart image,
bool overwrite = false,
string? overwrite = null,
string? type = null,
string? subfolder = null,
CancellationToken cancellationToken = default

Loading…
Cancel
Save