JiantaoLin commited on
Commit
da7a94c
·
1 Parent(s): d124e9f
Files changed (1) hide show
  1. pipeline/kiss3d_wrapper.py +2 -2
pipeline/kiss3d_wrapper.py CHANGED
@@ -508,8 +508,8 @@ class kiss3d_wrapper(object):
508
  'num_inference_steps': num_inference_steps,
509
  'guidance_scale': 3.5,
510
  'num_images_per_prompt': 1,
511
- 'width': 2048//2,
512
- 'height': 1024//2,
513
  'output_type': 'np',
514
  'generator': generator,
515
  'joint_attention_kwargs': {"scale": lora_scale}
 
508
  'num_inference_steps': num_inference_steps,
509
  'guidance_scale': 3.5,
510
  'num_images_per_prompt': 1,
511
+ 'width': 2048,
512
+ 'height': 1024,
513
  'output_type': 'np',
514
  'generator': generator,
515
  'joint_attention_kwargs': {"scale": lora_scale}