File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed
invokeai/frontend/web/src/features/modelManagerV2
subpanels/AddModelPanel/LaunchpadForm Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ export const useStarterBundleInstall = () => {
62
62
) ;
63
63
64
64
return { installBundle, getModelsToInstall } ;
65
- } ;
65
+ } ;
Original file line number Diff line number Diff line change @@ -99,7 +99,14 @@ export const LaunchpadForm = memo(() => {
99
99
{ t ( 'modelManager.urlOrLocalPath' ) }
100
100
</ Heading >
101
101
</ Flex >
102
- < Text fontSize = "sm" color = "base.400" lineHeight = "1.4" flex = "1" whiteSpace = "normal" wordBreak = "break-word" >
102
+ < Text
103
+ fontSize = "sm"
104
+ color = "base.400"
105
+ lineHeight = "1.4"
106
+ flex = "1"
107
+ whiteSpace = "normal"
108
+ wordBreak = "break-word"
109
+ >
103
110
{ t ( 'modelManager.launchpad.urlDescription' ) }
104
111
</ Text >
105
112
</ Button >
@@ -125,7 +132,14 @@ export const LaunchpadForm = memo(() => {
125
132
{ t ( 'modelManager.huggingFace' ) }
126
133
</ Heading >
127
134
</ Flex >
128
- < Text fontSize = "sm" color = "base.400" lineHeight = "1.4" flex = "1" whiteSpace = "normal" wordBreak = "break-word" >
135
+ < Text
136
+ fontSize = "sm"
137
+ color = "base.400"
138
+ lineHeight = "1.4"
139
+ flex = "1"
140
+ whiteSpace = "normal"
141
+ wordBreak = "break-word"
142
+ >
129
143
{ t ( 'modelManager.launchpad.huggingFaceDescription' ) }
130
144
</ Text >
131
145
</ Button >
@@ -151,7 +165,14 @@ export const LaunchpadForm = memo(() => {
151
165
{ t ( 'modelManager.scanFolder' ) }
152
166
</ Heading >
153
167
</ Flex >
154
- < Text fontSize = "sm" color = "base.400" lineHeight = "1.4" flex = "1" whiteSpace = "normal" wordBreak = "break-word" >
168
+ < Text
169
+ fontSize = "sm"
170
+ color = "base.400"
171
+ lineHeight = "1.4"
172
+ flex = "1"
173
+ whiteSpace = "normal"
174
+ wordBreak = "break-word"
175
+ >
155
176
{ t ( 'modelManager.launchpad.scanFolderDescription' ) }
156
177
</ Text >
157
178
</ Button >
You can’t perform that action at this time.
0 commit comments