mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
128 lines
3.7 KiB
HTML
128 lines
3.7 KiB
HTML
<style>
|
|
#licenses h2 {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
margin-bottom: 0.2em;
|
|
}
|
|
|
|
#licenses h3 {
|
|
font-style: italic;
|
|
}
|
|
|
|
#licenses small {
|
|
font-size: 0.9em;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#licenses pre {
|
|
margin: 2em;
|
|
}
|
|
|
|
#licenses summary {
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
|
|
<h4 align="center"><i>Diffusion Engine</i></h4>
|
|
|
|
<h2><a href="https://github.com/Stability-AI/stablediffusion">Stable Diffusion</a></h2>
|
|
<small>Inference Code for SD1</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="sd1-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/Stability-AI/generative-models">Generative Models</a></h2>
|
|
<small>Inference Code for SDXL</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="sdxl-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/black-forest-labs/flux">Flux</a></h2>
|
|
<small>Reference Code for Flux</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="flux-license-content"></pre>
|
|
</details>
|
|
|
|
<h4 align="center"><i>Misc. Components</i></h4>
|
|
|
|
<h2><a href="https://github.com/comfyanonymous/ComfyUI">ComfyUI</a></h2>
|
|
<small>Some structural optimization codes were taken from this repository</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="comfy-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/chaiNNer-org/chaiNNer">chaiNNer</a></h2>
|
|
<small>Some codes are borrowed and reworked</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="chain-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/huggingface/transformers">transformers</a></h2>
|
|
<small>Some codes are borrowed and reworked</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="tfm-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/huggingface/diffusers">diffusers</a></h2>
|
|
<small>Some codes are borrowed and reworked</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="dot-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/invoke-ai/InvokeAI">InvokeAI</a></h2>
|
|
<small>Some code for compatibility with OSX is taken from this repository</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="invoke-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/AminRezaei0x443/memory-efficient-attention">Memory Efficient Attention</a></h2>
|
|
<small>
|
|
The sub-quadratic cross attention optimization uses modified code from the Memory Efficient Attention package
|
|
that Alex Birch optimized for 3D tensors
|
|
</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="mem-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/explosion/curated-transformers">Curated transformers</a></h2>
|
|
<small>
|
|
The MPS workaround for nn.Linear on macOS 13.2.X is based on the MPS workaround for nn.Linear created by danieldk for
|
|
Curated Transformers
|
|
</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="ctfm-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/madebyollin/taesd">TAESD</a></h2>
|
|
<small>Tiny AutoEncoder for efficient live previews</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="taesd-license-content"></pre>
|
|
</details>
|
|
|
|
<h4 align="center"><i>Legacy</i></h4>
|
|
|
|
<h2><a href="https://github.com/hafiidz/latent-diffusion">LDSR</a></h2>
|
|
<small>Some codes added by contributors may be copied from this repository</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="ldsr-license-content"></pre>
|
|
</details>
|
|
|
|
<h2><a href="https://github.com/pharmapsychotic/clip-interrogator">CLIP Interrogator</a></h2>
|
|
<small>Some codes are borrowed and reworked</small>
|
|
<details>
|
|
<summary>Expand</summary>
|
|
<pre id="clip-license-content"></pre>
|
|
</details>
|