wangqixun commited on
Commit
924f34c
1 Parent(s): 4a3acde

Update README.md

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