wangqixun commited on
Commit
71d1fe8
1 Parent(s): 63c77df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -45,3 +45,8 @@ image = pipe(
45
  ).images[0]
46
  image.save('image.jpg')
47
  ```
 
 
 
 
 
 
45
  ).images[0]
46
  image.save('image.jpg')
47
  ```
48
+
49
+ ## Limitation
50
+ Due to the fact that only 1024*1024 pixel resolution was used during the training phase,
51
+ the inference performs best at this size, with other sizes yielding suboptimal results.
52
+ We will initiate multi-resolution training in the future, and at that time, we will open-source the new weights.