Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-02 19:27:07 -04:00
parent 265cb5e8ba
commit ea9d8b2323
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log for SD.Next
## Update for 2025-08-01
## Update for 2025-08-02
- **Models**
- [FLUX.1-Krea-Dev](https://www.krea.ai/blog/flux-krea-open-source-release)
-1
View File
@@ -33,7 +33,6 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
- Extensions tab:
- full CSS redesign
- Models tab:
- Metadata subtab: replace table with custom html
- CivitAI subtab: redesign downloader
### Under Consideration
+1 -1
View File
@@ -225,7 +225,7 @@ def civit_download_model(model_url: str, model_name: str, model_path: str, model
def atomic_civit_search_metadata(item, results):
from modules.modelloader import download_civit_preview, download_civit_meta
if item is None:
return results
return
meta = os.path.splitext(item['filename'])[0] + '.json'
has_meta = os.path.isfile(meta) and os.stat(meta).st_size > 0
if ('card-no-preview.png' in item['preview'] or not has_meta) and os.path.isfile(item['filename']):