Can I reproduce the same results from the webui with the same parameters? #118
-
Can I reproduce the same results from the webui with the same parameters? By the way, does the "clip skip" parameter exist in ComfyUI? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 17 replies
-
No. Noise on ComfyUI is generated on the CPU while the a1111 UI generates it on the GPU. This makes ComfyUI seeds reproducible across different hardware configurations but makes them different from the ones used by the a1111 UI. I didn't care about having compatibility with the a1111 UI seeds because that UI has broken seeds quite a few times now so it seemed like a hassle to do so.
Yes, it's the CLIPSetLastLayer node. |
Beta Was this translation helpful? Give feedback.
-
Update on this: with the addition of the noise nodes available here and weighting nodes available here, the web UI now also supports the choice between using GPU and CPU for noise, so results can be replicated both ways. |
Beta Was this translation helpful? Give feedback.
-
Hi, For the clip skip in A1111 set at 1, how to setup the same in ComfyUI using CLIPSetLastLayer ? Does the clip skip 1 in A1111 is -1 in ComfyUI? Could you give me some more info to setup it at the same ? Thx Matt |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Efficient Loader has that now https://github.com/jags111/efficiency-nodes-comfyui you can install it from the Manager. |
Beta Was this translation helpful? Give feedback.
No. Noise on ComfyUI is generated on the CPU while the a1111 UI generates it on the GPU. This makes ComfyUI seeds reproducible across different hardware configurations but makes them different from the ones used by the a1111 UI.
I didn't care about having compatibility with the a1111 UI seeds because that UI has broken seeds quite a few times now so it seemed like a hassle to do so.
Yes, it's the CLIPSetLastLayer node.