54 Commits

Author SHA1 Message Date
b9a2f98223 Added .net9 build target 2025-01-03 15:03:21 +01:00
527149f3e5
Merge pull request #44 from DarthAffe/SD3_5
Sd3 5
2025-01-03 14:57:32 +01:00
f79b74efcc Added flash attention and slg layer skip parameters; added comments for parameters 2025-01-03 14:39:50 +01:00
9c7561ec7e Updated build-pipeline for new version 2025-01-01 20:13:15 +01:00
16d60aca7b
Merge pull request #35 from DarthAffe/SD3_5
SD3.5
2024-10-24 21:48:51 +02:00
3b0d7e9cf5 Updated for new SD3.5 support 2024-10-24 21:47:02 +02:00
46bba39c4a Fixed wrong free of upscaled images 2024-10-17 21:19:38 +02:00
7bd8fe77f3
Merge pull request #26 from DarthAffe/vulkan_backend
Vulkan backend
2024-08-28 20:06:02 +02:00
c78f96dd57 Added vulkan backend 2024-08-28 20:02:35 +02:00
bb71986ce7 Changed backend-priority to be changeable 2024-08-28 20:02:29 +02:00
2335d0e596 Added IPNDM and IPNDM_V sampler; added GITS and exponential schedule 2024-08-28 00:10:06 +02:00
ae70f7e5f0 Changed vae to be required for flux models and allow all non null inputs 2024-08-25 16:41:19 +02:00
da9f612c03 Made parameters of models public 2024-08-25 16:40:50 +02:00
23fc44485a Renamed SD default parameters 2024-08-25 16:39:33 +02:00
88e7fb973f Updated stablediffusion.cpp with flux flow support, refactored model creation 2024-08-25 14:45:41 +02:00
ecac81dd8b Added sycl backend 2024-08-10 20:51:19 +02:00
Timothy Miller
cde04582ac Allow manually loading SD library 2024-07-31 17:50:45 +09:00
7694153d89 Added new quanization-types 2024-07-28 14:04:40 +02:00
c4311a1067 Changed everything image-related to use HPPH 2024-07-22 14:59:39 +02:00
4afbcdbca8 Improved Parameter validation 2024-05-02 23:59:43 +02:00
55a8d3f261 Removed unneccessary null-forgiving operator 2024-05-02 23:54:22 +02:00
c6f99d080d Added validations for parameters 2024-05-02 23:39:00 +02:00
b03a135a5c Updated stable-diffusion.cpp to ce1bcc7 2024-04-29 21:17:20 +02:00
DGdev91
5b0760c9fd Rocm Backend: Fix regex for detecting version in Linux 2024-04-23 02:44:21 +02:00
78a21e41ba Updated stable-diffusion.cpp to ec82d52 2024-04-14 11:49:08 +02:00
d91132fbea Removed .net 6 only code 2024-03-25 00:47:13 +01:00
0845db4832 Added nuget-config 2024-03-25 00:34:36 +01:00
32325fa3df Added icon 2024-03-25 00:34:27 +01:00
6e8bbc7950 Added lunix support to RocmBackend 2024-03-25 00:33:56 +01:00
371eb5a773 Fixed namespace 2024-03-23 03:43:17 +01:00
8f5f5c7354 Fixed code issue 2024-03-23 03:41:34 +01:00
2a7e419e4c Added basic hip-blas detection for windows 2024-03-23 03:40:34 +01:00
5346e83b84 Added set of helpers for easier image handling 2024-03-22 23:43:50 +01:00
ceef655ed5 Changed library-loading to use new backend-method for path generation 2024-03-22 23:43:17 +01:00
e767ec67c8 Added missing event-args 2024-03-22 23:42:35 +01:00
6d6bfe3fc6 Added event to be able to intercept library path creation 2024-03-22 23:42:15 +01:00
4b8faf24d0 Added check for additional cuda-paths when multiple versions are installed 2024-03-22 21:33:37 +01:00
aa01b5687b Fixed sort order on backend-loading 2024-03-22 21:33:16 +01:00
e9ecb141db Added backend abstraction to allow loading them at runtime depending on the capabilities of the system 2024-03-21 23:05:18 +01:00
e2015e7724 Prevented possible collection of the callback delegates and the resulting crash 2024-03-19 21:42:03 +01:00
631c8ca180 Updated stablediffussion.cpp to a469688 2024-03-12 21:05:23 +01:00
037bdab8aa Fixed wrong EntryPoint for preprocess_canny 2024-03-07 23:42:50 +01:00
c637945707 Updated stablediffusion.cpp to 1ce9470 2024-03-03 23:21:45 +01:00
dd4c862675 Updated stablediffusion.cpp to 36ec16a 2024-01-30 00:34:00 +01:00
97f44b89bc Updated stablediffusion.cpp to c6071fa 2024-01-16 23:40:58 +01:00
c277e9c830 Added logging; Updated stable-diffusion.cpp to 7cb41b1 2024-01-02 23:41:44 +01:00
1b8c2fce9d Updated to stable-diffusion.cpp 2c5f3fc and moved to the now included C-API 2024-01-02 15:16:24 +01:00
289abe4d20 Updated to support SDXL and clip scip (commit 78ad76f) 2023-12-29 01:35:30 +01:00
76be341505 Added checks to parameters to prevent unneccessary updates 2023-12-16 15:19:59 +01:00
cd62691709 Renamed Image to StableDiffusionImage 2023-12-15 17:46:47 +01:00