Phaneesh Barwaria
55a12cc0c4
cpu name in device ( #1628 )
...
* show cpu name in devices
* change device order for chatbot
2023-07-06 12:00:09 -07:00
jinchen62
bc6fee1a0c
Add int4/int8 vicuna ( #1598 )
2023-07-05 07:01:51 -07:00
powderluv
20ddd96ef7
unpin diffusers ( #1550 )
2023-06-18 13:45:55 -07:00
dependabot[bot]
a5c882f296
Bump gradio from 3.15.0 to 3.34.0 ( #1518 )
...
Bumps [gradio](https://github.com/gradio-app/gradio ) from 3.15.0 to 3.34.0.
- [Release notes](https://github.com/gradio-app/gradio/releases )
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gradio-app/gradio/compare/v3.15.0...v3.34.0 )
---
updated-dependencies:
- dependency-name: gradio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-14 18:13:48 -07:00
Daniel Garvey
4731c1a835
prevent loading tokenizer on import ( #1432 )
...
also adds sentencepiece dep for exe
moved vicuna imports to after an if statement
in general we should avoid importing files that load whole models as
global variables
2023-05-12 19:11:45 -07:00
Gaurav Shukla
c142297d73
[SD] Fix gradio to 3.22.0 version
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com
2023-05-11 18:05:55 +05:30
Daniel Garvey
9bdb86637d
add tkinter launch for webui ( #1364 )
2023-04-27 19:17:55 -05:00
Ean Garvey
e5a69a7c36
pin diffusers to e47459c ( #1279 )
2023-04-04 18:29:21 -07:00
Abhishek Varma
8b8cc7fd33
[SD] Update LoRA inference to handle various checkpoints ( #1215 )
2023-03-21 06:52:20 -07:00
Ean Garvey
e3c96a2b9d
Move sentencepiece to importer requirements. ( #1218 )
2023-03-21 00:39:57 -05:00
mariecwhite
90c958bca2
Add T5-base and T5-large Torch and TF Models ( #1116 )
2023-03-20 17:32:50 -05:00
cstueckrath
650b2ada58
add pytorch_lightning to requirements ( #1211 )
...
* add pytorch_lightning to requirements
this will additionally add lightning-utilities and torchmetrics
* Update shark_sd.spec
* Update shark_sd_cli.spec
2023-03-19 12:29:54 -07:00
m68k-fr
2d2c523ac5
[Web] Upgrade Gradio to v3.21.0 ( #1188 )
...
Co-authored-by: powderluv <powderluv@users.noreply.github.com >
2023-03-15 10:14:49 -07:00
Abhishek Varma
7c7e630099
[SD] Add fix for using latest diffusers + add scribble variant to Stencil ( #1191 )
...
* [SD] Add Scribble variant in Stencil
-- This commit adds scribble variant in Stencil.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
* [SD] Use latest diffusers
-- This commit points back to the latest diffusers and updates the
processing script to tackle the Pix2Pix import issue.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
---------
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
Co-authored-by: Abhishek Varma <abhishek@nod-labs.com >
2023-03-15 10:13:20 -07:00
Abhishek Varma
e6b925e012
[SD] Add Openpose to Stencil + image size issue fix ( #1181 )
...
-- This commit adds openpose model variant to stencil.
-- Fixes image size issue.
-- Also includes fix for the .exe bug introduced by https://github.com/nod-ai/SHARK/pull/1175
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
Co-authored-by: Abhishek Varma <abhishek@nod-labs.com >
2023-03-14 10:30:52 -07:00
cstueckrath
771120b76c
workaround Gradio issue ( #1183 )
...
https://discord.com/channels/973663919757492264/975522729564446740/1085109774758191164
2023-03-14 01:27:24 -07:00
Phaneesh Barwaria
b6dcf2401b
Stencil perf improvement ( #1179 )
...
* remove conditioning strength multiplier
* mod diffusers lib to v0.14.0
2023-03-13 14:37:38 -07:00
Abhishek Varma
de59a66ae4
[SD] Update diffusers to point to the fix for Stencil + add opencv-python ( #1130 )
2023-03-02 08:19:29 -08:00
Phaneesh Barwaria
7f3f92b9d5
remove extra return arg ( #1123 )
...
* remove extra return arg
txt2img expects only 3 mlirs
* add venv reqs for stencils
2023-03-01 11:45:24 -08:00
powderluv
ef756389e3
Revert "add cv2 and nod diffusers ( #1112 )" ( #1114 )
...
This reverts commit cb17d017df .
2023-02-28 14:31:40 -08:00
Phaneesh Barwaria
cb17d017df
add cv2 and nod diffusers ( #1112 )
2023-03-01 01:33:43 +05:30
powderluv
973f6d20f4
Try pre-pix2pix
2023-02-25 00:09:05 -08:00
powderluv
8b5c9c51e7
Revert "Update diffusers ( #1094 )" ( #1096 )
...
This reverts commit 0064cc2a6e .
2023-02-24 19:27:56 -08:00
powderluv
0064cc2a6e
Update diffusers ( #1094 )
2023-02-24 14:09:19 -08:00
powderluv
1c22aa9c8f
Resolve __init__.py issues ( #1080 )
...
Also drop torchvision. The test passed and didn't fail but
we can't be sure it fixes the __init__.py issue yet.
2023-02-22 18:17:00 -08:00
powderluv
040dbc317f
unpin diffuser to latest ( #1071 )
...
Currently 0.13.x
2023-02-21 23:47:19 -08:00
powderluv
3bffda52f9
Pin to latest diffusers ( #1031 )
2023-02-15 14:23:10 -08:00
Abhishek Varma
c3c701e654
Update requirements.txt + README.md of SD
...
-- This commit includes two python modules as part of requirements.txt.
-- It also updates README.md to also inclue `--no-use_tuned` for users to
be able to try `hf_model_id` or `ckpt_loc` without any issue.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-30 14:12:54 +05:30
Ean Garvey
fb6beae27c
Adds pytest-forked dependency to fix pytest memory accumulation issues. ( #876 )
...
* Minor improvements to test-models workflow
- cleaned up pytest command line args in Validate Models job scripts.
- Removed -s flag to provide more readable logs
- Changed shark_cache location to within github workspace and removed --update_tank flag from Linux workflows.
* Use pytest-forked for managing pytest memory usage.
2023-01-26 18:20:15 -06:00
powderluv
03543030d3
use pefile
2023-01-24 18:35:51 -08:00
powderluv
fc6b474b92
Add ordlookup to requirements.txt
2023-01-24 18:30:16 -08:00
powderluv
ecfdec12f3
Update requirements.txt
2022-12-25 15:39:20 -08:00
Gaurav Shukla
b03038222d
[SHARK] Update dependencies
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2022-12-13 22:12:00 +05:30
Daniel Garvey
8859853b41
Revert "Revert "find gsutil on linux ( #557 )" ( #560 )" ( #561 )
...
This reverts commit 3c46021102 .
2022-12-05 20:27:43 -08:00
Daniel Garvey
3c46021102
Revert "find gsutil on linux ( #557 )" ( #560 )
...
This reverts commit bba8646669 .
2022-12-05 21:53:47 -06:00
Daniel Garvey
bba8646669
find gsutil on linux ( #557 )
...
* find gsutil on linux
* cleaned up downloader and ditched gsutil
Co-authored-by: dan <dan@nod-labs.com >
2022-12-05 19:03:48 -08:00
powderluv
83b138208d
Add gradio to requirements.txt
2022-12-03 16:06:52 -08:00
Anush Elangovan
1106456651
Update cuda 11.7 nightly URL and add index.spec
2022-12-01 22:49:23 -08:00
powderluv
d5ac841a1a
Update requirements.txt
...
add transformers to base venv
2022-11-30 12:12:28 -08:00
Ean Garvey
9035a2eed3
Add --local_tank_cache flag and update requirements. ( #368 )
...
* Add --local_tank_cache flag and update requirements.
* Update requirements-importer.txt
2022-09-28 03:02:59 -05:00
Phaneesh Barwaria
1322ec5935
Simplified Testing Interface ( #289 )
2022-08-24 23:54:56 -05:00
Chi_Liu
17dba601c8
Add huggingface top5 image classification automodel ( #268 )
2022-08-22 15:05:38 -07:00
Ean Garvey
0ee515a7be
Fix GPU benchmarks on PyTorch model tests. ( #218 )
...
* Add CUDA_BENCHMARKS option to setup.venv to enable PyTorch benchmarks on CUDA.
* Fix PyTorch GPU benchmarks for tank models.
2022-07-29 15:17:55 -07:00
Ean Garvey
c5ae01311d
Make PyTorch model tests importer-independent and add benchmarks.
2022-07-15 21:54:41 -05:00
monorimet
b647764b9a
Update requirements.txt
2022-07-14 13:07:46 -05:00
monorimet
08448a013f
Refactor TF tests for importer split, update pytorch tests.
2022-07-14 12:59:21 -05:00
powderluv
be66cc6ac1
Update requirements.txt
2022-06-12 01:06:47 -07:00
Anush Elangovan
3c26c02a5e
Add OSX-importer requirements
2022-06-12 07:38:02 +00:00
powderluv
c0be20d835
Update requirements.txt
...
point to latest nightly cpu
2022-06-12 00:05:48 -07:00
powderluv
fb9ded8b09
Update requirements.txt
...
re-add torch / torchvision in main requirements.txt
2022-06-12 00:05:27 -07:00