Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 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 adding stable-diffusion to my software. I want to disable some window lighting that the kernel added to my scene,

Here the source image:
Here the output of stable-diffusion :

I want to disable/remove theses windows

Here the cli i am trying but it does not work as expected
sd-cli.exe --backend cpu --diffusion-model flux-2-klein-4b-Q8_0.gguf --llm Qwen3-4B-UD-Q4_K_XL.gguf --vae flux2.full_encoder_small_decoder.safetensors -p "turn the image into a high quality photograph." -n "Windows" -r BathroomSRC.png -o output_photo.png --cfg-scale 1 --steps 4 --offload-to-cpu --steps 4 --fa
Beta Was this translation helpful? Give feedback.
All reactions