mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Upload issue with the ip adapter image uploader
This commit is contained in:
parent
7be5743011
commit
11c501fc80
@ -62,7 +62,8 @@ const ParamIPAdapterImage = () => {
|
||||
imageDTO={imageDTO}
|
||||
droppableData={droppableData}
|
||||
draggableData={draggableData}
|
||||
isUploadDisabled={!isIPAdapterEnabled}
|
||||
isUploadDisabled={true}
|
||||
isDropDisabled={!isIPAdapterEnabled}
|
||||
dropLabel={t('toast.setIPAdapterImage')}
|
||||
noContentFallback={
|
||||
<IAINoContentFallback
|
||||
|
Loading…
Reference in New Issue
Block a user