ljp commited on
Commit
28b120c
1 Parent(s): 5d24017

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ mask = load_image(
84
  width = 1024
85
  height = 1024
86
  prompt="a woman wearing a white jacket, black hat and black pants is standing in a field, the hat writes SD3"
87
- generator = torch.Generator(device="cuda").manual_seed(24)
88
  input_dict = one_image_and_mask(image, mask, size=(width, height), latent_scale=pipe.vae_scale_factor, invert_mask = True)
89
 
90
  # Inference
 
84
  width = 1024
85
  height = 1024
86
  prompt="a woman wearing a white jacket, black hat and black pants is standing in a field, the hat writes SD3"
87
+ generator = torch.Generator(device="cuda").manual_seed(48)
88
  input_dict = one_image_and_mask(image, mask, size=(width, height), latent_scale=pipe.vae_scale_factor, invert_mask = True)
89
 
90
  # Inference