Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openvino custom scripts #3

Merged
merged 31 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e7d9ddc
Added OpenVINO acceleration in custom scripts
ynimmaga Jun 30, 2023
40de419
Added samplers and new UI elements
ynimmaga Jul 19, 2023
f1b5c72
UI modifications and fixes in img2img
ynimmaga Jul 20, 2023
e8d8156
Device support and caching enabled
cavusmustafa Jul 21, 2023
eb7b1a9
Added a fix for sampler overriding
ynimmaga Jul 22, 2023
13536a7
Update package versions
ravi9 Jul 24, 2023
c337bed
Added initial lora support and removed redundant functions
ynimmaga Jul 25, 2023
9651c51
Merge branch 'openvinotoolkit:openvino_custom_scripts' into openvino_…
ravi9 Jul 25, 2023
a922814
Merge branch 'AUTOMATIC1111:master' into openvino_custom_scripts
ravi9 Jul 26, 2023
f3fd994
Merge pull request #1 from ravi9/openvino_custom_scripts
ravi9 Jul 26, 2023
acfb059
Removed global variables and added performance metrics
ynimmaga Jul 26, 2023
52c891b
update gradio to 3.39.0
ravi9 Jul 27, 2023
59a576d
Added cache clearing for model recompilation
ynimmaga Jul 27, 2023
bc0ac03
Merge branch 'openvino_custom_scripts' of https://github.com/openvino…
ynimmaga Jul 27, 2023
8697de6
Update requirements_versions.txt
devangaggarwal Jul 28, 2023
dcdd9e0
Update requirements_versions.txt
devangaggarwal Jul 28, 2023
d8c7ce3
OpenVINO: Illegal size check added for GPU
cavusmustafa Jul 29, 2023
9f31570
Added fixes for image to image and inpainting
ynimmaga Jul 30, 2023
63dea88
Removed print of local path
ynimmaga Jul 30, 2023
ae7ce7b
Made changes to remove extra downloads
ynimmaga Aug 1, 2023
c111b00
Added changes to diffusers from_single_file
ynimmaga Aug 1, 2023
bab1b04
Added fall back to CPU for control net and hires fix
ynimmaga Aug 1, 2023
ac9c9e1
Added hires enable fallback fix for img2img
ynimmaga Aug 3, 2023
d7e45a8
Multiplier for Lora, codestyle fixes
likholat Aug 2, 2023
befa012
Merge pull request #4 from likholat/lora_multiplier
ynimmaga Aug 4, 2023
b154c7e
Added caching optimizations
ynimmaga Aug 4, 2023
64ee9ff
Added caching optimizations and local config selection
ynimmaga Aug 4, 2023
9d31485
Removed unused imports
ynimmaga Aug 4, 2023
1d2532e
Merge branch 'AUTOMATIC1111:master' into openvino_custom_scripts
ravi9 Aug 9, 2023
1177911
Added OV, diffusers in requirements. Minor update to Note text.
ravi9 Aug 9, 2023
72e8855
Fixed linter issues
ynimmaga Aug 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ blendmodes
clean-fid
einops
gfpgan
gradio==3.32.0
gradio==3.39.0
inflection
jsonmerge
kornia
Expand All @@ -30,4 +30,6 @@ tomesd
torch
torchdiffeq
torchsde
transformers==4.25.1
transformers==4.30.0
diffusers==0.18.2
openvino==2023.1.0.dev20230728
7 changes: 5 additions & 2 deletions requirements_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clean-fid==0.1.35
einops==0.4.1
fastapi==0.94.0
gfpgan==1.3.8
gradio==3.32.0
gradio==3.39.0
httpcore==0.15
inflection==0.5.1
jsonmerge==1.8.0
Expand All @@ -28,4 +28,7 @@ tomesd==0.1.2
torch
torchdiffeq==0.2.3
torchsde==0.2.5
transformers==4.25.1
transformers==4.30.0
diffusers==0.18.2
openvino==2023.1.0.dev20230728

Loading
Loading