Vikramjeet Singh commited on
Commit
50b65c7
β€’
1 Parent(s): fdc197b

Update README.md

Browse files

Former-commit-id: fd13d961de611db280b2c83c0539eefe0a03b51c

Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Kandinsky Inpainting Project
2
 
3
- This project uses the Kandinsky inpainting pipeline and a mask generation script to perform inpainting on an image. The mask is generated using the YOLO model from the Ultralytics library for object detection. The mask is then inverted and used in the Kandinsky inpainting pipeline.
4
 
5
  ## Installation
6
 
@@ -23,7 +23,10 @@ python run.py --image_path /path/to/image.jpg --prompt 'prompt' --negative_promp
23
 
24
  ```
25
  ### Some Experiments
26
- Here are some of my experiments with controlnet inpaint runway stable diffusion models and finally Kandinsky 2.2 Inpaint Model
 
 
 
27
  https://wandb.ai/vikramxd/product_placement_api/reports/Generated-Image-Pipeline-Call-1-24-03-22-21-45-35---Vmlldzo3MjYxMzcy
28
 
29
  ![Image](https://github.com/VikramxD/product_diffusion_api/assets/72499426/44a91907-40c3-4f8c-9e42-979c09f58da2)
 
1
  # Kandinsky Inpainting Project
2
 
3
+ This project uses the Kandinsky inpainting pipeline and a mask generation script to perform inpainting on an image. The mask is generated using the YOLOv8s seg model from the Ultralytics library for object detection. The mask is then inverted and used in the Kandinsky inpainting pipeline.
4
 
5
  ## Installation
6
 
 
23
 
24
  ```
25
  ### Some Experiments
26
+ Here are some of my experiments with the following models
27
+ - https://huggingface.co/runwayml/stable-diffusion-inpainting
28
+ - https://huggingface.co/lllyasviel/sd-controlnet-seg
29
+ - kandinsky-community/kandinsky-2-2-decoder-inpaint
30
  https://wandb.ai/vikramxd/product_placement_api/reports/Generated-Image-Pipeline-Call-1-24-03-22-21-45-35---Vmlldzo3MjYxMzcy
31
 
32
  ![Image](https://github.com/VikramxD/product_diffusion_api/assets/72499426/44a91907-40c3-4f8c-9e42-979c09f58da2)