Commit Graph

65 Commits (main)

Author SHA1 Message Date
Curtis c9270217d9 xd v1.1.36
- Forge support should be working now
2025-02-02 02:31:14 -05:00
Curtis 7966538419 xd v1.1.35
Attempting to add support for Forge
2025-01-27 23:38:37 -05:00
Curtis 5ab44b665f xd v1.1.34
Attempt to add support for Forge.
- added forge lora extension import
- changed embeddings to load without sd_hijack
Tested as working in A1111 UI, untested in Forge UI
2025-01-25 03:33:31 -05:00
Curtis d25990dae4 xd v1.1.31
- add `?__theme=dark` passthrough to the html preview iframe so that html preview pages can take advantage of dark mode
2024-06-26 21:07:30 -04:00
Curtis 3eb6ee5b88 xd v1.1.30
- updated code to work with newer version of a1111 for removing subdir buttons that start with "_"
- added requirement for lxml_html_clean after it was seperated from the main lxml project. It will now install the package for you.
2024-06-15 00:35:42 -04:00
Curtis 60795b67ad xd v1.1.30
- adjust the position of the zero width space within the model preview tab string to hopefully mitigate compatibility issues with certain UI extensions.
2024-02-23 01:57:06 -05:00
Curtis 70b01d94e2 xd v1.1.29
- changed .civitai.info caching to an opt-in setting
2024-02-14 01:00:03 -05:00
Curtis 341bdb1d63 Merge branch 'main' 2024-02-14 00:25:36 -05:00
Curtis 54a63489ad xd v1.1.28
- updated descriptions from civitai info
- add caching for images from civitai info
- add code to hide subfolders from extra networks subfolder list if it starts with an underscore
2024-02-14 00:13:10 -05:00
Morgon Kanter 3421e9a9e8
Merge #41
Add description to model
2024-02-13 23:59:08 -05:00
Curtis 42fa267d7b xd v1.1.27
- added 'column view' for people with .txt files that want them beside the preview images. Closes #38
- fixed display but with 'limit hight' option
- removed deprecated js code
- added detailed instructions on settings page
2023-11-21 02:55:38 -05:00
Curtis a51d13307a xd v1.1.25
Should solve #36
- added fallback solution for finding the model preview tab if the label was changed by a translation extension
- fixed issue with clean_modelname function that was erroneously converting things to lowercase if a period was in the model name leading to it not being able to find any preview files
2023-09-20 02:00:19 -04:00
Curtis cb2b1b5a6e xd v1.1.24
- attempt to fix #35
2023-09-17 19:22:46 -04:00
Curtis 8a62916654 xd v1.1.23
- fixed UI issues with new gradio update (#32)
- fixed null issue after gradio update (#33)
- added the "limit height" setting back because the updated gradio drop downs no longer get cut off
2023-09-02 00:57:32 -04:00
Curtis 6ecca6e231 xd v1.1.22
- add backwards compat support for LyCORIS models previews in a separate folder.
- Move the link from the Extra Network cards to the Model Preview from to the button row of the card. (IE at the top or the card)
2023-08-23 22:40:50 -04:00
Curtis 59bcf88f47 xd v1.1.21
Should fix for #30
- typo with regex on loose naming for civitai info
- error when meta data is null
2023-07-22 08:30:04 -04:00
Curtis de2146ecde xd v1.1.20
Update README
 Small fix for citivai info page to link to model page properly
2023-07-21 19:05:57 -04:00
Curtis 25be7a091a xd v1.1.19
Small update to styling of civitai.info image property list
2023-07-21 03:07:02 -04:00
Curtis 3f097748a4 xd v1.1.18
adds support for civitai.info files
closes #28
2023-07-21 02:53:14 -04:00
Curtis cec0957511 xd v1.1.17
updated to support jpg meta data closes #27
2023-07-17 02:03:44 -04:00
Curtis 3ed39cd0f6 xd v1.1.16
- added checks to make sure default directories exist before trying to access them
- added code to force Embeddings to be loaded if the extension is loaded before embeddings
2023-05-22 20:52:25 -04:00
Nicholas Armstrong 61e2290092
xd v1.1.15
List fix (#25)
2023-05-11 22:01:21 -04:00
Nicholas Armstrong 0975467dfa
xd v1.1.15Support for the Vladmandic port of Automatic1111 (#23)
* Support for the Vladmantic port of Automatic1111 that moves the embeddings folder into the models folder, and has the LyCORIS extension built-in.
2023-05-11 20:29:05 -04:00
Curtis edcee316fa xd v1.1.14
- Comment updates
2023-04-15 22:20:35 -04:00
Curtis 3824dc86c5 xd v1.1.13
- fixed a bug with refreshing models
2023-04-15 21:41:37 -04:00
Curtis 38daf6a899 xd v1.1.13
- update prompt list so that it is more condensed
- minor other changes
2023-04-15 20:25:22 -04:00
Nicholas Armstrong 54d731dcab
Prompt list (#20)
xd v1.1.12
- Adds a new preview file type: `*.prompt` that displays a copyable list of prompts associated with the model at the top of the preview list.
2023-04-15 20:23:09 -04:00
Curtis 494af19003 xd v1.1.11
- update gradio elements to use classes
- fixed some typos
2023-04-14 23:28:11 -04:00
n15g 0addf13d49 With the latest updates to the LyCORIS extension https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris, LyCORIS models are now separated from base LoRA models.
There's now a new tab for LyCORIS models in extra networks tab. This change adds an equivalent tab to the models preview extension for LyCORIS models.
2023-04-14 14:38:40 +10:00
Curtis ca4b740cb2 xd v1.1.10
- removed reference to old limit height setting to address issue #17
2023-04-06 12:17:57 -04:00
Curtis 5aa99d8a6b xd v1.1.9
- fixed issue with special characters in file name leading to issues with image links
2023-04-04 14:47:20 -04:00
Curtis 6ba2fea3db xd v1.1.8
- added an ID marker to text area
2023-04-04 00:45:17 -04:00
Curtis 436605fdb0 xd v1.1.7
- updated to support the new gradio version
- removed the option to limit hight of preview, the new gradio dropdowns were getting cut off when you have a lot of items in them
2023-04-04 00:29:18 -04:00
Curtis 6a74ea4672 xd v1.1.6
- Fixed bug introduced after merge
- updates some stray indents from spaces to tabs
2023-03-10 11:20:11 -05:00
hjnasd 409ed8cd9d
Fix images loading via symlinks
Recheck `is_in_a1111_dir` for each image, rather than only once for the whole model directory.

Fixes loading images when symlinks are used further down in the directory.
2023-03-10 13:41:24 +00:00
Curtis c03739206a xd v1.1.5
- fixed bug with index matching mode
2023-03-05 17:37:52 -05:00
Curtis e23f1287e2 xd v1.1.4
- Added an new index matching mode, closes #8
- Added a license
- Update readme and screenshots
2023-03-03 22:25:59 -05:00
Curtis cc4dc9460c xd v1.1.3
- Added a setting to address #7.
It allows you to have the height of the preview tab be larger than the browser window for non html previews
2023-02-28 23:29:57 -05:00
Curtis b1cfec39f9 xd v1.1.3
- added tags to bottom of preview tab closes #12
- will now refresh tags for models when you hit the refresh models button
2023-02-28 20:22:09 -05:00
Curtis abdaddf1a1 xd v1.1.2
- refactored some code
- added filter info to readme. Closes  #6
2023-02-26 16:35:58 -05:00
Curtis 5360eecafd xd v1.1.2
add filter
2023-02-26 03:41:47 -05:00
Curtis 458bc5ceb7 xd v1.1.1
- Fixed #10 (again) - issue with LoRa previews being dubled when using the additional networks extension
2023-02-25 15:35:49 -05:00
Curtis 93ad872e93 xd v1.1.0
Fixed #10 - a bug that prevented the extention working with LoRA models
 if you had the third party Additional Networks extension installed.
If you weren't experiencing issues with your LoRA previews you will need
 to also update your Additional Network extension after updating
If you were not using the Additional Networks extension
 this should not affect you.
2023-02-25 02:00:24 -05:00
Curtis 8fb3890776 xd v1.0.11
Add natural sort to loose naming and folder matching methods. Closes #9
Explicitly mark start/end of regex string patterns
This avoids unintended matching when using loose naming/folder matching
2023-02-22 02:07:59 -05:00
Curtis deb9940d4b xd v1.0.10
Adds support for linking to preview tab from extra network preview cards
2023-02-05 05:12:17 -05:00
Curtis 0d214040c9 xd v1.0.9
Adds folder matching mode (closes #4)
  - requires people who set Strict naming to update their settings again
Adds numerical sorting to strict naming (closes #5)
2023-02-04 17:12:05 -05:00
Curtis 048344df34 xd v1.0.8
fixed issue where lora preview images would appear twice
2023-01-28 17:46:14 -05:00
Curtis 0c0316135b v1.0.7
Fixes bug introduced in last fix for #3
which caused some models not to be found
2023-01-28 17:10:17 -05:00
Curtis 0d90807861 xd v1.0.6
Attempt to fix issue #3
Added a setting to enable strict name matching
2023-01-28 02:09:51 -05:00
Curtis be39e83268 xd v1.0.5
issue fixed #2
removed unused imports
2023-01-27 18:38:44 -05:00