Daniel Garvey
d4e62ce557
add an import-mlir fallback in case of failure ( #1030 )
...
may not cover all cases. will observet
Co-authored-by: dan <dan@nod-labs.com >
2023-02-15 16:15:23 -06:00
yzhang93
9738483b18
[SD] Map v2_1 to v2_1_base until fix ( #1029 )
2023-02-15 13:44:41 -08:00
Abhishek Varma
143492fe94
[SD] Add support for standalone Vae checkpoints ( #1020 )
...
-- This commit adds support for standalone Vae checkpoints.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
Co-authored-by: Abhishek Varma <abhishek@nod-labs.com >
2023-02-15 12:17:32 -08:00
Gaurav Shukla
ecc5c662c4
[SD] Save output images to different loc every day ( #1027 )
...
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-15 12:16:36 -08:00
yzhang93
d973ba191d
Add conditions to force use --import_mlir ( #1028 )
2023-02-15 10:37:09 -08:00
Gaurav Shukla
0198b183a2
[SD] Img2Img works for limited schedulers.
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-15 23:06:28 +05:30
Gaurav Shukla
0d44a3527b
[SD][web] Add strength UI for img2img
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-15 22:47:41 +05:30
Gaurav Shukla
2147b6a397
[SD] Move some common code to utility
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-15 22:47:41 +05:30
Gaurav Shukla
6b5b4ba27b
[SD] Add batch count in Image2Image
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-15 22:47:41 +05:30
Gaurav Shukla
67005bf57c
[SD] Update iree-vulkan-target-triple after device switch
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-15 22:47:41 +05:30
PhaneeshB
0430c741c6
add strength param
2023-02-15 20:59:03 +05:30
m68k-fr
eae862adc2
Fix lint and path for gradio_tmp_imgs_folder
2023-02-15 14:27:29 +05:30
drumicube
dffa89524a
Save gradio tmp images to shark_tmp folder and clean it at launch
2023-02-15 14:27:29 +05:30
yzhang93
2af1102441
[SD] Merge configs of different max lengthes from the same variant to one config file ( #1019 )
2023-02-15 00:25:29 -08:00
powderluv
c4b472842a
Update stable_diffusion_amd.md
2023-02-14 19:02:20 -08:00
powderluv
bc7333f1e5
Remove forcing LLPC setting ( #1018 )
...
also fix logo paths
2023-02-14 17:09:03 -08:00
powderluv
55ae50f991
Update inpaint.py
2023-02-14 14:12:05 -08:00
powderluv
a590c331ef
Update img2img.py
2023-02-14 14:11:50 -08:00
powderluv
8c241b06cb
Update txt2img.py
2023-02-14 14:11:36 -08:00
powderluv
9c072c8068
Update index.py
2023-02-14 14:11:20 -08:00
powderluv
ebd8b5122a
Update stable_diffusion_amd.md
2023-02-14 14:09:34 -08:00
powderluv
912c4a1d12
Update shark_sd.spec
2023-02-14 13:21:29 -08:00
Abhishek Varma
c203b65bf1
Fix __file__ AttributeError + Remove --enable_stack_trace ( #1015 )
2023-02-14 07:55:02 -08:00
powderluv
307f0334ee
Drop im2col for VAE since it crashes the driver ( #1010 )
...
This is for untuned models.
2023-02-13 19:02:51 -05:00
yzhang93
5167df08b9
[SD] Fix cuda OTF annotation ( #1008 )
2023-02-13 12:32:50 -08:00
Gaurav Shukla
dd2e482214
[SD] Fix multiple call to device check ( #1007 )
...
- Also makes the dark theme default.
- Fix custom_vae parameter in img2img.
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-13 11:57:52 -08:00
yzhang93
dd423bc6de
[SD] Using --compile-to to dump mlir for OTF annotation ( #1004 )
...
* [SD] Using --compile-to to dumpmlir for preprocessing
* Use python api for dumping process
2023-02-13 09:17:59 -08:00
drumicube
0464c7e558
Add support for command arguments to the WebUi ( #1000 )
...
Co-authored-by: powderluv <powderluv@users.noreply.github.com >
2023-02-11 19:20:21 -08:00
powderluv
f64e1fb926
Fix dark theme again for exe builds ( #1001 )
2023-02-11 19:08:17 -08:00
Abhishek Varma
591bbcd058
[SD] Fix vmfb locating bug
...
-- This commit fixes a bug in vmfb caching due to vae_encoder and also
involves a minor NFC change in the code.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-02-10 23:33:47 +05:30
Abhishek Varma
99aa77d036
[SD] Add a common way to name vmfbs including custom_vae
...
-- This commit adds a common way to name vmfbs and adds to it `custom_vae`
support as well.
-- This was required to make a common place to change vmfbs name
without breaking any feature support AND also tackle the caching
of vmfbs gracefully.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-02-10 23:33:47 +05:30
Abhishek Varma
9c13f1e635
Add custom vae support using --custom_vae flag
...
-- This commit adds custom vae support to SD wherein the user can
point to a model's checkpoint file whose Vae needs to be plugged
into the main model.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-02-10 23:33:47 +05:30
Gaurav Shukla
24af983cfb
[SD] Fix input image type
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-10 23:27:52 +05:30
Gaurav Shukla
67842a7525
[SD] Fix parameters in img2img
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-10 22:03:33 +05:30
PhaneeshB
3159a6f3e1
add support for img1img
2023-02-10 21:29:02 +05:30
Gaurav Shukla
b2f3c96835
[SD][web] Add Img2Img UI
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-10 21:27:31 +05:30
jinchen62
6582475955
Add SD inpainting
...
python apps/stable_diffusion/scripts/inpaint.py --prompt="prompt" --img_path=path/to/img --mask_path=path/to/mask --import_mlir --max_length=77 --hf_model_id="stabilityai/stable-diffusion-2-inpainting"
2023-02-10 15:33:20 +05:30
Anush Elangovan
41ee65b377
Revert "Enable --device_allocator=caching"
...
This reverts commit 83fe477066 .
2023-02-09 23:00:06 -08:00
Anush Elangovan
83fe477066
Enable --device_allocator=caching
2023-02-09 22:58:46 -08:00
yzhang93
4ca84ee4ee
Revert "Delete unnecessary arg setting ( #978 )" ( #985 )
...
This reverts commit 83c69ecd49 .
2023-02-09 16:44:26 -08:00
Ean Garvey
c28cc4c919
Fix local_tank_cache handling in shark_downloader. ( #981 )
2023-02-09 14:52:03 -06:00
yzhang93
e9864cb3f7
Modify the annotation OTF to return bytecode module ( #980 )
2023-02-08 14:29:43 -08:00
yzhang93
83c69ecd49
Delete unnecessary arg setting ( #978 )
2023-02-08 10:30:18 -08:00
Abhishek Varma
3a9cfe113a
Fix SD restart error in exe file ( #975 )
...
-- This commit fixes SD restart error in exe file by creating
variants.json in CWD instead of a relative path.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
Co-authored-by: Abhishek Varma <abhishek@nod-labs.com >
2023-02-08 06:14:08 -08:00
yzhang93
c9966127da
Fix iree flags to be able to run on rdna2 ( #972 )
2023-02-07 16:39:32 -08:00
Gaurav Shukla
5af124c5a5
[SD] Add batch count in stable diffusion
...
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com >
2023-02-07 23:26:46 +05:30
Abhishek Varma
eeb20b531a
Fix restart SD session error + override args.use_tuned temporarily
...
-- This commit fixes the session restart error for SD.
-- It also overrides `args.use_tuned` for `import_mlir`, and sets
`use_tuned` as `False`.
Signed-off-by: Abhishek Varma <abhishek@nod-labs.com >
2023-02-07 19:50:48 +05:30
powderluv
60035cd63a
Add css in exe ( #963 )
...
exe should now default to dark theme too
2023-02-06 15:26:08 -08:00
drumicube
d35f992ace
Bring back the --runs options for the cmd command and fix wrong seed/model reported in json, csv and png ( #962 )
2023-02-06 15:16:50 -06:00
powderluv
ffa17f6057
Update sd_dark_theme.css
2023-02-06 01:01:50 -08:00