Xu Cao commited on
Commit
3c12e7b
1 Parent(s): 4e5bd0a

update demo

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@
3
  | input image | input mask image | output |
4
  |:-------------------------:|:-------------------------:|:-------------------------:|
5
  |<img src="./overture-creations-5sI6fQgYIuo.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_mask.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_output.jpg" width = "400" /> |
 
 
6
 
7
  **Please ensure that the version of diffusers >= 0.29.1**
8
 
 
3
  | input image | input mask image | output |
4
  |:-------------------------:|:-------------------------:|:-------------------------:|
5
  |<img src="./overture-creations-5sI6fQgYIuo.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_mask.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_output.jpg" width = "400" /> |
6
+ |<img src="./overture-creations-5sI6fQgYIuo.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_mask.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_tiger.jpg" width = "400" /> |
7
+ |<img src="./overture-creations-5sI6fQgYIuo.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_mask.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_panda.jpg" width = "400" /> |
8
 
9
  **Please ensure that the version of diffusers >= 0.29.1**
10
 
demo.py CHANGED
@@ -24,7 +24,7 @@ pipe = StableDiffusion3InpaintPipeline.from_pretrained(
24
  torch_dtype=torch.float16,
25
  ).to("cuda")
26
 
27
- prompt = "Face of a yellow cat, high resolution, sitting on a park bench"
28
  source_image = load_image(
29
  "./overture-creations-5sI6fQgYIuo.png"
30
  )
 
24
  torch_dtype=torch.float16,
25
  ).to("cuda")
26
 
27
+ prompt = "Face of a cat, high resolution, sitting on a park bench"
28
  source_image = load_image(
29
  "./overture-creations-5sI6fQgYIuo.png"
30
  )
overture-creations-5sI6fQgYIuo_panda.jpg ADDED
overture-creations-5sI6fQgYIuo_tiger.jpg ADDED