Alexander Sokol
519884653e
fix typo
2025-03-28 14:03:27 +02:00
Alexander Sokol
415d57a221
Add base model mappings for tags and import name/url/filename duplication warnings for civitai imports
2025-03-27 20:48:04 +02:00
Alexander Sokol
26434174aa
Add debug option to add tags to all records, Add tags multi-selection while importing from civitai
2025-03-27 18:25:33 +02:00
Alexander Sokol
7072fce409
Add ability to set download filename from model name for civit.ai import
2025-03-25 19:32:52 +02:00
Alexander Sokol
d750decf2b
disable large files download cache
2025-03-24 19:10:30 +02:00
Alexander Sokol
47cc5d0aa9
Merge pull request #97 from harukaxxxx/fix/preload
...
🐞 fix(preload): fix arg for sd.next
2024-07-15 16:34:08 +03:00
MakinoHaruka
c7daa976bd
🐞 fix(preload): fix arg for sd.next
...
import `argparse` module to fix database init error in sd.next
2024-07-15 21:13:44 +08:00
Alexander Sokol
ee49a4a433
Merge pull request #92 from alexandersokol/fix/remove-updated-at-field
...
remove updated_at field from civit.ai response parsing
2024-03-17 13:31:02 +02:00
Alexander Sokol
baefa02231
remove updated_at field from civit.ai response parsing; rearrange import/export tabs
2024-03-17 13:28:45 +02:00
Alexander Sokol
e472f0e1a2
Merge pull request #90 from Learwin/fix-integration
...
Fix integration
2024-02-21 21:04:34 +02:00
Alexander Sokol
6e71a85733
Merge pull request #86 from harukaxxxx/feat/split-remove-button
...
Feat/split remove button
2024-02-21 21:03:34 +02:00
Alexander Sokol
58ef87d520
Merge pull request #89 from Learwin/duplicates-check
...
Civitai duplicate check for existing records.
2024-02-21 21:02:53 +02:00
Alexander Sokol
166bad201f
Merge pull request #87 from harukaxxxx/fix/sort-by-name
...
🐞 fix(utils): fix sort by name
2024-02-21 21:01:23 +02:00
Learwin
6d97a2da1b
Fix: WebUI keeps track of model through filename. This fixes adding prompts when a record's name is different from when models file name.
2024-02-17 17:24:06 +01:00
Learwin
d615db562b
Fix: lockup of webui caused by infinite loop when trying to attempt to fill prompts
2024-02-17 17:19:36 +01:00
Learwin
0b3878a379
Added config option to check whether a record for that civitai download url already exists. If it does, list all versions that have been added as record.
2024-02-17 16:22:09 +01:00
Learwin
710a7413aa
Fixed a bug with alerts html escaping too late causing html that should be used to also be escaped, rendering it useless.
2024-02-17 16:21:48 +01:00
MakinoHaruka
d521ac89a3
🐞 fix(utils): fix sort ny name
...
fix sort by name by setting all letters to lower when sorting
2024-02-10 19:33:37 +08:00
MakinoHaruka
3ecd7e1bc8
🐞 fix(remove): fix remove local
...
fix remove local won't remove preview image issue
close #8
2024-02-10 18:05:49 +08:00
Alexander Sokol
a62b9ad21f
Merge pull request #85 from alexandersokol/fix/nav-issues
...
Fix/nav issues
2024-01-30 19:16:46 +02:00
Alexander Sokol
97b86c561e
filter only image type for civitai model import previews
2024-01-30 19:16:21 +02:00
Alexander Sokol
a0ff645837
Fix navigation issues from record details
2024-01-30 18:58:15 +02:00
Alexander Sokol
f9b983536e
Merge pull request #82 from alexandersokol/fix/filenames-from-civitai
...
Fix download filenames for models downloaded from CivitAi
2024-01-30 16:18:33 +02:00
Alexander Sokol
1f8a804573
Fix download filenames for models downloaded from CivitAi
2024-01-30 16:18:02 +02:00
Alexander Sokol
76344356ad
Merge pull request #78 from Learwin/fix_binding
...
Fixed binding going missing when editing an existing record
2024-01-29 21:15:30 +02:00
Alexander Sokol
e713a1e71d
Merge pull request #80 from Learwin/fix_civitai
...
Fix Civitai download errors by providing api key with request
2024-01-28 21:39:23 +02:00
Learwin
f9a74d105f
Fix Civitai download errors by providing api key with request
2024-01-28 17:36:02 +01:00
Learwin
309a705dd3
Fixed binding going missing when editing an existing record
2024-01-27 18:12:03 +01:00
Alexander Sokol
533edc6aab
Merge pull request #72 from harukaxxxx/feat/rename-filename
...
✨ feat(ui edit): function improved
2024-01-22 22:25:40 +02:00
Alexander Sokol
5a0c237500
Merge pull request #75 from Learwin/main
...
Improvements to the integration of Model Organizer into Web UI
2024-01-22 22:24:23 +02:00
Learwin
d6525d12ef
Added weight slider to edit screen
2024-01-21 21:08:42 +01:00
Learwin
31ce74bbac
Integration of Extra Networks into the extension
...
Added functionality to inside the organizer
Ability to "import" extra network json files
Ability to click on the card to add prompt to txt2img or img2img
2024-01-21 18:04:07 +01:00
MakinoHaruka
6bf79f46fc
✨ feat(ui edit): function improved
...
`file location` path will change in real time if `rename filename checkbox` checked
close #6
2023-12-23 18:39:39 +08:00
Alexander Sokol
acedea8c6d
Merge pull request #71 from harukaxxxx/feat/rename-filename
...
feat/rename filename
2023-12-17 20:50:40 +02:00
Alexander Sokol
11e2b6b32e
Merge pull request #70 from harukaxxxx/doc/readme
...
Doc/readme
2023-12-17 20:49:26 +02:00
Alexander Sokol
0a4f9e861d
Merge pull request #68 from silveroxides/patch-1
...
Fix link to sd-webui in README.md
2023-12-17 20:48:38 +02:00
MakinoHaruka
58706790fc
📃 docs(readme): update readme
...
update readme for new features "Resize Preview option" and "sqlite database path"
update for commit 20fc95e
2023-12-14 06:34:31 +08:00
MakinoHaruka
9adf8c6df9
📃 docs(readme): update readme
...
update readme for new feature "Blur NSFW Previews"
update for commit 3280327
2023-12-14 06:33:40 +08:00
MakinoHaruka
04d93cf12a
✨ feat(ui_remove): improve remove
...
change remove function to button based action
2023-12-14 00:45:43 +08:00
MakinoHaruka
f2efcb1850
🐞 fix(ei_edit.py): fix required field
...
fix download file name become required
2023-12-14 00:19:24 +08:00
MakinoHaruka
8278f0fc0f
🦄 refactor(ui_edit.py): refactor workflow
...
refactor workflow of renaming filename
2023-12-14 00:18:30 +08:00
MakinoHaruka
29f98c0bf5
✨ feat(ui_edit.py): rename filename
...
add function to rename local filename if download filename is presented.
2023-12-14 00:18:04 +08:00
Silver
d8fa127b36
Fix link to sd-webui in README.md
...
There was a stray ']' in the link that were misplaced
2023-11-17 22:13:18 +01:00
Alexander Sokol
20fc95e16b
Merge pull request #67 from harukaxxxx/main
...
Some improves
2023-11-14 20:16:21 +02:00
MakinoHaruka
8be9b1706b
🌈 style: fix coding style
2023-11-02 22:06:36 +08:00
MakinoHaruka
4a3569829d
🐞 fix(utils): fix download image
...
fix error when download jpg preview image which doesn't have exif data
2023-10-31 00:08:39 +08:00
MakinoHaruka
25228a7702
✨ feat(sqlite): external database
...
add new arg to specific directory of database.sqlite
2023-10-30 23:28:05 +08:00
MakinoHaruka
fc3d1d8644
🐞 fix(utils): delete print
...
delete print in code
2023-10-29 23:44:39 +08:00
MakinoHaruka
c2da5cd4ff
✨ feat(import): import img url
...
import from civitai will no longer show preview image in width 450
2023-10-29 23:26:20 +08:00
MakinoHaruka
69c85a7e3d
✨ feat(download): download preview
...
add the ability to choose whether to resize the downloaded preview image
2023-10-29 22:15:34 +08:00