|
432231ea18
|
merge with main
|
2023-10-07 16:46:32 -04:00 |
|
|
e0e001758a
|
Remove @slow decorator in favor of @pytest.mark.slow.
|
2023-10-06 18:26:06 -04:00 |
|
|
8e06088152
|
refactor services
|
2023-10-06 18:10:20 -04:00 |
|
|
1c8b1fbc53
|
POC of a test that depends on models.
|
2023-10-05 15:35:58 -04:00 |
|
|
cd5d3e30c7
|
refactor model_manager_service.py into small functional modules
|
2023-10-04 23:45:58 -04:00 |
|
|
807ae821ea
|
more type mismatch fixes
|
2023-09-30 10:19:22 -04:00 |
|
|
208d390779
|
almost all type mismatches fixed
|
2023-09-29 19:23:08 -04:00 |
|
|
2f16a2c35d
|
fix migrate script and type mismatches in probe, config and loader
|
2023-09-29 00:09:07 -04:00 |
|
|
f9b92ddc12
|
resolve conflicts with get_logger() code changes from main
|
2023-09-24 10:34:06 -04:00 |
|
|
25a71a1791
|
Merge branch 'main' into refactor/rename-get-logger
|
2023-09-23 14:49:07 -07:00 |
|
|
ab58eb29c5
|
resolve conflicts with ip-adapter change
|
2023-09-23 13:00:47 -04:00 |
|
|
d2cdbe5c4e
|
configure script now working
|
2023-09-22 22:15:42 -04:00 |
|
|
ed91f48a92
|
TUI installer more or less working
|
2023-09-20 17:07:11 -07:00 |
|
|
0960518088
|
add techjedi's database maintenance script
|
2023-09-20 17:46:49 -04:00 |
|
|
dc683475d4
|
loading and conversions of checkpoints working
|
2023-09-16 16:27:57 -04:00 |
|
|
b9a90fbd28
|
blackify and isort
|
2023-09-15 22:19:29 -04:00 |
|
|
08952b9aa0
|
Merge branch 'main' into lstein/model-manager-refactor
|
2023-09-15 22:18:48 -04:00 |
|
|
ff3150a818
|
Update lora hotfix to new diffusers version(scale argument added)
|
2023-09-15 12:19:01 -04:00 |
|
|
27dcd89c90
|
merge with main; model_manager_service.py needs to be rewritten
|
2023-09-13 20:19:14 -04:00 |
|
|
4b932b275d
|
refactor create_download_job; override probe info in install call
|
2023-09-13 18:53:33 -05:00 |
|
|
e467ca7f1b
|
Apply black, isort, flake8
|
2023-09-12 13:01:58 -04:00 |
|
|
caea6d11c6
|
isort wip 2
|
2023-09-12 13:01:58 -04:00 |
|
|
b583bddeb1
|
loading works -- web app broken
|
2023-09-10 22:59:58 -04:00 |
|
|
b2892f9068
|
incorporate civitai metadata into model config
|
2023-09-09 21:17:55 -04:00 |
|
|
58aa159a50
|
fix(backend): fix remaining instances of getLogger()
|
2023-09-05 10:43:30 +10:00 |
|
|
d8f7c19030
|
Merge branch 'main' into refactor/rename-get-logger
|
2023-09-05 10:37:53 +10:00 |
|
|
9cb04f6f80
|
chore: remove unused files
|
2023-09-02 11:12:19 +10:00 |
|
|
a12fbc7406
|
chore: black fix
|
2023-09-02 10:51:53 +12:00 |
|
|
b567d65032
|
blackify and rerun frontend build
|
2023-08-31 10:35:17 -04:00 |
|
|
4196c669a0
|
chore: black / flake lint errors
|
2023-08-29 12:57:26 +12:00 |
|
|
a1398dec91
|
Merge branch 'main' into pr/4112
|
2023-08-29 12:56:59 +12:00 |
|
|
2bf747caf6
|
Blackify
|
2023-08-28 18:36:27 +03:00 |
|
|
bb085c5fba
|
Move monkeypatch for diffusers/torch bug to hotfixes.py
|
2023-08-28 18:29:49 +03:00 |
|
|
b65c9ad612
|
Add monkeypatch for xformers to align unaligned attention_mask
|
2023-08-28 04:50:58 +03:00 |
|
|
24132a7950
|
Merge branch 'main' into refactor/rename-get-logger
|
2023-08-28 11:38:37 +10:00 |
|
|
45d172d5a8
|
Merge branch 'main' into refactor/rename-get-logger
|
2023-08-20 16:08:32 -04:00 |
|
|
ef317be1f9
|
blackify (again)
|
2023-08-20 15:46:12 -04:00 |
|
|
027b84d1aa
|
add noqa comments to util/__init__
|
2023-08-20 15:43:17 -04:00 |
|
|
11b670755d
|
fix flake8 error
|
2023-08-20 15:39:45 -04:00 |
|
|
a536719fc3
|
blackify
|
2023-08-20 15:27:51 -04:00 |
|
|
8e6d88e98c
|
resolve merge conflicts
|
2023-08-20 15:26:52 -04:00 |
|
|
537ae2f901
|
Resolving merge conflicts for flake8
|
2023-08-18 15:52:04 +10:00 |
|
|
e2bdcc0271
|
Merge branch 'main' into refactor/rename-performance-options
|
2023-08-17 22:36:08 -04:00 |
|
|
1d107f30e5
|
remove getLogger() completely
|
2023-08-17 19:17:38 -04:00 |
|
|
79084e9e20
|
Merge branch 'main' into refactor/rename-get-logger
|
2023-08-17 19:01:17 -04:00 |
|
|
b69f26c85c
|
add support for "balanced" attention slice size
|
2023-08-17 16:11:09 -04:00 |
|
|
b5cee7d20c
|
blackify chore
|
2023-08-17 15:40:15 -04:00 |
|
|
ed38eaa10c
|
refactor InvokeAIAppConfig
|
2023-08-17 13:47:26 -04:00 |
|
|
4f82273fc4
|
Update 'monkeypatched' controlnet class
|
2023-08-15 11:07:43 -04:00 |
|
|
09ef57718e
|
fix docs
|
2023-08-14 20:20:35 -04:00 |
|