mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
+1
-1
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Submodule extensions-builtin/sdnext-modernui updated: 95b8f72f06...9903b0395f
@@ -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']):
|
||||
|
||||
Reference in New Issue
Block a user