ill13
ill13
- Tired of cutting and pasting results you like? - Lost the query AND the results you liked? Well, I cobbled this plugin script together to save all prompts and...
@vractal Feel free to fork/push as you see fit; I don't know git well enough to do so myself.
I tested this and it looked like it worked. I asked the same exact questions 3 timed and got the exact same answer three times. However it 'broke' chat logging...
I think this can be approached via another extension that simply modifies the ouput. I believe that just creating an extension that uses the.. >`def output_modifier(string, state, is_chat=False):` ...function with...
To [mostly] address this issue, one can run ComfyUI with ```python main.py --use-pytorch-cross-attention``` This should disable Xformers and allow for repeatiblity across generations
Good to know! Maybe I'm complelety offbase with the Xformers stuff? Either way, until I used the above command all of my generations with ComfyUI were unrepeatable and random -...