mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Chore pnpm fix
This commit is contained in:
@@ -97,9 +97,14 @@ export const GenerationSettingsAccordion = memo(() => {
|
||||
<Expander label={t('accordions.advanced.options')} isOpen={isOpenExpander} onToggle={onToggleExpander}>
|
||||
<Flex gap={4} flexDir="column" pb={4}>
|
||||
<FormControlGroup formLabelProps={formLabelProps}>
|
||||
{!isExternal && !isFLUX && !isFlux2 && !isSD3 && !isCogView4 && !isZImage && !isQwenImage && !isAnima && (
|
||||
<ParamScheduler />
|
||||
)}
|
||||
{!isExternal &&
|
||||
!isFLUX &&
|
||||
!isFlux2 &&
|
||||
!isSD3 &&
|
||||
!isCogView4 &&
|
||||
!isZImage &&
|
||||
!isQwenImage &&
|
||||
!isAnima && <ParamScheduler />}
|
||||
{!isExternal && isFLUX && <ParamFluxScheduler />}
|
||||
{!isExternal && isZImage && <ParamZImageScheduler />}
|
||||
{!isExternal && isAnima && <ParamAnimaScheduler />}
|
||||
|
||||
Reference in New Issue
Block a user