Alex "mcmonkey" Goodwin
Alex "mcmonkey" Goodwin
The relevant plan here is I'd like to add a configuration UI for reusable comfy workflows so you can configure values in a more advanced way than just primitive titles...
This is covered now by the new (still in dev but functional) "SwarmInput" nodes system, which allows you to fully define custom swarm input parameters in a comfy workflow.
you can use browser tabs this way
For the metadata part, there's a swarm internal param for that: 
Cancelling a queue entry does not unload models
`Is there a way to clear the memory (VRAM) after a workflow run?` There's an API route for it (post `/free` with `{ "unload_models": true, "free_memory": true }`, and [Swarm](https://github.com/Stability-AI/StableSwarmUI)...
Just set it to `999999` or whatever. If your server goes 2 years running without generating anything I think it's okay to have the vram finally clear out at that...
You can now set to `-1` to disable
fwiw i usually just have the two images come up in batch view and use arrow keys to swap back n forth, but yeah a more direct tool could be...
you should probably not install xformers at all, but if you do, you need to update it when you update torch