space-nuko

Results 141 comments of 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 ``` ![46393-3593127521-a cat](https://user-images.githubusercontent.com/24979496/211227861-dc93e5a3-932b-46c4-8ee8-56605693e7f0.png) ``` a cat a beach ``` ![46394-1179359680-a cat_a beach](https://user-images.githubusercontent.com/24979496/211227834-e2ec015e-057a-4c8d-9b59-3713dcdb3bb9.png) ``` a cat // a beach ``` ![46396-2435295566-a cat___ a beach](https://user-images.githubusercontent.com/24979496/211227838-b9a82c1d-0d7a-4d6e-a6c6-9a90c89dea23.png) ``` 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...