|
|
|
@ -50,8 +50,6 @@ public record LocalImageFile
|
|
|
|
|
/// </summary> |
|
|
|
|
public string FileNameWithoutExtension => Path.GetFileNameWithoutExtension(AbsolutePath); |
|
|
|
|
|
|
|
|
|
public Uri AbsolutePathUriString => new($"file://{AbsolutePath}"); |
|
|
|
|
|
|
|
|
|
public (string? Parameters, string? ParametersJson, string? SMProject, string? ComfyNodes) ReadMetadata() |
|
|
|
|
{ |
|
|
|
|
if (AbsolutePath.EndsWith("webp")) |
|
|
|
|