From 1406a44a69747fec3843a7592ad67bceda520411 Mon Sep 17 00:00:00 2001 From: DeepBeepMeep Date: Wed, 19 Mar 2025 00:41:39 +0100 Subject: [PATCH] Cant make up my mind about the UI interface color --- README.md | 2 +- gradio_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 186c96a..a60e928 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You will need to refresh the requirements with a *pip install -r requirements.tx - Lora Fest special edition: very fast loading / unload of loras for those Loras collectors around. You can also now add / remove loras in the Lora folder without restarting the app. You will need to refresh the requirements *pip install -r requirements.txt* - Added experimental Skip Layer Guidance (advanced settings), that should improve the image quality at no extra cost. Many thanks to the *AmericanPresidentJimmyCarter* for the original implementation * Mar 13, 2025: 👋 Wan2.1GP v1.6: Better Loras support, accelerated loading Loras. You will need to refresh the requirements *pip install -r requirements.txt* -* Mar 10, 2025: 👋 Wan2.1GP v1.5: Official Teachache support + Smart Teacache (find automatically best parameters for a requested speed multiplier), 10% speed boost with no quality loss, improved lora presets (they can now include prompts and comments to guide the user) +* Mar 10, 2025: 👋 Wan2.1GP v1.5: Official Teacache support + Smart Teacache (find automatically best parameters for a requested speed multiplier), 10% speed boost with no quality loss, improved lora presets (they can now include prompts and comments to guide the user) * Mar 07, 2025: 👋 Wan2.1GP v1.4: Fix Pytorch compilation, now it is really 20% faster when activated * Mar 04, 2025: 👋 Wan2.1GP v1.3: Support for Image to Video with multiples images for different images / prompts combinations (requires *--multiple-images* switch), and added command line *--preload x* to preload in VRAM x MB of the main diffusion model if you find there is too much unused VRAM and you want to (slightly) accelerate the generation process. If you upgrade you will need to do a 'pip install -r requirements.txt' again. diff --git a/gradio_server.py b/gradio_server.py index 3f7beb1..777e51a 100644 --- a/gradio_server.py +++ b/gradio_server.py @@ -1595,7 +1595,7 @@ def create_demo(): } """ default_flow_shift = get_default_flow(transformer_filename_i2v if use_image2video else transformer_filename_t2v) - with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="sky", neutral_hue="slate", text_size= "md")) as demo: + with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="stone", neutral_hue="slate", text_size= "md")) as demo: state_dict = {} if use_image2video: