wangqixun commited on
Commit
f79175d
1 Parent(s): 557c930

Update README.md

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