space-nuko
space-nuko
Yeah I think the VRAM requirements are just really high, I dont remember it taking less than 16GB for me with xformers enabled Part of the reason is I had...
Its a fork for now, I had to make some changes to the original code to get it to work correctly, also Im still trying to figure out how to...
Hi thanks for the sample code, I adapted it into [sd-promptbook](https://github.com/space-nuko/sd-promptbook/), hope you may find it useful!
> I'm testing the PR, saving the metadata to .safetensors works well. But if I save the metadata to .ckpt, I got an error while loading that .ckpt. Whoops you're...
I'll split it up soon, apologies. That's what the ConditioningSetArea node is supposed to look like if you don't connect a latent to it. If you add an EmptyLatentImage it...
Or at least a way to specify which ComfyUI folder that `LoadImage` will choose images from, `input` `temp` or `output`. Useful if you want an HR fix workflow that acts...
Sure thing, ``` a cat ```  ``` a cat a beach ```  ``` a cat // a beach ```  ``` a...
Thanks, why is that specifically? Was it because the implementation was buggy? I ask because I find inline comments way too useful to give up
I'd also want something like this, it'd be super convenient. I'm up for something like `{1.0-1.5}` or similar. Would also be nice to control the step size, like `{1.0-1.5$$0.25}`. And...
Honestly it might be better to actually type `COMBO` inputs as `COMBO` instead of a string array, put the possible values in a `values` option and check for those instead...