Bryce Drennan

Results 17 issues of Bryce Drennan

While it's understandable and useful in many situations to want the latest dataset, it can cause issues in some situations: - ephemeral environments that will not be able to cache...

Just wondering if there is a problem with it. Is it worse than restoreformer?

Using the nightly leads to instability at install time.

I think project might belong better under "major forks" if I have to be in just one place

Automatic code formatting reduces mental overhead for developers. - Code style is consistent in this repo and across other repos - Future diffs will not have anything relating to style...

enhancement

Amazing work! I integrated this into my project and thought it might help people wanting to try it out on their computers. admittedly self-serving to include this here but I...

just running `aimg --help` or `aimg --version` was very slow due to all the imports being brought in eagerly Before changes `aimg --help` `2.24s user 4.05s system 184% cpu 3.416...

Works with soon to be released version of [imaginAIry](https://github.com/brycedrennan/imaginAIry). `getStableDiffusionDefaultCount` and `getStableDiffusionDefaultCount` appear to be ignored by the ui

important
new feature

allows us to run commands without the need for `pip install -e .` For example, `streamlit run scripts/sampling.py --server.port 8888` requires us to either `run pip install -e` or make...