aifeifei798 commited on
Commit
740e658
·
verified ·
1 Parent(s): 725c9b3

Update feifeilib/feifeitexttoimg.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeitexttoimg.py +1 -1
feifeilib/feifeitexttoimg.py CHANGED
@@ -40,7 +40,7 @@ def feifeitexttoimg(
40
  ).images[0]
41
 
42
  w, h = image.size
43
- control_image = control_image.resize((w * 4, h * 4))
44
 
45
  image = pipe(
46
  prompt="",
 
40
  ).images[0]
41
 
42
  w, h = image.size
43
+ control_image = image.resize((w * 4, h * 4))
44
 
45
  image = pipe(
46
  prompt="",