Vikramjeet Singh commited on
Commit
be1d089
1 Parent(s): 7ae4b3e

Update README.md

Browse files

Former-commit-id: 73f33de26d91663499be0be4027243082021b9dd

Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -31,18 +31,23 @@ PicPilot is a scalable solution that leverages state-of-the-art Text to Image Mo
31
 
32
  ![image](https://github.com/user-attachments/assets/2961f39b-f554-4c5e-8b62-3cdc30fff46d)
33
 
34
- Our pipeline combines multiple AI models to achieve superior outpainting results:
35
  1. **Object Detection**: YOLOv8l provides accurate bounding boxes
36
- 2. **Segmentation**: Segment Anything VIT Huge creates precise masks
37
- 3. **Outpainting**: Kandinsky-v2.2-decoder-inpaint generates high-quality extended images
 
38
 
39
 
40
  ## 🧠 Models used
41
 
42
 
43
  - [Stable Diffusion Inpainting](https://huggingface.co/runwayml/stable-diffusion-inpainting)
44
- - [ControlNet Segmentation](https://huggingface.co/lllyasviel/sd-controlnet-seg)
45
  - [Kandinsky 2.2 Decoder Inpaint](https://huggingface.co/kandinsky-community/kandinsky-2-2-decoder-inpaint)
 
 
 
 
 
46
 
47
  ## 📸 Results
48
 
 
31
 
32
  ![image](https://github.com/user-attachments/assets/2961f39b-f554-4c5e-8b62-3cdc30fff46d)
33
 
34
+ Current Pipeline
35
  1. **Object Detection**: YOLOv8l provides accurate bounding boxes
36
+ 2. **Segmentation**: Segment Anything VIT Huge creates precise masks with ROI extension
37
+ 3. **Outpainting**: Controlnet Zoe Depth + Realistic Vision XL
38
+ 4. **I2V GenXL**: Image to Video Generation
39
 
40
 
41
  ## 🧠 Models used
42
 
43
 
44
  - [Stable Diffusion Inpainting](https://huggingface.co/runwayml/stable-diffusion-inpainting)
 
45
  - [Kandinsky 2.2 Decoder Inpaint](https://huggingface.co/kandinsky-community/kandinsky-2-2-decoder-inpaint)
46
+ - [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
47
+ - [Controlnet-Inpaint Dreamer](https://huggingface.co/destitech/controlnet-inpaint-dreamer-sdxl)
48
+ - [Controlnet Zoe Depth](https://huggingface.co/diffusers/controlnet-zoe-depth-sdxl-1.0)
49
+ - [Realistic Vision XL](https://huggingface.co/OzzyGT/RealVisXL_V4.0_inpainting)
50
+ - [I2V GenXL](https://huggingface.co/ali-vilab/i2vgen-xl)
51
 
52
  ## 📸 Results
53