Spaces:
Runtime error
Runtime error
Update app.py
#37
by
IlyaEfimov
- opened
app.py
CHANGED
@@ -150,7 +150,6 @@ def txt_to_img(model_path, prompt, neg_prompt, guidance, steps, width, height, g
|
|
150 |
height = height,
|
151 |
generator = generator)
|
152 |
|
153 |
-
return replace_nsfw_images(result)
|
154 |
|
155 |
def img_to_img(model_path, prompt, neg_prompt, img, strength, guidance, steps, width, height, generator):
|
156 |
|
|
|
150 |
height = height,
|
151 |
generator = generator)
|
152 |
|
|
|
153 |
|
154 |
def img_to_img(model_path, prompt, neg_prompt, img, strength, guidance, steps, width, height, generator):
|
155 |
|