Spaces:
Sleeping
Sleeping
load_model
Browse files
app.py
CHANGED
@@ -136,12 +136,10 @@ def outpaint_image(image):
|
|
136 |
|
137 |
@spaces.GPU
|
138 |
def predict_image(cond_image, prompt, negative_prompt):
|
|
|
139 |
generator = torch.Generator()
|
140 |
generator.manual_seed(random.randint(0, 2147483647))
|
141 |
|
142 |
-
prompt = 'position map, 1girl, white background'
|
143 |
-
negative_prompt = "lowres, bad anatomy, bad hands, bad feet, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry"
|
144 |
-
|
145 |
image = pipe(
|
146 |
prompt,
|
147 |
prompt,
|
|
|
136 |
|
137 |
@spaces.GPU
|
138 |
def predict_image(cond_image, prompt, negative_prompt):
|
139 |
+
global pipe
|
140 |
generator = torch.Generator()
|
141 |
generator.manual_seed(random.randint(0, 2147483647))
|
142 |
|
|
|
|
|
|
|
143 |
image = pipe(
|
144 |
prompt,
|
145 |
prompt,
|