Fabrice-TIERCELIN commited on
Commit
f4b4b46
·
verified ·
1 Parent(s): 6e6ac5d

Smooth border to zero

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def uncrop(
110
  negative_prompt = ""
111
 
112
  if smooth_border is None:
113
- smooth_border = 20
114
 
115
  if denoising_steps is None:
116
  denoising_steps = 1000
 
110
  negative_prompt = ""
111
 
112
  if smooth_border is None:
113
+ smooth_border = 0
114
 
115
  if denoising_steps is None:
116
  denoising_steps = 1000