Hi-SD3 / README.md
georgefen's picture
Upload folder using huggingface_hub
4c8f8db verified
|
raw
history blame
No virus
1.33 kB
---
license: other
license_name: stabilityai-nc-research-community
license_link: LICENSE
tags:
- text-to-image
- stable-diffusion
extra_gated_prompt: >-
By clicking "Agree", you agree to the [License
Agreement](https://huggingface.co./stabilityai/stable-diffusion-3-medium/blob/main/LICENSE)
and acknowledge Stability AI's [Privacy
Policy](https://stability.ai/privacy-policy).
extra_gated_fields:
Name: text
Email: text
Country: country
Organization or Affiliation: text
Receive email updates and promotions on Stability AI products, services, and research?:
type: select
options:
- 'Yes'
- 'No'
I acknowledge that this model is for non-commercial use only unless I acquire a separate license from Stability AI: checkbox
language:
- en
pipeline_tag: text-to-image
---
### Enable 2048x2048 Generation for Stable Diffusion 3
SD3 generates noticeable artifacts at high resolutions, indicating that the positional embeddings at high positions have not been well-trained.
<img src="figures/SD3_2048.png" alt="output_" style="zoom: 25%;" />
I performed 2000 steps of full fine-tuning on the Stable Diffusion 3 medium model using a 2048x2048 dataset, enabling SD3 to achieve good generation results at this resolution.
<img src="figures/HiSD3_2048.png" alt="output_normal" style="zoom:25%;" />