Alex "mcmonkey" Goodwin

Results 541 comments of Alex "mcmonkey" Goodwin

See error report @ https://github.com/TimDettmers/bitsandbytes/issues/324 Users previously reported that `pip install bitsandbytes==0.37.2` avoids the OOM issue, albeit it's a pain to install on windows

@hypersniper05 I wish I could do more, but the problem isn't that text-gen-webui doesn't work on windows (it works fine in itself) it's that the _upstream libraries_ we depend on...

The base model is licensed as [CC BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/) The "SA" part, "Share-Alike", is a requirement (ie, you may not redistribute a derivative of StableLM that does not follow a matching...

There _are_ two licenses: CC BY-SA-4 for the Base model, and CC BY-SA-NC-4 for the Instruct tune model

Oh oh my god, I finally found what you're referring to, `Under the license, you must give [credit](https://creativecommons.org/licenses/by/4.0/#) to Stability AI, provide a link to the license, and [indicate if...

That classpath hasn't moved in a while: https://github.com/huggingface/accelerate/blob/main/src/accelerate/accelerator.py#L132 It looks like your conda env is it a bit mixed up - you're running `miniconda` in env `user`, but accelerate is...

The concept of "Hidden inputs" as a whole seems oppositional to the design goals of ComfyUI.

Considering this is a merge conflict marked as a draft since last year, I'll close this - if it's still relevant, please rebuild against current code.

This PR makes a large amount of unrelated changes that makes it extremely difficult to review or accept, eg reformatting of unrelated code. Could you please resubmit only the core/relevant...

This should probably not allow total unrestricted file paths like that? While ComfyUI isn't exactly a digital fortress, comfy has stated a preference for avoiding potential security issues wherever possible.