powderluv
8ef8ae097f
Update to build 469
2023-01-24 22:16:13 -08:00
powderluv
c3d14293c0
Update sample results
2023-01-24 22:14:06 -08:00
powderluv
d55d8be504
Add signing of release builds
20230124.469
2023-01-24 21:32:21 -08:00
powderluv
03543030d3
use pefile
20230124.467
20230124.466
2023-01-24 18:35:51 -08:00
powderluv
fc6b474b92
Add ordlookup to requirements.txt
2023-01-24 18:30:16 -08:00
powderluv
a5db785dd7
checkoutv2 on windows
2023-01-24 18:23:22 -08:00
powderluv
1c1c5cd611
Build Windows nightly on 7950x
2023-01-24 16:21:56 -08:00
Abhishek Varma
6ed02f70ec
[SD-CLI] Make using ckpt_loc and hf_model_id easier
...
-- Currently we require users to specify the base model on which the custom
model (.ckpt) is tuned on. Even for running a HuggingFace repo-id, we
require the users to go a tedious way of adding things to variants.json.
-- This commit aims to address the above issues and will be treated as a
starting point for a series of design changes which makes using SHARK's SD
easier.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-24 23:03:46 +05:30
Prashant Kumar
cb78cd8ac0
Add the support for the batch size parameter.
2023-01-24 22:33:13 +05:30
Ean Garvey
0c4590b45a
Update generate_sharktank.py
20230124.462
2023-01-24 10:18:03 +05:30
jinchen62
d2e2ee6efa
Add multiple prompts support for dataset annotator ( #862 )
2023-01-23 18:40:36 -08:00
powderluv
6a380a0b48
Add more nvidia cards
2023-01-23 17:07:45 -08:00
powderluv
e5d5acbf1f
Remove torchvision requirements from web ( #860 )
2023-01-23 13:48:53 -08:00
powderluv
00e38abbf0
Add 4080 support
20230123.461
2023-01-23 09:56:34 -08:00
Abhishek Varma
e3e4ea5443
Update README.md
...
-- Make usage of `hf_model_id` clearer.
2023-01-23 23:25:23 +05:30
Prashant Kumar
a3e4ea3228
Remove the dependency of the torchvision. ( #858 )
...
Remove the dependency of torchvision library for the conversion
of tensor layout format to what PIL library expects.
2023-01-23 08:49:57 -08:00
powderluv
56f16d6baf
Update SD readme
2023-01-23 06:51:54 -08:00
Abhishek Varma
7a55ab900e
[SD-CLI] Fix CKPT script + add more variants + update README.md
...
-- This commit fixes CKPT script to rely on the previous CKPT to Diffusers
script.
TODO: Let go of the script once the CKPT is included in next release
of diffusers.
-- It also adds many variants as part of `variants.json` and updates
`README.md` to reflect change in default `hf_model_id`.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-23 18:34:24 +05:30
Abhishek Varma
137643fe72
[SD-CLI] Update README.md of custom models to include hf_model_id
2023-01-23 11:37:13 +05:30
Anush Elangovan
d6e59c6241
black format comments
20230123.460
2023-01-22 16:34:40 -08:00
powderluv
458eb5d34c
detect RX 7900 better
2023-01-22 16:32:27 -08:00
Erkin Alp Güney
8259f08864
Collapsibles for Win10 and Linux users ( #851 )
...
Co-authored-by: powderluv <powderluv@users.noreply.github.com >
20230122.459
2023-01-22 09:50:33 -08:00
Prashant Kumar
b3ab0a1843
Add width and height support for the scheduler.
2023-01-22 23:16:50 +05:30
dependabot[bot]
f09f217478
Bump tensorflow from 2.10 to 2.10.1 ( #853 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.10 to 2.10.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.10.0...v2.10.1 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20230122.458
2023-01-22 06:40:17 -08:00
Daniel Garvey
e842c8c19b
add main.py testing for sdiff ( #836 )
...
Co-authored-by: dan <dan@nod-labs.com >
Co-authored-by: powderluv <powderluv@users.noreply.github.com >
2023-01-22 01:16:17 -08:00
powderluv
f6c3112d44
Revert "potential fix to pre-load DLL dir for torch-mlir ( #848 )" ( #852 )
...
This reverts commit 6c470d8131 .
2023-01-22 00:09:35 -08:00
yzhang93
7059610632
Modify the default for --hf_model_id flag
20230122.457
2023-01-21 11:21:47 +05:30
powderluv
2d272930d9
Update to signed build 455
20230121.456
2023-01-20 16:50:42 -08:00
powderluv
6c470d8131
potential fix to pre-load DLL dir for torch-mlir ( #848 )
...
Doesn't regress the main.py script but system already pre-loaded
the DLL so needs more testing.
2023-01-20 14:48:45 -08:00
jinchen62
30b29ce8cd
Add readme for dataset annotator ( #847 )
2023-01-20 01:03:33 -08:00
jinchen62
1a9933002f
Add dataset annotation tool ( #835 )
20230120.455
2023-01-19 16:56:08 -08:00
stanley
c4a9365aa1
[Shark][Training] Refresh SharkTrainer to latest APIs.
2023-01-19 20:30:15 +00:00
Prashant Kumar
9d3af37104
bugfix related to the height width params.
2023-01-20 00:21:44 +05:30
Prashant Kumar
7b3d57cff7
Add height and width as args.
2023-01-19 23:43:29 +05:30
Abhishek Varma
a802270da9
[SD-CLI] Update README.md about variants.json
2023-01-19 22:46:54 +05:30
Abhishek Varma
dd194a8758
[SD-CLI] Reorder loading of opt_params when needed
...
-- This commit reorders loading of opt_params when `import_mlir` is not used.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-19 22:02:51 +05:30
Abhishek Varma
6de02de221
[SD-CLI] Make using custom models easier
...
-- This commit makes using custom models easier using a combination of
`import_mlir`, `ckpt_loc` and `hf_model_id`.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-19 22:02:36 +05:30
Abhishek Varma
85259750bf
[SD-CLI] Fix variants.json mapping
...
-- This commit fixes variants.json's mapping.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-19 22:02:36 +05:30
Prashant Kumar
1249f0007d
Remove args.variant and args.version with args.custom_model.
2023-01-19 19:55:12 +05:30
Abhishek Varma
db0514d3fa
[SD-CLI] Fix get_model_configuration to use max_length
...
-- This commit fixes `get_model_configuration` to use `max_length`.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-19 19:10:04 +05:30
Abhishek Varma
dce42a7fad
[SD-CLI] Fix args.max_length range check
...
This commit fixes args.max_length range check.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-19 18:26:23 +05:30
Prashant Kumar
ec0b380194
Refactor shark_tank models and custom models.
...
The custom models shouldn't depend on shark_tank in anyway.
2023-01-19 13:56:11 +05:30
Ean Garvey
7f27b61c98
Update setup_venv.sh to install triton if BENCHMARK=1
2023-01-19 00:26:46 -06:00
Guy Nachshon
f0b3557b02
fix: replace malicious and deleted package ( #833 )
20230119.454
2023-01-18 13:41:05 -08:00
xzuyn
2a1d1c1001
make jpeg optimized and progressive ( #820 )
...
* GUI make jpeg optimized and progressive
* CLI make jpeg optimized and progressive
20230118.453
2023-01-17 16:35:36 -08:00
Abhishek Varma
df7eb80e5b
[SD-CLI] Make custom_model take highest priority for generating models if present
...
-- This commit makes `custom_model` take highest priority for generating models if present.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-17 22:50:58 +05:30
Fraser Humphries
b9d947ce6f
style: 🎨 Restore whitespace
2023-01-17 17:45:32 +05:30
Fraser Humphries
e6589d2454
fix: 🏗️ Add demo.css to spec file datas
2023-01-17 17:45:32 +05:30
Fraser Humphries
0f5ac6afcf
fix: 🐛 resolve css file path relative to __file__
...
issues-816
2023-01-17 17:45:32 +05:30
Abhishek Varma
bc1bb1d188
[SD-CLI] Fix vmfb naming + update README.md for custom_model
...
-- This commit introduces a fix for .vmfb naming to strip away any
non-alphanumeric characters from `custom_model` path.
-- It also updates the README.md to include the `custom_model` arg.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-17 16:27:54 +05:30