NeedsMoar

Results 138 comments of NeedsMoar

set the DWORD registry key _Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled_ to 1 since the earlier builds of Windows 10 and the path limit becomes (approximately) 32767 for everything using the "W" version of the...

File the bug over at OpenPose Editor then, maybe? Comfy isn't causing this. I hit it and had a look at it to see if it was fixable but the...

Don't even need a namespace, just use git-hashes since the repo is known by manager already. Then it serves as aboth a name and an exact revision identifier which makes...

Try setting a higher number of suggested entries on there from the settings menu, the suggestions just pick the first things they find in no particular order that'll accept that...

You generally can't exactly, but you can get close. If you don't have ComfyUI-Manager yet, get it, then get ComfyUI_ADV_CLIP_emb. That'll give you the option to use a node that...

Automatic also has some mechanism that spreads out the CFG over a higher range artificially. Once again there's a node that'll do it but I'd just get used to using...

Your scheduler isn't set to karras like it is in the below image for one thing, which matters a lot, and your empty latent doesn't match the input image so...

It seems unlikely much more will be done: https://github.com/comfyanonymous/ComfyUI/issues/661 If you look at the source you'll see why, it's all mixed up and poorly named within a general purpose hooking...

From a command prompt: In the below I'm assuming C:\ComfyUI is where you put the files from the zip, change that as needed: ```cmd set PATH=%PATH%;C:\ComfyUI\python_embeded\Scripts;C:\ComfyUI\python_embeded ``` _If you don't...

No they don't. That's the copy-pasted info from the README on the main page for _manual_ comfy installs from the git source, not the release packages for Windows. @ckao10301 installed...