yoinked commited on
Commit
5a6f434
·
verified ·
1 Parent(s): 485a97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -75,7 +75,6 @@ class WaifuDiffusionInterrogator:
75
  _, height, _, _ = self._model.get_inputs()[0].shape
76
 
77
  # alpha to white
78
- print(image)
79
  image = image.convert('RGBA')
80
  new_image = Image.new('RGBA', image.size, 'WHITE')
81
  new_image.paste(image, mask=image)
 
75
  _, height, _, _ = self._model.get_inputs()[0].shape
76
 
77
  # alpha to white
 
78
  image = image.convert('RGBA')
79
  new_image = Image.new('RGBA', image.size, 'WHITE')
80
  new_image.paste(image, mask=image)