ljp commited on
Commit
fe67be5
·
verified ·
1 Parent(s): 3868f02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -82,16 +82,16 @@ pipe.to("cuda")
82
 
83
  # Load image
84
  image = load_image(
85
- "https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/blob/main/images/prod.png"
86
  )
87
  mask = load_image(
88
- "https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/blob/main/images/mask.jpeg"
89
  )
90
 
91
  # Set args
92
  width = 1024
93
  height = 1024
94
- prompt="a woman wearing a white jacket, black hat and black pants is standing in a field, the hat writes SD3"
95
  generator = torch.Generator(device="cuda").manual_seed(24)
96
 
97
  # Inference
 
82
 
83
  # Load image
84
  image = load_image(
85
+ "https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/resolve/main/images/dog.png"
86
  )
87
  mask = load_image(
88
+ "https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/resolve/main/images/dog_mask.png"
89
  )
90
 
91
  # Set args
92
  width = 1024
93
  height = 1024
94
+ prompt="A cat is sitting next to a puppy."
95
  generator = torch.Generator(device="cuda").manual_seed(24)
96
 
97
  # Inference