Thanks for your awesome repo. I notice with default 4k config, the generated image has lots of artifacts. Any comments?
python3 text2image_xl.py \
--pretrained_model_name_or_path stabilityai/stable-diffusion-xl-base-1.0 \
--validation_prompt "a professional photograph of an astronaut riding a horse" \
--seed 23 \
--config ./configs/sdxl_4096x4096.yaml \
--logging_dir ${your-logging-dir}

Thanks for your awesome repo. I notice with default 4k config, the generated image has lots of artifacts. Any comments?