166 Commits

Author SHA1 Message Date
2895e0e567
Merge pull request #13 from DarthAffe/HPPH
Updated readme
2.0.0
2024-07-22 19:39:39 +02:00
f813718f0d Updated readme 2024-07-22 19:38:53 +02:00
17f3e347ed
Merge pull request #12 from DarthAffe/HPPH
Changed everything image-related to use HPPH
2024-07-22 19:31:39 +02:00
c4311a1067 Changed everything image-related to use HPPH 2024-07-22 14:59:39 +02:00
dc58d4dca1
Merge pull request #7 from DarthAffe/ParameterValidation
Added Parameter validation
2024-05-06 19:45:46 +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
de732763b8 Fixed stupid typo in backend-packages 2024-04-29 21:40:23 +02:00
825ec73bda
Update release.yml 1.2.0 2024-04-29 21:28:28 +02:00
51eed1afaa Added missing dependency to example 2024-04-29 21:22:10 +02:00
b03a135a5c Updated stable-diffusion.cpp to ce1bcc7 2024-04-29 21:17:20 +02:00
8f99e38f99 Added BitmapToImage-Helper Method to example project 2024-04-27 17:24:01 +02:00
09355fcd6e
Merge pull request #4 from DGdev91/master
Rocm Backend: Fix regex for detecting version in Linux
2024-04-23 20:05:22 +02:00
DGdev91
5b0760c9fd Rocm Backend: Fix regex for detecting version in Linux 2024-04-23 02:44:21 +02:00
e2f4061199
Update README.md 2024-04-18 21:33:26 +00:00
78a21e41ba Updated stable-diffusion.cpp to ec82d52 1.1.0 2024-04-14 11:49:08 +02:00
9c7daf6e53
Update backends.yml 2024-04-02 13:03:38 +02:00
3370441199
Update README.md 2024-03-25 09:48:04 +00:00
51818ecf11 Changed example to use nugets 2024-03-25 02:02:07 +01:00
2a20ab1d4b Added missing backend-build-files 2024-03-25 01:11:37 +01:00
37fb19c90c Moved example-project into example-folder 2024-03-25 01:09:02 +01:00
2dfb072590
Update README.md 2024-03-25 01:05:42 +01:00
d18c878231
Update release.yml 2024-03-25 00:55:08 +01:00
50cca14d29
Merge pull request #2 from DarthAffe/NugetPreparations
Nugets
1.0.0
2024-03-25 00:48:21 +01:00
d91132fbea Removed .net 6 only code 2024-03-25 00:47:13 +01:00
a1576994a7 Added build-scripts 2024-03-25 00:36:36 +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
56f8e5ba82 Updated license 2024-03-25 00:34:07 +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
6d298155b2 Added vae as parameter in the example 2024-03-23 03:24:56 +01:00
237a92d6ba Added exception-handling on startup in example 2024-03-23 00:24:14 +01:00
a198128967 Added example application 2024-03-22 23:45:41 +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
11e9c3d0ec Updated stablediffusion.cpp to 48bcce4 48bcce4 2024-03-20 19:38:52 +01:00
e2015e7724 Prevented possible collection of the callback delegates and the resulting crash a469688_v2 2024-03-19 21:42:03 +01:00
631c8ca180 Updated stablediffussion.cpp to a469688 a469688 2024-03-12 21:05:23 +01:00
64fd98643b Added gitignore for test-project 2024-03-12 20:45:59 +01:00
037bdab8aa Fixed wrong EntryPoint for preprocess_canny 1ce9470_v2 2024-03-07 23:42:50 +01:00
c637945707 Updated stablediffusion.cpp to 1ce9470 1ce9470 2024-03-03 23:21:45 +01:00