[HELP NEEDED]Getting bad quality output when executing stable-diffusion kernel #1663
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
To edit images like that you should probably use a more recent model like Flux2[Klein], Qwen Image Edit or LongCat Image Edit. If you want something lite and fast like sd1.5, you can give instruct-pix2pix a shot, it is a sd1.5 fine-tune that is able to use reference images to control generation. |
Beta Was this translation helpful? Give feedback.
-
|
@StudenteChamp2 , a quick test with a quantized Flux.2 Klein 4b in edit mode:
|
Beta Was this translation helpful? Give feedback.
-
|
I am able to get the same results as you with the CLI. But I am getting a "cartoon" output with my C++ implementation and i dont know why. I attached Visual Studio to the CLI process to check the diffusion parameters with breakpoints. I then set the same values to my C++ code. Code now look like this: ` ` What am I missing? Thanks for helping! |
Beta Was this translation helpful? Give feedback.
-
|
Oh i forgot to change the sampling method;
I am getting close to the reference but i am not yet there. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.








@StudenteChamp2 , a quick test with a quantized Flux.2 Klein 4b in edit mode: