Chore pnpm fix

This commit is contained in:
Alexander Eichhorn
2026-04-14 01:07:35 +02:00
parent 5c09c823a9
commit 8f00759af0

View File

@@ -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 />}