Update README.md
Browse files
README.md
CHANGED
@@ -93,6 +93,8 @@ image = pipe(
|
|
93 |
guidance_scale=6.0,
|
94 |
height=512,
|
95 |
width=512,
|
|
|
|
|
96 |
num_inference_steps=25,
|
97 |
).images[0]
|
98 |
|
@@ -103,6 +105,8 @@ image = pipe(
|
|
103 |
guidance_scale=6.0,
|
104 |
height=512,
|
105 |
width=512,
|
|
|
|
|
106 |
num_inference_steps=25,
|
107 |
).images[0]
|
108 |
|
|
|
93 |
guidance_scale=6.0,
|
94 |
height=512,
|
95 |
width=512,
|
96 |
+
tileable=True, # Allows to generate tileable materials
|
97 |
+
patched=False, # Reduce memory requirements for high-hes generation but affects quality
|
98 |
num_inference_steps=25,
|
99 |
).images[0]
|
100 |
|
|
|
105 |
guidance_scale=6.0,
|
106 |
height=512,
|
107 |
width=512,
|
108 |
+
tileable=True, # Allows to generate tileable materials
|
109 |
+
patched=False, # Reduce memory requirements for high-hes generation but affects quality
|
110 |
num_inference_steps=25,
|
111 |
).images[0]
|
112 |
|