File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invokeai/frontend/web/src/features/lora/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const LoRASelect = () => {
55
55
}
56
56
57
57
if ( compatibleLoRAs . length === 0 ) {
58
- return currentBaseModel ? t ( 'models.noCompatibleLoRAs' ) : t ( 'models.selectModelFirst ' ) ;
58
+ return currentBaseModel ? t ( 'models.noCompatibleLoRAs' ) : t ( 'models.selectModel ' ) ;
59
59
}
60
60
61
61
return t ( 'models.addLora' ) ;
@@ -88,7 +88,7 @@ const LoRASelect = () => {
88
88
placeholder = { placeholder }
89
89
getIsOptionDisabled = { getIsDisabled }
90
90
initialGroupStates = { initialGroupStates }
91
- noOptionsText = { currentBaseModel ? t ( 'models.noCompatibleLoRAs' ) : t ( 'models.selectModelFirst ' ) }
91
+ noOptionsText = { currentBaseModel ? t ( 'models.noCompatibleLoRAs' ) : t ( 'models.selectModel ' ) }
92
92
/>
93
93
</ FormControl >
94
94
) ;
You can’t perform that action at this time.
0 commit comments