yzhang93
aafe7c4701
Add more cuda devices to use tuned model ( #868 )
2023-01-25 06:36:17 -08:00
Abhishek Varma
9a0b082cf8
[SD-CLI] Add batch_size command-line arg + prompt processing
...
-- This commit adds `batch_size` command-line arg.
-- It also involves replicating the prompt `batch_size` no. of times.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-25 19:21:25 +05:30
powderluv
8265e34a29
Add SHARK SD CLI tool ( #870 )
2023-01-24 23:14:32 -08:00
powderluv
8ef8ae097f
Update to build 469
2023-01-24 22:16:13 -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
powderluv
6a380a0b48
Add more nvidia cards
2023-01-23 17:07:45 -08:00
powderluv
00e38abbf0
Add 4080 support
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
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 >
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
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
2023-01-21 11:21:47 +05:30
powderluv
2d272930d9
Update to signed build 455
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
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
xzuyn
2a1d1c1001
make jpeg optimized and progressive ( #820 )
...
* GUI make jpeg optimized and progressive
* CLI make jpeg optimized and progressive
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
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
Abhishek Varma
3af2dd10ce
[SD-CLI] Add CKPT support to update models irrespective of import_mlir flag
...
-- This commit adds CKPT support to update models irrespective of `import_mlir` flag.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-01-17 13:24:27 +05:30
yzhang93
dd22c65855
Add CUDA tuned models for SD variants ( #814 )
2023-01-16 09:38:27 -08:00
PhaneeshB
48137ced19
add png as default format
2023-01-16 18:37:36 +05:30
Phaneesh Barwaria
6eb47c12d1
add multi-run in single execution ( #812 )
2023-01-13 11:12:43 -08:00
Prashant Kumar
5a1fc6675a
This PR adds --import-mlir for f16 tensors without cuda.
2023-01-13 22:19:53 +05:30
Prashant Kumar
6f80825814
Modify import_with_fx to import with dtype=f16.
2023-01-13 22:19:53 +05:30
PhaneeshB
f0dd48ed2a
remaining disk space warning
2023-01-13 19:34:05 +05:30
PhaneeshB
ee0009d4b8
pythonize uname for cpu target triple in windows
2023-01-12 22:39:49 +05:30
PhaneeshB
9d851c3346
small fixes
2023-01-12 22:32:24 +05:30
xzuyn
5d117af8ae
Increase JPEG output quality & disable subsampling ( #801 )
...
* Increase JPEG output quality & disable subsampling
Increased to JPEG95 from the default JPEG75 which is way too compressed. Output image size is now ~100kb. Previously was ~20kb.
* Increase JPEG output quality & disable subsampling
Add jpeg quality increase on cli
* line length changes
* line length changes
2023-01-11 23:06:11 -08:00
yzhang93
bb41c2d15e
Add VAE cuda tuned model ( #796 )
2023-01-11 14:15:03 -08:00
powderluv
eba138ee4a
Revert "Change address for connection test ( #785 )" ( #797 )
...
This reverts commit 187f0fa70c .
2023-01-11 12:01:37 -08:00
fokin33
dbc0f81211
Add simple telegram bot ( #787 )
2023-01-11 09:20:23 -06:00
mariecwhite
d0b613d22e
Enable Torch-Inductor Part 2
2023-01-10 20:15:29 -08:00