InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[bug]: Unable to import models in the browser based WEB-UI

Open nakry opened this issue 3 years ago • 3 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

OS

Windows

GPU

cuda

VRAM

12

What happened?

So the issue is basically as it is said on the title. I can, without any problems, import models with the CLI. But as soon as I try to load them on the Browser Based UI, it simply doesnt work. It seems that InvokeAI can't link to the model.

Screenshots

image

Additional context

Note that it only happens on the Browser Based UI

Contact Details

No response

nakry avatar Dec 11 '22 16:12 nakry

WORKAROUND

I found a way to load models by directly editing the models.yaml file, adding the line default: true for the model I want to load.

If anyone finds something easier, feel free to tell me !

nakry avatar Dec 11 '22 16:12 nakry

So, you import a model from CLI using !import_model, and then start web-ui, choose a new model, and this happens? Right?

Barafu avatar Dec 11 '22 18:12 Barafu

So, you import a model from CLI using !import_model, and then start web-ui, choose a new model, and this happens? Right?

yup? i'm using CLI to import my .ckpt files, but As soon as I try to select them from the webGUI it gives me this error. I really think the problem comes from the webUI implementation since my workaround of modifying the default model in models.yaml seems to work everytimes

nakry avatar Dec 11 '22 18:12 nakry

There has been no activity in this issue for 14 days. If this issue is still being experienced, please reply with an updated confirmation that the issue is still being experienced with the latest release.

github-actions[bot] avatar Mar 15 '23 06:03 github-actions[bot]