css updates

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-07-13 15:52:55 +02:00
parent 56fabd4950
commit ea1d164de3
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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*
+1 -1
View File
@@ -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'):