mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): do not show default settings for refiner models
This commit is contained in:
@@ -60,7 +60,7 @@ export const ModelView = () => {
|
||||
)}
|
||||
</Flex>
|
||||
</Box>
|
||||
{data.type === 'main' && (
|
||||
{data.type === 'main' && data.base !== 'sdxl-refiner' && (
|
||||
<Box layerStyle="second" borderRadius="base" p={4}>
|
||||
<MainModelDefaultSettings />
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user