Haoming

Results 92 comments of Haoming

> Where are these "settings" you speak of?

@vis223 Which UI are you using? And can you give me the list of all your Extensions?

Welp... I just cross checked the two lists, and installed all the shared ones, as well as checking out some of those that I've never heard of before, but I...

> appears to be some correlation with the number of extensions installed Probably not. Just tried with 25 Extensions that have accordion, and still no issues...

Added a new setting to hide the container~

Seems to work correctly if you set **Clip Skip** to `1` instead of `2`

Well, you shouldn't be using a `.ckpt` checkpoint nowadays anyway, much less the base `v1-5-pruned` checkpoint which is like 3 years old at this point...

If you're just starting out, try the good ol' reliable [Realistic Vision](https://civitai.com/models/4201?modelVersionId=130072) btw, CivitAI is a site that hosts a lot of other checkpoints, you can take a look there

Change this line: https://github.com/comfyanonymous/ComfyUI/blob/v0.3.6/comfy/ops.py#L272 to this: ```py inn = torch.clamp(input, min=-448, max=448).reshape(-1, input.shape[2]).to(dtype) ``` worked for me, with no apparent visual or speed degradation~ Basically, the `input` might overflow the...

> be applied for each of the processing steps In my hours of testing last night, `NaN` only ever occurred within the `if scale_input is None:` path; looking at the...