JiantaoLin
commited on
Commit
·
d818303
1
Parent(s):
5e905af
new
Browse files
pipeline/kiss3d_wrapper.py
CHANGED
@@ -503,8 +503,8 @@ class kiss3d_wrapper(object):
|
|
503 |
'num_inference_steps': num_inference_steps,
|
504 |
'guidance_scale': 3.5,
|
505 |
'num_images_per_prompt': 1,
|
506 |
-
'width': 2048,
|
507 |
-
'height': 1024,
|
508 |
'output_type': 'np',
|
509 |
'generator': generator,
|
510 |
'joint_attention_kwargs': {"scale": lora_scale}
|
|
|
503 |
'num_inference_steps': num_inference_steps,
|
504 |
'guidance_scale': 3.5,
|
505 |
'num_images_per_prompt': 1,
|
506 |
+
'width': 2048//2,
|
507 |
+
'height': 1024//2,
|
508 |
'output_type': 'np',
|
509 |
'generator': generator,
|
510 |
'joint_attention_kwargs': {"scale": lora_scale}
|