Commit Graph

10 Commits

Author SHA1 Message Date
Veeral Patel 70fb80f565 Pin diffusers version 2023-11-30 13:09:40 -08:00
Hayk Martiros a0f12d80e2 Upgrade playground app to Streamlit 1.18+
The first change was using the new non-experimental cache decorators,
but then I decided to refactor to get rid of using the streamlit pages
feature and instead have my own dropdown. This allows for more control
to fix a page layout issue that popped up with this version.
2023-03-26 16:25:47 -07:00
Hayk Martiros 450a9b6fad Add torchvision to requirements 2023-01-16 17:48:45 -08:00
Hayk Martiros c771ab0d23 Add pysoundfile to requirements
Closes: #76

Topic: pip_pysoundfile
2023-01-14 14:26:17 -08:00
Hayk Martiros 8e87c133c8 Audio splitting with demucs hybrid transformer model
Topic: audio_splitter_transformer
2023-01-07 20:36:43 +00:00
Hayk Martiros f8595d7b29 Add some minimum pip requirements
Topic: min_requirements_diffusers_pillow
2023-01-06 17:33:37 -08:00
Hayk Martiros 3b0e7be2dc Add CI with github actions
Topic: github_actions_ci
2022-12-26 18:08:19 -08:00
Hayk Martiros 52bec9575b Update python project configuration files
* Adds a pyproject.toml
* Update requirements and dev requirements
* Add a CITATION file
* Add details to the README

Topic: clean_rewrite
2022-12-26 17:47:11 -08:00
Hayk Martiros 8349ccff59 Make traced unet optional and support custom checkpoints 2022-12-23 05:08:37 +00:00
Hayk Martiros 81f4b952d2 Add requirements 2022-11-26 00:13:12 +00:00