Replies: 1 comment 3 replies
-
|
There is the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am doing some basic image2image with flux2-klein model, an example command is below:
sd-cli --diffusion-model /models/flux2_klein_9b/flux-2-klein-9b-Q8_0.gguf --vae /models/flux2_klein_9b/ae.safetensors --llm /models/flux2_klein_9b/Qwen3-8B-Q8_0.gguf --steps 4 -v --diffusion-fa --vae-tiling --vae-conv-direct -r "/input/testimg.jpg" --cfg-scale 1.0 -p "preserve exact body proportions, only enhance quality, ultra-detailed, photorealistic, sharp focus, clean textures, professional photography, natural lighting, high resolution, film grain subtle" --negative-prompt "blurry, pixelated, jpeg artifacts, compression noise, oversmoothed, plastic, low quality, deformed, watermark" --output "/output/testimg_flux2k_20260518_1018.jpg" --seed 978904I want to control the image2image strength. Normally with older SDXL models you would do this with the --strength parameter. However, it does not seem to do anything here, as I get the same output regardless of the value (tried between 0 and 1).
Which parameters are relevant for flux2, especially for image2image?
Beta Was this translation helpful? Give feedback.
All reactions