Dan Sully

Results 137 comments of Dan Sully
trafficstars

The token limit is hard coded to 77 in `ldm/modules/encoders/modules.py` and a few other places. I'm not sure *why* though. Perhaps @lstein can shed some light on this.

Gotcha, and I was just reading #1541 as well. The problem of course is that at multiple levels prompt structure isn't compatible. So some sort of translator (to use blends...

No problem. I'll rebase after the release is out.

It's easy enough to just re-run `pyupgrade`. I'll have time shortly.

@lstein This is ready to go.

Thanks @lstein - hope to have more time to contribute soon.

Are you referring to remote branches that haven't been merged yet, or something else? Using `--check` in a GHA Workflow + a one time formatting. Unless you're worried about the...

Fantastic. Let me know if I can help at all.

I am, but haven't had really any time to look at it between day job and teenagers. `dsully#8817`

That works. `config.toml` is: ```toml # Use the new sparse registry. [registries.crates-io] protocol = "sparse" ```