From 126c3a3510a37e21c7404745144b5872b72aafdd Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Mon, 05 Feb 2024 18:52:50 +0000
Subject: [PATCH] deleted external prebuild stuffs, reload model if vae changed - otherwise the vae model not loading

---
 ui/MainWindowUI.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ui/MainWindowUI.h b/ui/MainWindowUI.h
index 26ec976..a8657e1 100644
--- a/ui/MainWindowUI.h
+++ b/ui/MainWindowUI.h
@@ -78,6 +78,7 @@
 	QM::QueueManager *qmanager;
 	bool modelLoaded = false;
 	std::string currentModel;
+	std::string currentVaeModel;
 	sd_ctx_t *sd_ctx;
 	std::streambuf *buffer;
 	std::vector<std::thread*> threads;

--
Gitblit v1.9.3