K00B404 commited on
Commit
84238e5
·
verified ·
1 Parent(s): ea21229

Create config.ini

Browse files
Files changed (1) hide show
  1. config.ini +11 -0
config.ini ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [general]
2
+ options_dir = prompt_options
3
+ history_file = prompt_history.json
4
+
5
+ [llm]
6
+ enabled = True
7
+ model_path = models/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q3_K_M.gguf
8
+ system_prompt = You are a visual prompt engineer and expert in visual descriptions influenced by keywords.
9
+ n_gpu_layers = 30
10
+ seed = 1337
11
+ context_size = 2048