Closed lfarrell20 closed 5 months ago
Thanks so much for your support. Regarding the issue you’ve raised, I’ll do my best to resolve it.
https://www.howtogeek.com/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/
Thanks for your reply! I figured I might be bringing up things that may have been mentioned, so hope I'm not creating extra threads for you.
Honestly, it's good to hear that I'm not the only one facing this, felt like I was taking crazy pills. If I want to recreate/up-level a specific image from a batch I simply regenerate the whole batch using a preview gate to pause the workflow, sending only that specific image(s) to my other workflows. Not ideal, but pretty low calorie.
Now I think I should be using the Type Converter. The reason I'm using get/set is because I have about 10 of your Savers in a single workflow to save out images at each step of the process (if needed). Working great right now. Below is a simplified version of what I'm doing. The output ends up looking like this: VAE hash: c6a580b13a, VAE: vae-ft-mse-840000-ema-pruned
Yea, I was getting the feeling it might have to do with external factors on this one. Love the symbolic link idea, clever workaround.
Again, thank you for your thorough and thoughtful responses. Keep doing your amazing work, the Comfy community appreciates you!
If I want to recreate/up-level a specific image from a batch I simply regenerate the whole batch using a preview gate to pause the workflow, sending only that specific image(s) to my other workflows. Not ideal, but pretty low calorie.
I think Latent Form Batch is what you need. https://blenderneko.github.io/ComfyUI-docs/Core%20Nodes/Latent/batch/LatentFromBatch/
I just updated the Type Converter node, please give it a try.
That works too, though I find myself using chrisgoringe's image picker. https://github.com/chrisgoringe/cg-image-picker
Just tested out the Type Converter and it's working like a charm 🌟 Saves me from doing that send->convert->resend flow I had going on. Thanks for the updates!
Bad news, I just reverted the commit about Type Converter
node because of #78. Instead of modifying the Type Converter
node directly and facing compatibility issues, I'll create a new node called Any Converter
.
Summary
I wasn't sure if this is a feature request or bugs. Placing in feature request because there are workarounds to each issue or I'm just an edge use case.
First, thank you so much for your work. I can't imagine my workflows without Parameter Generator and Prompt Saver. I've come across a few use cases where I struggled to achieve a desired result. Not sure if it's user error or inherent limitations. So apologies before hand if I'm missing something obvious.
When running a batch and saving out, each metadata file contains the same seed even though each generation is iterating on said seed. To recreate a specific image from a batch (that is not the first image) I don't have access to the actual seed. This also happens if using %seed in the name. I'm pulling directly from the Parameter Generator into the Saver. Workaround, using a preview gate where I can pause the generation and choose what to pass through.
The VAE_NAME input works just fine when connecting directly from the Parameter Generator ----> Prompt Saver. However if using a reroute (RG3) or Get/Set node the Prompt Saver will refuse the input connection. The output on the Get node says "COMBO" if that helps. Workaround, using your Extractor to create a Set variable which the Saver accepts without issue.
My instance of Comfy lives on a different drive than my save location. The Prompt Saver preview does not like this and cannot show previews. I'm thinking this might be user-side setting causing an accessibility issue, but wanted to raise the concern. Even though an error gets thrown in the console, does not impeded the generation in any way. Workaround, using a generic previewer laid on top of the Saver
Basic Example
Seed Not sure the details on how one would go about grabbing the proper seed. It feels like once the prompt is executed an INT value is sent through the PG into the Saver and that value is used for every instance. I did try using the extractor but, again, just generating a single INT value.
VAE_NAME Might be more tied to the other nodes involved than with these specific ones as they work fine when directly connected. Might have to find out how Get/Set/RG3 nodes are interpreting the output from the PG
Directory shrug emoji
Reference Issues.
No response