Browse Source

fix: default image generation value

Timothy J. Baek 1 year ago
parent
commit
41a6bf113a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Settings/Images.svelte

+ 1 - 1
src/lib/components/chat/Settings/Images.svelte

@@ -23,7 +23,7 @@
 
 	let loading = false;
 
-	let enableImageGeneration = true;
+	let enableImageGeneration = false;
 	let AUTOMATIC1111_BASE_URL = '';
 
 	let selectedModel = '';