mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Updates
This commit is contained in:
committed by
psychedelicious
parent
264cc5ef46
commit
8cd3bcd1c0
@@ -29,7 +29,7 @@ const ParamTileControlNetModel = () => {
|
||||
|
||||
return (
|
||||
<FormControl isDisabled={!options.length} isInvalid={!options.length} minW={0} flexGrow={1} gap={2}>
|
||||
<FormLabel m={0}>{t('controlLayers.controlNet')}</FormLabel>
|
||||
<FormLabel m={0}>{t('controlNet')}</FormLabel>
|
||||
<Combobox value={value} options={options} onChange={onChange} noOptionsMessage={noOptionsMessage} />
|
||||
</FormControl>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user