mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove dead code
This commit is contained in:
parent
b23664c794
commit
d569c9dec6
@ -101,7 +101,6 @@ class Txt2Mask(object):
|
|||||||
|
|
||||||
image = ImageOps.exif_transpose(image)
|
image = ImageOps.exif_transpose(image)
|
||||||
img = self._scale_and_crop(image)
|
img = self._scale_and_crop(image)
|
||||||
# img = transform(img).unsqueeze(0)
|
|
||||||
|
|
||||||
inputs = self.processor(text=[prompt],
|
inputs = self.processor(text=[prompt],
|
||||||
images=[img],
|
images=[img],
|
||||||
|
Loading…
Reference in New Issue
Block a user