Skip to content

Commit

Permalink
DOCS: reorganized support models for image generation (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jan 30, 2025
1 parent 0efa8a5 commit 40cb849
Showing 1 changed file with 35 additions and 45 deletions.
80 changes: 35 additions & 45 deletions SUPPORTED_MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
<th>Architecture</th>
<th>Text 2 image</th>
<th>Image 2 image</th>
<th>Inpainting</th>
<th>LoRA support</th>
<th>Example HuggingFace Models</th>
</tr>
Expand All @@ -174,6 +175,7 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
<td>Supported</td>
<td>Supported</td>
<td>Supported</td>
<td>Supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7"><code>SimianLuo/LCM_Dreamshaper_v7</code></a></li>
Expand All @@ -185,13 +187,13 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
<td>Supported</td>
<td>Supported</td>
<td>Supported</td>
<td>Supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/CompVis/stable-diffusion-v1-1"><code>CompVis/stable-diffusion-v1-1</code></a></li>
<li><a href="https://huggingface.co/CompVis/stable-diffusion-v1-2"><code>CompVis/stable-diffusion-v1-2</code></a></li>
<li><a href="https://huggingface.co/CompVis/stable-diffusion-v1-3"><code>CompVis/stable-diffusion-v1-3</code></a></li>
<li><a href="https://huggingface.co/CompVis/stable-diffusion-v1-4"><code>CompVis/stable-diffusion-v1-4</code></a></li>
<li><a href="https://huggingface.co/junnyu/stable-diffusion-v1-4-paddle"><code>junnyu/stable-diffusion-v1-4-paddle</code></a></li>
<li><a href="https://huggingface.co/jcplus/stable-diffusion-v1-5"><code>jcplus/stable-diffusion-v1-5</code></a></li>
<li><a href="https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5"><code>stable-diffusion-v1-5/stable-diffusion-v1-5</code></a></li>
<li><a href="https://huggingface.co/botp/stable-diffusion-v1-5"><code>botp/stable-diffusion-v1-5</code></a></li>
Expand All @@ -213,16 +215,45 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
</ul>
</td>
</tr>
<tr>
<td><code>Stable Diffusion Inpainting</code></td>
<td>Not applicable</td>
<td>Not applicable</td>
<td>Supported</td>
<td>Supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/stabilityai/stable-diffusion-2-inpainting"><code>stabilityai/stable-diffusion-2-inpainting</code></a></li>
<li><a href="https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-inpainting"><code>stable-diffusion-v1-5/stable-diffusion-inpainting</code></a></li>
<li><a href="https://huggingface.co/botp/stable-diffusion-v1-5-inpainting"><code>botp/stable-diffusion-v1-5-inpainting</code></a></li>
<li><a href="https://huggingface.co/parlance/dreamlike-diffusion-1.0-inpainting"><code>parlance/dreamlike-diffusion-1.0-inpainting</code></a></li>
</ul>
</td>
</tr>
<tr>
<td><code>Stable Diffusion XL</code></td>
<td>Supported</td>
<td>Supported</td>
<td>Supported</td>
<td>Supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-0.9"><code>stabilityai/stable-diffusion-xl-base-0.9</code></a></li>
<li><a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0"><code>stabilityai/stable-diffusion-xl-base-1.0</code></a></li>
<li><a href="https://huggingface.co/stabilityai/sdxl-turbo"><code>stabilityai/sdxl-turbo</code></a></li>
<li><a href="https://huggingface.co/cagliostrolab/animagine-xl-4.0"><code>cagliostrolab/animagine-xl-4.0</code></a></li>
</ul>
</td>
</tr>
<tr>
<td><code>Stable Diffusion XL Inpainting</code></td>
<td>Not applicable</td>
<td>Not applicable</td>
<td>Supported</td>
<td>Supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1"><code>diffusers/stable-diffusion-xl-1.0-inpainting-0.1</code></a></li>
</ul>
</td>
</tr>
Expand All @@ -231,6 +262,7 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
<td>Supported</td>
<td>Not supported</td>
<td>Not supported</td>
<td>Not supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers"><code>stabilityai/stable-diffusion-3-medium-diffusers</code></a></li>
Expand All @@ -244,13 +276,15 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
<td>Supported</td>
<td>Supported</td>
<td>Not supported</td>
<td>Not supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/black-forest-labs/FLUX.1-schnell"><code>black-forest-labs/FLUX.1-schnell</code></a></li>
<li><a href="https://huggingface.co/Freepik/flux.1-lite-8B-alpha"><code>Freepik/flux.1-lite-8B-alpha</code></a></li>
<li><a href="https://huggingface.co/black-forest-labs/FLUX.1-dev"><code>black-forest-labs/FLUX.1-dev</code></a></li>
<li><a href="https://huggingface.co/shuttleai/shuttle-3-diffusion"><code>shuttleai/shuttle-3-diffusion</code></a></li>
<li><a href="https://huggingface.co/shuttleai/shuttle-3.1-aesthetic"><code>shuttleai/shuttle-3.1-aesthetic</code></a></li>
<li><a href="https://huggingface.co/shuttleai/shuttle-jaguar"><code>shuttleai/shuttle-jaguar</code></a></li>
<li><a href="https://huggingface.co/Shakker-Labs/AWPortrait-FL"><code>Shakker-Labs/AWPortrait-FL</code></a></li>
</ul>
</td>
Expand All @@ -259,50 +293,6 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
</tbody>
</table>

## Inpainting models

In addition to image generation models, `InpaintingPipeline` supports specialized inpainting models

<table>
<tbody style="vertical-align: top;">
<tr>
<th>Architecture</th>
<th>LoRA support</th>
<th>Example HuggingFace Models</th>
</tr>
<tr>
<td><code>Stable Diffusion</code></td>
<td>Supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/stabilityai/stable-diffusion-2-inpainting"><code>stabilityai/stable-diffusion-2-inpainting</code></a></li>
<li><a href="https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-inpainting"><code>stable-diffusion-v1-5/stable-diffusion-inpainting</code></a></li>
<li><a href="https://huggingface.co/botp/stable-diffusion-v1-5-inpainting"><code>botp/stable-diffusion-v1-5-inpainting</code></a></li>
<li><a href="https://huggingface.co/parlance/dreamlike-diffusion-1.0-inpainting"><code>parlance/dreamlike-diffusion-1.0-inpainting</code></a></li>
</ul>
</td>
</tr>
<tr>
<td><code>Stable Diffusion XL</code></td>
<td>Supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1"><code>diffusers/stable-diffusion-xl-1.0-inpainting-0.1</code></a></li>
</ul>
</td>
</tr>
<!-- <tr>
<td><code>FLUX</code></td>
<td>Not supported</td>
<td>
<ul>
<li><a href="https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev"><code>black-forest-labs/FLUX.1-Fill-dev</code></a></li>
</ul>
</td>
</tr> -->
</tbody>
</table>

## Visual language models

<table>
Expand Down

0 comments on commit 40cb849

Please sign in to comment.