mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
+2
-2
@@ -6,7 +6,7 @@
|
||||
|
||||
*What's New?* Full week(!) since there release, we're bringing a service pack update:
|
||||
**Anima** has new *Aesthetic* and *Turbo* variants, **Joy Image Edit** has new *Plus* variant
|
||||
But also:
|
||||
*And also*:
|
||||
- UI updates to Server info and Log viewers, more informative and allows easier sharing of info
|
||||
- Quite a few SDNQ improvements, both to quantization and attention
|
||||
- Continuing with enhanced support for 3rd party finetunes
|
||||
@@ -19,7 +19,7 @@ But also:
|
||||
|
||||
- **Models**
|
||||
- [Anima 1.0](https://civitai.com/models/2458426/anima?modelVersionId=3108569) new *Aesthetic* and *Turbo* variants
|
||||
- [Joy Image Edit]([jdopensource/JoyAI-Image-Edit-Plus-Diffusers](https://huggingface.co/jdopensource/JoyAI-Image-Edit-Plus-Diffusers)) new *Plus* variant that has multi-image-edit capabilities
|
||||
- [Joy Image Edit](https://huggingface.co/jdopensource/JoyAI-Image-Edit-Plus-Diffusers) new *Plus* variant that has multi-image-edit capabilities
|
||||
- **Features**
|
||||
- loader: support loading secondary unet for models that have multiple unets
|
||||
*networks panel -> toggle: load model as secondary model*
|
||||
|
||||
Submodule extensions-builtin/sdnext-modernui updated: 79949497d9...85fbb153ca
@@ -361,7 +361,7 @@ def create_ui():
|
||||
|
||||
with gr.Column(variant='compact', elem_id='caption_output'):
|
||||
with gr.Row(elem_id='caption_output_prompt'):
|
||||
prompt = gr.Textbox(label="Answer", lines=12, placeholder="ai generated image description")
|
||||
prompt = gr.Textbox(label="Answer", lines=12, placeholder="VLM generated image description")
|
||||
with gr.Row(elem_id='caption_output_image'):
|
||||
output_image = gr.Image(type='pil', label="Annotated Image", interactive=False, visible=False, elem_id='caption_output_image_display')
|
||||
with gr.Row(elem_id='caption_output_classes'):
|
||||
|
||||
Reference in New Issue
Block a user