altayavci commited on
Commit
b686d76
·
1 Parent(s): 121640f

Update ip_adapter_openpose.py

Browse files
Files changed (1) hide show
  1. ip_adapter_openpose.py +1 -1
ip_adapter_openpose.py CHANGED
@@ -24,7 +24,7 @@ def generate(img_human: Image, img_clothes: Image):
24
  height=768,
25
  num_samples=1,
26
  num_inference_steps=30,
27
- seed=42
28
  )[0]
29
 
30
  torch.cuda.empty_cache()
 
24
  height=768,
25
  num_samples=1,
26
  num_inference_steps=30,
27
+ seed=42 # 123
28
  )[0]
29
 
30
  torch.cuda.empty_cache()