From ac81fa7a9fd789b31591d17eb5bc6ca4ababef64 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Thu, 19 Sep 2024 10:33:30 +0800 Subject: [PATCH] update examples --- examples/image_synthesis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image_synthesis/README.md b/examples/image_synthesis/README.md index 10f6efb..d2a52c5 100644 --- a/examples/image_synthesis/README.md +++ b/examples/image_synthesis/README.md @@ -4,7 +4,7 @@ Image synthesis is the base feature of DiffSynth Studio. We can generate images ### Example: FLUX -Example script: [`flux_text_to_image.py`](./flux_text_to_image.py) +Example script: [`flux_text_to_image.py`](./flux_text_to_image.py) and [`flux_text_to_image_low_vram.py`](./flux_text_to_image_low_vram.py)(low VRAM). The original version of FLUX doesn't support classifier-free guidance; however, we believe that this guidance mechanism is an important feature for synthesizing beautiful images. You can enable it using the parameter `cfg_scale`, and the extra guidance scale introduced by FLUX is `embedded_guidance`.