File size: 1,329 Bytes
4c8f8db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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%;" />