Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,8 @@ def pipe_callback(step: int, timestep: int, latents: float):#torch.FloatTensor):
|
|
| 104 |
|
| 105 |
|
| 106 |
def image_mod(image):
|
| 107 |
-
|
|
|
|
| 108 |
output1 = proc11(
|
| 109 |
"full body sexy girl",
|
| 110 |
negative_prompt = "bad anatomy",
|
|
@@ -115,6 +116,7 @@ def image_mod(image):
|
|
| 115 |
height = 800,
|
| 116 |
generator = 0,
|
| 117 |
callback=pipe_callback)
|
|
|
|
| 118 |
#output1.save("save001.png")
|
| 119 |
return(output1)
|
| 120 |
#return image.rotate(45)
|
|
|
|
| 104 |
|
| 105 |
|
| 106 |
def image_mod(image):
|
| 107 |
+
output1=proc11("full body sexy girl")
|
| 108 |
+
"""
|
| 109 |
output1 = proc11(
|
| 110 |
"full body sexy girl",
|
| 111 |
negative_prompt = "bad anatomy",
|
|
|
|
| 116 |
height = 800,
|
| 117 |
generator = 0,
|
| 118 |
callback=pipe_callback)
|
| 119 |
+
"""
|
| 120 |
#output1.save("save001.png")
|
| 121 |
return(output1)
|
| 122 |
#return image.rotate(45)
|