-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The effect of using display pictures is very poor #125
Comments
Hi. You are using a zoomed image, i.e., the LR image is already a 4x bicubic upsampled version of the original LR image. We guess that a too-large upsampling scale, i.e., 16x may lead to undesired results sometimes. This case is not very common and we did not do many tests on such cases. A possible reason can be the large gap between the training and inference. |
You may test more images using the original images here. |
Thank you very much for your reply. I have tried other samples and it is indeed as you analyzed. By using the original image you provided, the effect is normal. |
The effect of using display pictures is very poor
Result picture
run command:
python scripts/sr_val_ddim_text_T_negativeprompt_canvas_tile.py
--config configs/stableSRNew/v2-finetune_text_T_768v.yaml --ckpt ./models/stablesr_768v_000139.ckpt
--vqgan_ckpt ./models/vqgan_cfw_00011.ckpt --init-img ./test --outdir ../OUT_PATH/
--ddim_steps 20 --dec_w 0.0 --colorfix_type wavelet --scale 7.0
--use_negative_prompt --upscale 4 --seed 42 --n_samples 1 --input_size 768
--tile_overlap 48 --ddim_eta 1.0
The experimental results show that only the image size has increased, but the quality is still very poor. Is there any problem with running the command?
The text was updated successfully, but these errors were encountered: