mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
91 lines
4.5 KiB
Markdown
91 lines
4.5 KiB
Markdown
<!--Copyright 2025 The HuggingFace Team. All rights reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations under the License.
|
|
-->
|
|
|
|
# Community Projects
|
|
|
|
Welcome to Community Projects. This space is dedicated to showcasing the incredible work and innovative applications created by our vibrant community using the `diffusers` library.
|
|
|
|
This section aims to:
|
|
|
|
- Highlight diverse and inspiring projects built with `diffusers`
|
|
- Foster knowledge sharing within our community
|
|
- Provide real-world examples of how `diffusers` can be leveraged
|
|
|
|
Happy exploring, and thank you for being part of the Diffusers community!
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Project Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/carson-katri/dream-textures"> dream-textures </a></td>
|
|
<td>Stable Diffusion built-in to Blender</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/megvii-research/HiDiffusion"> HiDiffusion </a></td>
|
|
<td>Increases the resolution and speed of your diffusion model by only adding a single line of code</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/lllyasviel/IC-Light"> IC-Light </a></td>
|
|
<td>IC-Light is a project to manipulate the illumination of images</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/InstantID/InstantID"> InstantID </a></td>
|
|
<td>InstantID : Zero-shot Identity-Preserving Generation in Seconds</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/Sanster/IOPaint"> IOPaint </a></td>
|
|
<td>Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/bmaltais/kohya_ss"> Kohya </a></td>
|
|
<td>Gradio GUI for Kohya's Stable Diffusion trainers</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/magic-research/magic-animate"> MagicAnimate </a></td>
|
|
<td>MagicAnimate: Temporally Consistent Human Image Animation using Diffusion Model</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/levihsu/OOTDiffusion"> OOTDiffusion </a></td>
|
|
<td>Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/vladmandic/automatic"> SD.Next </a></td>
|
|
<td>SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/ashawkey/stable-dreamfusion"> stable-dreamfusion </a></td>
|
|
<td>Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/HVision-NKU/StoryDiffusion"> StoryDiffusion </a></td>
|
|
<td>StoryDiffusion can create a magic story by generating consistent images and videos.</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/cumulo-autumn/StreamDiffusion"> StreamDiffusion </a></td>
|
|
<td>A Pipeline-Level Solution for Real-Time Interactive Generation</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/Netwrck/stable-diffusion-server"> Stable Diffusion Server </a></td>
|
|
<td>A server configured for Inpainting/Generation/img2img with one stable diffusion model</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/suzukimain/auto_diffusers"> Model Search </a></td>
|
|
<td>Search models on Civitai and Hugging Face</td>
|
|
</tr>
|
|
<tr style="border-top: 2px solid black">
|
|
<td><a href="https://github.com/beinsezii/skrample"> Skrample </a></td>
|
|
<td>Fully modular scheduler functions with 1st class diffusers integration.</td>
|
|
</tr>
|
|
</table>
|