From 875477e097c353a368b5fbf5b5f048c956fc4743 Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Sat, 03 Feb 2024 12:21:35 +0000
Subject: [PATCH] initial commit

---
 README.md |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 35e40ec..a3be9d0 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,23 @@
 
 wxWidgets based Stable Diffusion C++ GUi
 
+Created by Ferenc Szontágh <szf@fsociety.hu> @2024-01-30
+
+No licence yet... 
+
+### - Prepare
+
+* install vcpkg on your system... 
+* configure the vcpkg in CMakePresets.json and CMakeUserPresets.json
+* run configure, itt will be ~15mins to download and configure the dependencies
+
+### - Externals!
+
+in the external forlder, you can find the precompuled stable-diffusion.cpp and ggml as submodulde to it. 
+The default libs are configured with only CUDA, the release is Debug and Release. To use with another version (for example cpu only), you need to compile and overwrite 
+
+## - TO-DOs
+See @git.spamming.hu ticketing system
+
+### - IDE
+Use the vscode... Install the extensions which is recommended by the workspace
\ No newline at end of file

--
Gitblit v1.9.3