invoke-ai / InvokeAI

InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.
https://invoke-ai.github.io/InvokeAI/
Apache License 2.0
23.07k stars 2.39k forks source link

[bug]: Clicking "Use All" does not select the correct VAE under some circumstances #6531

Open lstein opened 3 months ago

lstein commented 3 months ago

Is there an existing issue for this problem?

Operating system

Linux

GPU vendor

Nvidia (CUDA)

GPU model

RTX 4070

GPU VRAM

12GB

Version number

main

Browser

Google chrome

Python dependencies

No response

What happened

When an image was generated using the default VAE, neither the VAE nor the VAE precision are reset when clicking "Use All" or "Remix."

What you expected to happen

I expect the VAE settings from the currently selected image to be restored.

How to reproduce the problem

  1. Start the app
  2. Generate image 1 using the default VAE and float32 precision
  3. Generate image 2 using a non-default VAE and float16 precision
  4. Select image 1
  5. Click either the "Use All" or "Remix Image" button

The default VAE and float32 should be restored, but nothing happens.

Additional context

No response

Discord username

l.stein