-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
project.godot
203 lines (183 loc) · 5.11 KB
/
project.godot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=4
_global_script_classes=[ {
"base": "ImageTexture",
"class": "AIImageTexture",
"language": "GDScript",
"path": "res://addons/stable_horde_client/AIImageTexture.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "CivitAILoraReference",
"language": "GDScript",
"path": "res://addons/stable_horde_client/civitai_lora_reference.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "CivitAIModelFetch",
"language": "GDScript",
"path": "res://addons/stable_horde_client/civitai_lora_model_fetch.gd"
}, {
"base": "HTTPRequest",
"class": "CivitAIShowcase",
"language": "GDScript",
"path": "res://addons/stable_horde_client/civitai_showcase.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "CivitAITIReference",
"language": "GDScript",
"path": "res://addons/stable_horde_client/civitai_ti_reference.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "CivitAITextualInversionModelFetch",
"language": "GDScript",
"path": "res://addons/stable_horde_client/civitai_ti_model_fetch.gd"
}, {
"base": "VBoxContainer",
"class": "ConfigSlider",
"language": "GDScript",
"path": "res://ConfigSlider.gd"
}, {
"base": "PanelContainer",
"class": "GridTextureRect",
"language": "GDScript",
"path": "res://GridTextureRect.gd"
}, {
"base": "Control",
"class": "LoraSelection",
"language": "GDScript",
"path": "res://src/Lora/Lora.gd"
}, {
"base": "Control",
"class": "ModelSelection",
"language": "GDScript",
"path": "res://Model.gd"
}, {
"base": "VBoxContainer",
"class": "PostProcessingSelection",
"language": "GDScript",
"path": "res://PP.gd"
}, {
"base": "HTTPRequest",
"class": "R2ImageRetriever",
"language": "GDScript",
"path": "res://addons/stable_horde_client/r2_image_retriever.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "StableHordeClient",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_client.gd"
}, {
"base": "HTTPRequest",
"class": "StableHordeHTTPRequest",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_httpclient.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "StableHordeLogin",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_login.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "StableHordeModelReference",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_model_reference.gd"
}, {
"base": "HTTPRequest",
"class": "StableHordeModelShowcase",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_model_showcase.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "StableHordeModels",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_models.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "StableHordeRateGeneration",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_rate_generation.gd"
}, {
"base": "StableHordeHTTPRequest",
"class": "StableHordeWorkers",
"language": "GDScript",
"path": "res://addons/stable_horde_client/stable_horde_workers.gd"
}, {
"base": "Control",
"class": "TISelection",
"language": "GDScript",
"path": "res://src/Lora/TextualInversion.gd"
}, {
"base": "Reference",
"class": "ToolConsts",
"language": "GDScript",
"path": "res://Consts.gd"
}, {
"base": "Reference",
"class": "Utils",
"language": "GDScript",
"path": "res://Utils.gd"
}, {
"base": "Control",
"class": "WorkerSelection",
"language": "GDScript",
"path": "res://Workers.gd"
} ]
_global_script_class_icons={
"AIImageTexture": "",
"CivitAILoraReference": "",
"CivitAIModelFetch": "",
"CivitAIShowcase": "",
"CivitAITIReference": "",
"CivitAITextualInversionModelFetch": "",
"ConfigSlider": "",
"GridTextureRect": "",
"LoraSelection": "",
"ModelSelection": "",
"PostProcessingSelection": "",
"R2ImageRetriever": "",
"StableHordeClient": "",
"StableHordeHTTPRequest": "",
"StableHordeLogin": "",
"StableHordeModelReference": "",
"StableHordeModelShowcase": "",
"StableHordeModels": "",
"StableHordeRateGeneration": "",
"StableHordeWorkers": "",
"TISelection": "",
"ToolConsts": "",
"Utils": "",
"WorkerSelection": ""
}
[application]
config/name="Lucid Creations"
config/description="Generate images using the Stable Diffusion AI and the AI Horde crowdsourced cluster"
run/main_scene="res://LucidCreations.tscn"
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
[autoload]
globals="*res://globals.gd"
EventBus="*res://bus.gd"
ParamBus="*res://src/ParamBus.gd"
[display]
window/size/width=1600
window/size/height=900
window/stretch/aspect="keep"
[editor_plugins]
enabled=PoolStringArray( "res://addons/native_dialogs/plugin.cfg", "res://addons/stable_horde_client/plugin.cfg" )
[global]
icon=false
[gui]
common/drop_mouse_on_gui_input_disabled=true
theme/custom="res://theme/dark.tres"
theme/custom_font="res://theme/fonts/noto/type/type_body.tres"
[input_devices]
pointing/emulate_touch_from_mouse=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://default_env.tres"