Sergey Borisov
|
5cebf67ee4
|
Apply lora by patching lora instead of hooks
|
2023-06-26 03:57:33 +03:00 |
|
Lincoln Stein
|
160b5d7992
|
add support for an autoimport models directory scanned at startup time
|
2023-06-25 18:50:15 -04:00 |
|
Lincoln Stein
|
60b37b7ff4
|
fix model manager documentation
|
2023-06-25 16:04:43 -04:00 |
|
Lincoln Stein
|
d5f742620f
|
Merge branch 'main' into lstein/installer-for-new-model-layout
|
2023-06-24 11:58:06 -04:00 |
|
Lincoln Stein
|
ba1371a88f
|
rename ModelType.Pipeline to ModelType.Main
|
2023-06-24 11:45:49 -04:00 |
|
psychedelicious
|
bab3a9504e
|
fix(nodes): fix LatentsToImage not using is_intermediate when creating images
Appears this was removed during a merge conflict resolution.
|
2023-06-24 17:57:39 +10:00 |
|
Lincoln Stein
|
466ec3ab5e
|
add router API support for model manager heuristic_import()`
|
2023-06-23 16:35:39 -04:00 |
|
psychedelicious
|
1bc170727b
|
tidy(nodes): rename sd_model_loader to pipeline_model_loader
this is more accurate bc it can do eg kandinsky also
|
2023-06-22 17:47:58 +10:00 |
|
psychedelicious
|
42a59aa147
|
feat(nodes): add sd_model_loader node
Loads any pipeline model.
Also introduced is `PipelineModelField`, which includes a model name and base model.
|
2023-06-22 17:36:05 +10:00 |
|
psychedelicious
|
b937b7da01
|
feat(models): update model manager service & route to return list of models
|
2023-06-22 17:34:12 +10:00 |
|
Sergey Borisov
|
21245a0fb2
|
Set model type to const value in openapi schema, add model format enums to model schema(as they not not referenced in case of Literal definition)
|
2023-06-22 16:51:53 +10:00 |
|
Sergey Borisov
|
aceadacad4
|
Remove default model logic
|
2023-06-22 16:51:53 +10:00 |
|
Sergey Borisov
|
01d17601b8
|
Generate config names for openapi
|
2023-06-22 16:41:19 +10:00 |
|
psychedelicious
|
6779f1a5ad
|
fix(db): update models for boards w/ nullable deleted_at
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
285195bf72
|
feat(api): add get_board route
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
6ee0e197bb
|
feat(db): add deleted_at to board_images
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
e2ee8102c2
|
tidy(db): tidy image_record_storage.py
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
67a75f6895
|
feat(api, db): support board_id filter on images service get_many()
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
be3bdae847
|
fix: resolve rebase conflicts
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
661a94b3de
|
feat(db): add get_all() method for boards
This is needed to show the full list of boards in the update boards modal.
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
9ef64016c7
|
feat(db): sort board by created_at
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
21f0d0b0c1
|
fix(db): fix deserialize_board_record()
It was not adding `cover_image_name`
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
8bce234542
|
feat(db): update image-board relationships on add
Functionally, `add_image_to_board()` now moves images between boards.
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
95b9c8e505
|
return cover_image_name since urls change, override one from db for now
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
d604d986f9
|
feat(db, api): update get_board_for_image & service dependencies
- previously was `get_boards_for_image`, returning a list of `BoardDTO`, now returns a single `board_id`
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
e4893e4031
|
fix(db): return board records from CRUD methods
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
4a0a718b96
|
foiled by a comma
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
ca8f1a7828
|
(api) use most recently generated image for cover photo
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
5865ecd530
|
feat(db): add FK for boards.cover_image_name
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
e1f9685b02
|
feat(db): add index for boards
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
498bf0d0ba
|
feat(db): add indices for board_images
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
dd1b3c9f35
|
fix(api): update API models to use BoardDTOs
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
4b32322a58
|
feat(nodes): make board <> images a one-to-many relationship
we can extend this to many-to-many in the future if desired.
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
748016bdab
|
routes working
|
2023-06-22 16:25:49 +10:00 |
|
psychedelicious
|
72e9ced889
|
feat(nodes): add boards and board_images services
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
3833304f57
|
[WIP] board list endpoint w cover photos
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
4bfaae6617
|
fix type
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
499a174832
|
some more
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
6ca5ad9075
|
filter images by board_id
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
a121e6b3a0
|
add board_id association to image
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
207602f425
|
remove unused
|
2023-06-22 16:25:49 +10:00 |
|
maryhipp
|
a1671519d5
|
board CRUD
|
2023-06-22 16:25:49 +10:00 |
|
blessedcoolant
|
4f5693040e
|
Merge branch 'main' into fix/inpaint_new_manager
|
2023-06-19 22:55:00 +12:00 |
|
Sergey Borisov
|
a01998d095
|
Remove more old logic
|
2023-06-19 15:57:28 +10:00 |
|
Sergey Borisov
|
7b35162b9e
|
Remove old logic except for inpaint, add support for lora and ti to inpaint node
|
2023-06-19 15:57:28 +10:00 |
|
Sergey Borisov
|
c26e1a9271
|
Rewrite inpaint node to new model manager, remove TextToImage and ImageToImage nodes
|
2023-06-19 15:57:28 +10:00 |
|
Sergey Borisov
|
9b32407744
|
Provide generator to all schedulers step function to make both ancestral and sde schedulers reproducible
|
2023-06-19 00:34:01 +03:00 |
|
Sergey Borisov
|
f3d9797ebe
|
Add dpmpp_sde and dpmpp_2m_sde schedulers(with karras)
|
2023-06-18 23:38:15 +03:00 |
|
Sergey Borisov
|
5f2d07917d
|
Fix lora import, fix sd2 config, fix list models api
|
2023-06-15 21:30:15 +03:00 |
|
Lincoln Stein
|
82c2498043
|
Merge branch 'main' into lstein/new-model-manager
|
2023-06-14 08:41:40 -07:00 |
|