Ean Garvey
23f5975477
Merge branch 'main' into ean-fp16
20230110.437
2023-01-10 03:50:47 -06:00
Ean Garvey
695f14e341
add bert-base-uncased_fp16 to shark_tank
2023-01-10 09:41:30 +00:00
xzuyn
12f844d93a
Git pull through argument in setup_venv ( #623 )
20230110.435
2023-01-09 15:42:13 -08:00
yzhang93
47a119a37f
[SD] Add CUDA A100 tuned model ( #773 )
2023-01-09 15:22:27 -08:00
Gaurav Shukla
ee56559b9a
[SD][web] Add a json file for model configuration
...
This cleans model_wrappers.py file.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-01-10 00:05:46 +05:30
Gaurav Shukla
00e594deea
[SD][web] Add version number in performance details
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-01-09 21:32:34 +05:30
George Petterson
6ad9b213b9
Add GCN4
...
(cherry picked from commit 3be072b3c09c9b38bc2d79ad6e6900eefee49a1c)
2023-01-09 21:09:50 +05:30
PhaneeshB
e4375e8195
Add support for vulkan target env
2023-01-09 21:09:50 +05:30
mariecwhite
487bf8e29b
Enable TF32 in Torch if specified ( #768 )
2023-01-09 06:48:57 -08:00
Prashant Kumar
fea1694e74
Delete the cached objects explicitly.
20230109.434
20230108.433
20230107.432
2023-01-06 23:04:52 +05:30
Ean Garvey
ec7b19d41b
Update nightly.yml
20230106.431
2023-01-06 02:34:11 -06:00
Ean Garvey
1fd43d1219
Update nightly.yml
20230106.430
2023-01-06 02:15:51 -06:00
Ean Garvey
b78187635d
Update model_utils.py
2023-01-06 02:13:52 -06:00
Ean Garvey
a4d28110b0
Add Resnet50 fp16 variant to pytests.
2023-01-06 08:04:08 +00:00
Prashant Kumar
4102c124a9
Add the shark upscaler model. ( #759 )
20230106.428
2023-01-05 14:07:20 -08:00
yzhang93
135bad3280
[SD] Update v1.4 tuned model ( #758 )
2023-01-05 11:04:30 -08:00
Gaurav Shukla
b604f36881
[SD][web] Add flags for global URL and server port
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-01-05 15:30:30 +05:30
yzhang93
782b449c71
Add script to auto annotate SD models and variants ( #751 )
...
* Add script to auto annotate SD models and variants
* Add model config files
* Add script to auto annotate SD models and variants
* Add model config files
* Move config files to shark_tank
20230105.427
2023-01-04 15:53:10 -08:00
jinchen62
017dcab685
Add target triple support for TITAN RTX ( #756 )
2023-01-04 15:39:00 -08:00
Abhishek Varma
e60b4568c6
[SharkInference] Make SharkInference compile the entire module ( #708 )
...
* [SharkInference] Make SharkInference compile the entire module
-- Previously SharkInference was compiling and providing run APIs
for a harcoded function with function name "forward".
-- This commit makes the compiling functionality generic and now
any function being defined within the module can be run.
-- It also creates an API to fetch all the function names defined
within the compiled module.
-- This commit updates both web and command-line execution of Stable
Diffusion to use new API of SharkInference.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
20230104.426
2023-01-03 23:25:23 +05:30
powderluv
4ee3d95a5a
Update to build 423
...
Post pytorch security breach
20230103.425
20230102.424
2023-01-01 12:10:23 -08:00
Graham
f18725bacc
replaced <username> with %username% for easy copy/paste ( #744 )
20230101.423
2022-12-31 21:29:37 -08:00
jinchen62
f6064a2b84
Add a prototype of the model compilation configs for SD ( #734 )
20221230.420
20221229.419
2022-12-28 15:14:36 -08:00
Quinn Dawkins
2e90cb7b95
Set default warmup count to 0 ( #736 )
2022-12-28 12:27:43 -06:00
powderluv
2c09d63cd9
Update to build 417
20221228.418
2022-12-27 14:25:20 -08:00
powderluv
cc6fbdb0c3
Add sm_89 and point to nvcuda.dll ( #731 )
20221227.417
20221227.416
20221227.415
2022-12-26 10:54:38 -08:00
powderluv
ecfdec12f3
Update requirements.txt
20221226.414
2022-12-25 15:39:20 -08:00
Gaurav Shukla
45af40fd14
[SD][web] Add openjourney and dreamlike in SD web UI
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
20221225.413
2022-12-26 01:59:36 +05:30
Phaneesh Barwaria
d11cf42501
Add support for dreamlike diffusion ( #725 )
...
* Add support for dreamlike diffusion
* model wrapper to support 77 dreamlike
* lint fix
2022-12-26 01:35:17 +05:30
Gaurav Shukla
c3c1e3b055
[SD] Add bucket info in the model_db.json
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2022-12-25 20:38:33 +05:30
Gaurav Shukla
7c5e3b1d99
[SD] Fix flags for cuda devices
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2022-12-25 19:03:02 +05:30
Gaurav Shukla
ed6cec71e7
[SD] Fix clip inference time
...
Fix clip inference time by adding default warmup_count to 5.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2022-12-25 18:16:53 +05:30
Tobby "GTD-Carthage" Ong
d6bcdd069c
- Added missing double linebreak from linting
2022-12-25 12:07:43 +05:30
Tobby "GTD-Carthage" Ong
a26347826d
- Revised code to also use get_schedulers function instead
2022-12-25 12:07:43 +05:30
Tobby "GTD-Carthage" Ong
5d1c099b31
[SD] Add Euler Ancestral scheduler as option to WebUI
2022-12-25 12:07:43 +05:30
Gaurav Shukla
220bee1365
[SD][web] Add device support in the SD web UI
...
1. Now device selection is available through UI.
2. Models reloading will only happen when there will be a change in the
settings(variant + device).
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
20221225.412
2022-12-25 01:45:07 +05:30
PhaneeshB
1261074d95
Add tuned models for av3 and ad
2022-12-24 22:56:15 +05:30
Stanley Winata
136021424c
[SD] Change default VMA large heap block size for windows perf. ( #715 )
...
Windows perform can boost from 2.67s/image to 2.4523s/image.
While Linux stays the same.
20221224.411
20221224.410
20221224.409
20221224.408
2022-12-24 01:40:58 +07:00
PhaneeshB
fee4ba3746
Add openjourney
2022-12-23 23:34:22 +05:30
Gaurav Shukla
a5b70335d4
[SD][web] Add variant support in the web UI
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2022-12-23 23:18:27 +05:30
Stanley Winata
5cf4976054
[Vulkan][utils] Add GTX Pascal support. ( #709 )
20221223.407
20221223.406
2022-12-22 15:24:15 -08:00
PhaneeshB
1aa3255061
Add vaebase for av3 and ad
2022-12-23 04:17:17 +05:30
Daniel Garvey
b01f29f10d
add support for clear_all ( #691 )
2022-12-22 11:25:03 -06:00
Boian Petkantchin
2673abca88
Fix concurrency issue in stress_test for CUDA devices
2022-12-22 08:54:19 -08:00
Gaurav Shukla
7eeb7f0715
[SD] Update all the utilities to make web and CLI codebase closer ( #707 )
...
At this point, all the utilities of SD web and CLI are exactly same.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com >
2022-12-22 02:49:48 -08:00
powderluv
37262a2479
Remove spurious characters
20221222.405
20221222.404
2022-12-21 19:23:54 -08:00
Gaurav Shukla
de6e304959
[SD] Fix the resource location in shark_sd.spec ( #706 )
2022-12-21 14:41:56 -08:00
Quinn Dawkins
234475bbc7
Add base_vae entries for variant models ( #705 )
2022-12-21 14:35:08 -08:00
Quinn Dawkins
abbd9f7cfc
[SD] Set unet flags for cuda ( #704 )
2022-12-21 13:22:04 -08:00
Gaurav Shukla
dfd6ba67b3
[SD] Update SD CLI to use model_db.json
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2022-12-22 02:13:04 +05:30