[HELP NEEDED]Getting bad quality output when executing stable-diffusion kernel #1663
Replies: 2 comments
-
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.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am adding ai based image enhancement to my 3D rendering software. I found your wonderful framework and decided to integrate it. Here my test image:
Here the output of Stable-diffusion:
For comparison here the output of Google Gemini Api:
The difference is crazy. Here my implementation code:
`
I think i am doing something wrong but what?
Thanks for helping!
Beta Was this translation helpful? Give feedback.
All reactions