From 95fdf3324a2a4394b84a4702725f5404a96579b8 Mon Sep 17 00:00:00 2001 From: deepbeepmeep Date: Thu, 21 Aug 2025 02:28:27 +0200 Subject: [PATCH] removed the coma --- README.md | 2 +- defaults/qwen_image_20B.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52d7c89..77d2db3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ WanGP supports the Wan (and derived models), Hunyuan Video and LTV Video models ### August 21 2025: WanGP v8.0 - the killer of seven - Qwen Image Edit : Flux Kontext challenger (prompt driven image edition). You should use it at high res (1080p) if you want to preserve identity of the original people / objects. It works with Qwen Lora Lightning 4 steps. I have also unlocked all the resolutions for Qwen models. Bonus Zone: support for multiple image compositions -- On demand Prompt Enhancer (need to be enabled in Configuration Tab) that you can use to Enhance a Text Prompt before starting a Generation. You can refine the Enhanced Prompt or change the original Prompt. +- On demand Prompt Enhancer (needs to be enabled in Configuration Tab) that you can use to Enhance a Text Prompt before starting a Generation. You can refine the Enhanced Prompt or change the original Prompt. - Choice of a non censored Prompt Enhancer. Beware this is one is VRAM hungry and will require 12 GB of VRAM to work - Memory Profile customizable per model : useful to set for instance Profile 3 (preload the model entirely in VRAM) with only Image Generation models, if you have 24 GB of VRAM. In that case Generation will be much faster because with Image generators (contrary to Video generators) as a lot of time is wasted in offloading - Expert Guidance Mode: change the Guidance during the generation up to 2 times. Very useful with Wan 2.2 Ligthning to reduce the slow motion effect. The idea is to insert a CFG phase before the 2 accelerated phases that follow and have no Guidance. I have added the finetune *Wan2.2 Vace Lightning 3 Phases 14B* with a prebuilt configuration. Please note that it is a 8 steps process although the lora lightning is 4 steps. This expert guidance mode is also available with Wan 2.1. diff --git a/defaults/qwen_image_20B.json b/defaults/qwen_image_20B.json index 2af0e0a..27bee20 100644 --- a/defaults/qwen_image_20B.json +++ b/defaults/qwen_image_20B.json @@ -16,6 +16,6 @@ "image_outputs": true }, "prompt": "draw a hat", - "resolution": "1280x720",, + "resolution": "1280x720", "batch_size": 1 } \ No newline at end of file