Spaces:
Configuration error
Configuration error
Update ip_adapter_openpose.py
Browse files- ip_adapter_openpose.py +1 -1
ip_adapter_openpose.py
CHANGED
@@ -26,7 +26,7 @@ def generate(img_human: Image, img_clothes: Image):
|
|
26 |
height=768,
|
27 |
num_samples=1,
|
28 |
num_inference_steps=30,
|
29 |
-
seed=
|
30 |
)[0]
|
31 |
|
32 |
torch.cuda.empty_cache()
|
|
|
26 |
height=768,
|
27 |
num_samples=1,
|
28 |
num_inference_steps=30,
|
29 |
+
seed=42
|
30 |
)[0]
|
31 |
|
32 |
torch.cuda.empty_cache()
|