Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeitexttoimg.py
Browse files
feifeilib/feifeitexttoimg.py
CHANGED
@@ -40,7 +40,7 @@ def feifeitexttoimg(
|
|
40 |
).images[0]
|
41 |
|
42 |
w, h = image.size
|
43 |
-
control_image =
|
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="",
|