Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Model installation failed (fresh install of 4.2.0) #6352

Open
1 task done
DeXtmL opened this issue May 11, 2024 · 1 comment
Open
1 task done

[bug]: Model installation failed (fresh install of 4.2.0) #6352

DeXtmL opened this issue May 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DeXtmL
Copy link

DeXtmL commented May 11, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

No response

GPU VRAM

No response

Version number

4.2.0

Browser

Edge latest

Python dependencies

No response

What happened

Installation of the IP Adapter SDXL from the model manager fails.

What you expected to happen

Installation successful

How to reproduce the problem

  1. Fresh install InvokeAI 4.2.0 (latest)
  2. In the model manager, click the "+" button of IP Adapater SDXL in the starter models tab
  3. The installation fails (screenshot below)

image

The target folder is empty before installation.

When the downloading of the image_encoder finishes, InvokeAI auto creates the folder "any/clip_vision/ip_adapter_sdxl_image_encoder' with config.json and model.safetensors inside,
then it reports this error:

**[ModelInstallService]::ERROR --> Model install error: InvokeAI/ip_adapter_sdxl_image_encoder
DuplicateModelException: A model with path 'any/clip_vision/ip_adapter_sdxl_image_encoder' is already installed**

Additional context

Attempting to use it would trigger another error:

invokeai.backend.model_manager.config.InvalidModelConfigException: Files for model 'ip_adapter_sd_image_encoder' not found

Discord username

No response

@DeXtmL DeXtmL added the bug Something isn't working label May 11, 2024
@psychedelicious
Copy link
Collaborator

The installation error message is saying the SDXL IP Adapter image encoder is already installed - that's not a problem.

Then, it appears you are attempting to use a SD 1.5 IP adapter, but don't have the SD 1.5 encoder installed. Which IP adapter model are you attempting to use when you get that error message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants