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]: Fail to set "Clip" " VAE" and "text encode" models for Flux dev model (In Place install option) by model manager #7390

Open
1 task done
tokitoki22 opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tokitoki22
Copy link

tokitoki22 commented Nov 28, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

RTX 3090

GPU VRAM

24GB

Version number

5.4.2

Browser

Brave

Python dependencies

No response

What happened

The Model Manager is unable to determine the model type for VAE and CLIP files required for the Flux dev model. As a result, I cannot "invoke" any images with Flux.

For example, it fails to install (or recognize) these model files, which work without any issues in other AI image-generation apps:

clip_l.safetensors
t5xxl_fp16.safetensors
ae.safetensors

faileda

Here’s an error log snippet:

[2024-11-28 11:53:11,445]::[ModelInstallService]::INFO --> Model install started: D:/programs/StabilityMatrix/Models/CLIP/clip_l.safetensors [2024-11-28 11:53:11,466]::[ModelInstallService]::ERROR --> Model install error: D:/programs/StabilityMatrix/Models/CLIP/clip_l.safetensors InvalidModelConfigException: Unable to determine model type for D:\programs\StabilityMatrix\Models\CLIP\clip_l.safetensors

This issue occurs for all VAE, CLIP, and text encoder files needed for Flux. These files are provided and recommended by Black Forest Labs for the Flux dev model.

What you expected to happen

These model files should be installed (recognized as model files) by invoke model manager (place installed option).

How to reproduce the problem

Install app then go to model section, and set Flux vae and clip model file paths to install models with "place installed option" to aovid double same files.

Additional context

No response

Discord username

No response

@tokitoki22 tokitoki22 added the bug Something isn't working label Nov 28, 2024
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

1 participant