wanghaofan
commited on
Commit
•
7454cc0
1
Parent(s):
8eea91a
Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,8 @@ pipe.init_ipadapter(
|
|
59 |
)
|
60 |
|
61 |
ref_img = Image.open('./assets/1.jpg').convert('RGB')
|
|
|
|
|
62 |
image = pipe(
|
63 |
width=1024,
|
64 |
height=1024,
|
|
|
59 |
)
|
60 |
|
61 |
ref_img = Image.open('./assets/1.jpg').convert('RGB')
|
62 |
+
|
63 |
+
# please note that SD3.5 Large is sensitive to highres generation like 1536x1536
|
64 |
image = pipe(
|
65 |
width=1024,
|
66 |
height=1024,
|