File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
invokeai/frontend/web/src/features/nodes/store/util Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -247,18 +247,12 @@ export const main_model_loader: InvocationTemplate = {
247
247
fieldKind : 'input' ,
248
248
input : 'direct' ,
249
249
ui_hidden : false ,
250
- ui_model_base : [ 'sd-1' , 'sdxl' ] ,
250
+ ui_model_base : [ 'sd-1' ] ,
251
251
ui_model_type : [ 'main' ] ,
252
252
type : {
253
253
name : 'ModelIdentifierField' ,
254
254
cardinality : 'SINGLE' ,
255
255
batch : false ,
256
-
257
- originalType : {
258
- name : 'ModelIdentifierField' ,
259
- cardinality : 'SINGLE' ,
260
- batch : false ,
261
- } ,
262
256
} ,
263
257
} ,
264
258
} ,
@@ -797,7 +791,8 @@ export const schema = {
797
791
input : 'direct' ,
798
792
orig_required : true ,
799
793
ui_hidden : false ,
800
- ui_type : 'MainModelField' ,
794
+ ui_model_base : [ 'sd-1' ] ,
795
+ ui_model_type : [ 'main' ] ,
801
796
} ,
802
797
type : {
803
798
type : 'string' ,
You can’t perform that action at this time.
0 commit comments