From 6cd523d6eeb295b62951a8a70aee2ff5bf130348 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Fri, 15 Dec 2023 10:20:50 +0100 Subject: [PATCH] Changed lib name to support non windows libs --- StableDiffusion.NET/Native.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StableDiffusion.NET/Native.cs b/StableDiffusion.NET/Native.cs index a008fa5..1b6a167 100644 --- a/StableDiffusion.NET/Native.cs +++ b/StableDiffusion.NET/Native.cs @@ -14,7 +14,7 @@ internal unsafe partial class Native { #region Constants - private const string LIB_NAME = "sd-abi.dll"; + private const string LIB_NAME = "sd-abi"; #endregion