lemonaddie commited on
Commit
d2ca044
1 Parent(s): 1cb8999

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +2 -1
app1.py CHANGED
@@ -46,7 +46,8 @@ def depth_normal(img,
46
  processing_res,
47
  guidance_scale,
48
  domain):
49
- img = img.resize((processing_res, processing_res), Image.Resampling.LANCZOS)
 
50
  pipe_out = pipe(
51
  img,
52
  denoising_steps=denoising_steps,
 
46
  processing_res,
47
  guidance_scale,
48
  domain):
49
+
50
+ #img = img.resize((processing_res, processing_res), Image.Resampling.LANCZOS)
51
  pipe_out = pipe(
52
  img,
53
  denoising_steps=denoising_steps,