Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -176,11 +176,11 @@ def keywords(text,prompt_num,user_keywords):
|
|
176 |
print(i)
|
177 |
print("works4")
|
178 |
torch.cuda.empty_cache()
|
179 |
-
with torch.autocast("cuda"):
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
|
185 |
# min_shape = sorted( [(np.sum(i.size), i.size ) for i in images])[0][1]
|
186 |
# imgs_comb = np.hstack([i.resize(min_shape) for i in images])
|
|
|
176 |
print(i)
|
177 |
print("works4")
|
178 |
torch.cuda.empty_cache()
|
179 |
+
# with torch.autocast("cuda"):
|
180 |
+
image = pipe(i, height=768, width=768, guidance_scale = 10).images[0]
|
181 |
+
print("works5")
|
182 |
+
images.append(image)
|
183 |
+
print("works6")
|
184 |
|
185 |
# min_shape = sorted( [(np.sum(i.size), i.size ) for i in images])[0][1]
|
186 |
# imgs_comb = np.hstack([i.resize(min_shape) for i in images])
|