From 77676b5ceace4e20748887c8f22146f66353dcaa Mon Sep 17 00:00:00 2001 From: lzws <63908509+lzws@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:54:49 +0800 Subject: [PATCH] Update FLUX.1-dev-LoRAFusion.py --- examples/flux/model_inference/FLUX.1-dev-LoRAFusion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flux/model_inference/FLUX.1-dev-LoRAFusion.py b/examples/flux/model_inference/FLUX.1-dev-LoRAFusion.py index d6039df..68116d0 100644 --- a/examples/flux/model_inference/FLUX.1-dev-LoRAFusion.py +++ b/examples/flux/model_inference/FLUX.1-dev-LoRAFusion.py @@ -31,5 +31,5 @@ pipe.load_lora( hotload=True ) -image = pipe(prompt="a beautiful Asian girl", seed=0) +image = pipe(prompt="This is a digital painting in a soft, ethereal style. a beautiful Asian girl Shine like a diamond. Everywhere is shining with bling bling luster.The background is a textured blue with visible brushstrokes, giving the image an impressionistic style reminiscent of Vincent van Gogh's work", seed=0) image.save("flux.jpg")