You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: new community mixture_tiling_sdxl pipeline for SDXL (#10759)
* feat: new community mixture_tiling_sdxl pipeline for SDXL mixture-of-diffusers support
* fix use of variable latents to tile_latents
* removed references to modules that are not being used in this pipeline
* make style, make quality
| Zero1to3 Pipeline | Implementation of [Zero-1-to-3: Zero-shot One Image to 3D Object](https://arxiv.org/abs/2303.11328)|[Zero1to3 Pipeline](#zero1to3-pipeline)| - |[Xin Kong](https://github.com/kxhit)|
52
52
| Stable Diffusion XL Long Weighted Prompt Pipeline | A pipeline support unlimited length of prompt and negative prompt, use A1111 style of prompt weighting |[Stable Diffusion XL Long Weighted Prompt Pipeline](#stable-diffusion-xl-long-weighted-prompt-pipeline)|[](https://colab.research.google.com/drive/1LsqilswLR40XLLcp6XFOl5nKb_wOe26W?usp=sharing)|[Andrew Zhu](https://xhinker.medium.com/)|
53
+
| Stable Diffusion Mixture Tiling Pipeline SD 1.5 | A pipeline generates cohesive images by integrating multiple diffusion processes, each focused on a specific image region and considering boundary effects for smooth blending |[Stable Diffusion Mixture Tiling Pipeline SD 1.5](#stable-diffusion-mixture-tiling-sd-15)|[](https://huggingface.co/spaces/albarji/mixture-of-diffusers)|[Álvaro B Jiménez](https://github.com/albarji/)|
54
+
| Stable Diffusion Mixture Tiling Pipeline SDXL | A pipeline generates cohesive images by integrating multiple diffusion processes, each focused on a specific image region and considering boundary effects for smooth blending |[Stable Diffusion Mixture Tiling Pipeline SDXL](#stable-diffusion-mixture-tiling-sdxl)|[](https://huggingface.co/spaces/elismasilva/mixture-of-diffusers-sdxl-tiling)|[Eliseu Silva](https://github.com/DEVAIEXP/)|
53
55
| FABRIC - Stable Diffusion with feedback Pipeline | pipeline supports feedback from liked and disliked images |[Stable Diffusion Fabric Pipeline](#stable-diffusion-fabric-pipeline)|[Notebook](https://github.com/huggingface/notebooks/blob/main/diffusers/stable_diffusion_fabric.ipynb)|[Shauray Singh](https://shauray8.github.io/about_shauray/)|
54
56
| sketch inpaint - Inpainting with non-inpaint Stable Diffusion | sketch inpaint much like in automatic1111 |[Masked Im2Im Stable Diffusion Pipeline](#stable-diffusion-masked-im2im)| - |[Anatoly Belikov](https://github.com/noskill)|
55
57
| sketch inpaint xl - Inpainting with non-inpaint Stable Diffusion | sketch inpaint much like in automatic1111 |[Masked Im2Im Stable Diffusion XL Pipeline](#stable-diffusion-xl-masked-im2im)| - |[Anatoly Belikov](https://github.com/noskill)|
"A charming house in the countryside, by jakub rozalski, sunset lighting, elegant, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
2510
+
"A dirt road in the countryside crossing pastures, by jakub rozalski, sunset lighting, elegant, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
2511
+
"An old and rusty giant robot lying on a dirt road, by jakub rozalski, dark sunset lighting, elegant, highly detailed, smooth, sharp focus, artstation, stunning masterpiece"
2512
+
]],
2513
+
tile_height=1024,
2514
+
tile_width=1280,
2515
+
tile_row_overlap=0,
2516
+
tile_col_overlap=256,
2517
+
guidance_scale_tiles=[[7, 7, 7]], # or guidance_scale=7 if is the same for all prompts
0 commit comments