Commit Graph

608 Commits

Author SHA1 Message Date
Qing
a22536becc lots of updates 2023-01-05 22:07:39 +08:00
Qing
2e8e52f7a5 update file manager 2023-01-05 09:22:38 +08:00
Qing
39397fc829 update file manager 2023-01-05 09:22:38 +08:00
Qing
2dd95be90d add file manager 2023-01-05 09:22:38 +08:00
Qing
b847ded828 0.30.2 2023-01-04 21:28:03 +08:00
Qing
d2cec0d415 fix sd --no-half 2023-01-04 21:27:37 +08:00
Qing
8099841dc8 update readme 2023-01-03 22:03:02 +08:00
Qing
2f8f5ea773 0.30.1 2023-01-03 21:31:52 +08:00
Qing
59ee89bd34 add --no-half arg 2023-01-03 21:30:33 +08:00
Qing
6cfc7c30f1
Merge pull request #165 from davidbejarcaceres/Switch-model-unload-before-load-new-model
Clear model from memory before switch, fixes out of memory
2022-12-17 08:41:49 +08:00
David Bejar Caceres
e5acbc6be9 Call garbage collector after unload model 2022-12-16 16:27:18 +01:00
David Bejar Caceres
0c4de4776e Clear model from memory before switch, fixes out of memory 2022-12-16 16:14:15 +01:00
Qing
ea422ca68a
Update README.md 2022-12-15 21:30:20 +08:00
Qing
3a70c2e1b5
Update README.md 2022-12-15 21:24:13 +08:00
Qing
5bfee91db8
Update README.md 2022-12-15 21:22:21 +08:00
Qing
5a7a3443c1
Update README.md 2022-12-11 22:50:37 +08:00
Qing
b34cfb620b
Update README.md 2022-12-11 22:15:34 +08:00
Qing
42706f61e4 0.30.0 2022-12-11 22:05:18 +08:00
Qing
c79778f492 Merge branch 'add_paint_by_example' 2022-12-11 22:04:59 +08:00
Qing
92f7cca08e yarn build 2022-12-11 22:04:42 +08:00
Qing
221d44c037 fix test 2022-12-11 22:03:36 +08:00
Qing
ad8437dc9c hide manual inpainting when isPaintByExample 2022-12-11 20:30:02 +08:00
Qing
41e2858a7c update test 2022-12-11 20:27:32 +08:00
Qing
03965c69e6 add maskPreview 2022-12-11 20:01:04 +08:00
Qing
e4664e2d58 prevent croper position between show/hidden 2022-12-11 19:38:20 +08:00
Qing
203f2bc9c7 add paint by example 2022-12-11 09:14:28 +08:00
Qing
6e9d3d8442 update setup.py 2022-12-10 21:31:51 +08:00
Qing
be93642674
Update README.md 2022-12-05 08:48:54 +08:00
Qing
fbfaac3945 0.29.1 2022-12-04 22:08:01 +08:00
Qing
4a739aaae7 fix CPUTextEncoder 2022-12-04 22:07:33 +08:00
Qing
1100e5badb
Update README.md 2022-12-04 21:07:59 +08:00
Qing
f672c4a0e2 0.29.0 2022-12-04 20:50:48 +08:00
Qing
e15146dad4 Merge branch 'diffusers_0.9' 2022-12-04 20:50:19 +08:00
Qing
eadb79af83 yarn build 2022-12-04 20:50:04 +08:00
Qing
816f4989f5 add mps to device 2022-12-04 20:49:52 +08:00
Qing
6a0ffdc96e update diffusers to 0.9; add SD2 2022-12-04 20:44:59 +08:00
Qing
fe0e13b9f7
Update README.md 2022-12-04 11:23:54 +08:00
Qing
15fe87e42d 0.28.0 2022-12-02 20:45:56 +08:00
Qing
513f008a33 yarn build 2022-12-02 20:45:51 +08:00
Qing
e8bed4b8e5 fix ISMask in sd 2022-12-02 16:11:46 +08:00
Qing
db92e07b72 change default IS model size to 384 2022-12-02 13:40:35 +08:00
Qing
2611d2fb44 fix run inpainting disable logic 2022-11-30 21:57:28 +08:00
Qing
e71725bee0 add interactive seg remove/replace modal 2022-11-30 21:53:56 +08:00
Qing
023306ae40 wip: add interactive seg model 2022-11-30 21:53:56 +08:00
Qing
af87cca643 add forward_post_process function 2022-11-30 21:53:56 +08:00
Qing
f7d7e89197 fix is_disable_switch_model 2022-11-30 21:53:56 +08:00
Qing
d44dd8822c
Merge pull request #146 from fiskbil/enable-xformers-option
Add argument for enabling xFormers optimizations
2022-11-29 21:09:05 +08:00
Anders Haglund
a0240721e3 Add argument for enabling xFormers optimizations 2022-11-28 17:54:16 -08:00
Qing
0d2d1ab4ec
Merge pull request #145 from fiskbil/negate-prompt-shortcut
Add keyboard shortcut to trigger inpainting from negative prompt text box by pressing ctrl/meta+enter
2022-11-27 09:31:10 +08:00
Anders Haglund
3c42d0a9f6 Update SidePanel.tsx
Add shortcut to trigger inpainting from negative prompt text box by pressing ctrl/meta+enter
2022-11-24 19:00:24 -08:00