shiimizu / ComfyUI_smZNodes

Custom nodes for ComfyUI such as CLIP Text Encode++
GNU General Public License v3.0
190 stars 14 forks source link

Adding the a1111 "Eta noise seed delta" ENSD #22

Open Nightreaver opened 10 months ago

Nightreaver commented 10 months ago

I am not sure it can be easily calculated, but I'm trying to replicate my a1111 images, and it currently doesnt work well. I just wonder it might also be connected to the ENSD.

Do you mind adding a node for seed generation that includes the a1111 ENSD?

Cheers

isben commented 9 months ago

This number cannot be calculated since this is an arbitrary number that was added to the seed in some early (old) Stable-Diffusion UI. Actually, it doesn't play any role in A1111. You can experiment in A1111 by changing the standard value of 31337 by any other number and compare the generated images. You'll see they are identical. You can also read this reddit post

shiimizu commented 9 months ago

I've finished implementing ENSD in https://github.com/shiimizu/ComfyUI_smZNodes/commit/417d5447c0072867b1986cf7b4c597d56edae6c7. You can find it in the Settings node. I hope that helps.

Nightreaver commented 9 months ago

Thanks a lot, I will check if it works :)