receyuki / comfyui-prompt-reader-node

The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader
MIT License
289 stars 22 forks source link

[BUG] - title #99

Open Crodu opened 1 month ago

Crodu commented 1 month ago

Description

Model is reloaded every time seed changes. If you use the seed generator from SD Parameter Generator, ComfyUi always reloads the checkpoint into memory, which makes the generation process slow. Current workaround is using a separated seed generator.

Reproduction steps

  1. Use ParameterGenerator to load checkpoint model in your workflow.
  2. Set a new random seed
  3. See that the checkpoint is always loading at the beggining of every workflow run, as opposed to loading only on the first run

Image file

No response