tildebyte

Results 17 issues of tildebyte

I occasionally see this https://github.com/comfyanonymous/ComfyUI/blob/90aa59709985ffa1b02b6330b7720ed399fbf4df/comfy/sd.py#L159 when testing LoRAs from bmaltais' [Kohya's GUI](https://github.com/bmaltais/kohya_ss) (too afraid to try running the scripts directly). I don't get any errors or weird outputs from the...

Mr. Feinberg was nice enough to allow designating hex colors like so when using the Processing Python [mode](https://github.com/jdf/processing.py#python-mode-for-processing)[1]: ``` c1 = color(255, 0, 0, 100) c2 = '#0000FF' fill(lerpColor(c1, c2,...

Something like [this](http://ablelemon.co.uk/chuck/chuck-live-coding) (specifically the git versioning) could bring ST + ChucK closer to what the ChucKers are trying to do with The Audicle (not the mini).

enhancement
general discussion

zeffii says: Finally, I can run Chuck from shell and add + remove shreds. It was a "privileges" problem. Need to have "run as administrator" ticked in the properties of...

enhancement

As it stands, chuck_doc_search.py points to: http://chuck.cs.princeton.edu/doc/program/ugen_full.html#SndBuf which (at least on Win 7 FF 25) is the top of the page. Lower-casing the UGen name: http://chuck.cs.princeton.edu/doc/program/ugen_full.html#sndbuf navigates to the specific...

bug

"chuck --shell" runs ChucK and leave you at a "chuck %>" prompt. "+ chuck.ck" does exactly what one would expect - plays the file.

enhancement

Closes #855 RE: the discussion in :arrow_up: - to the best of of my knowledge there's no way to ask vanilla Comfy[1] to d/l a model for you; it's completely...