DiffBIR
DiffBIR copied to clipboard
about the use of ”Latent Image Guidance“
Hello, I tested the following combinations of parameters on my own test images, and their output results are all the same. Is this a normal phenomenon or a code issue? --use_guidance --g_scale 400 --g_t_start 200 --use_guidance --g_scale 800 --g_t_start 200 --use_guidance --g_scale 800 --g_t_start 1000 --use_guidance --g_scale 800 --g_t_start 0
This is not a normal phenomenon. The output will become more smooth when g_scale grows.
I also have the same problem.