stable-diffusion-webui-forge/html/licenses.html
2026-02-23 10:10:04 +08:00

129 lines
3.6 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>Special Thanks</i></h4>
<h2><a href="https://github.com/Comfy-Org/ComfyUI">ComfyUI</a></h2>
<small>Many inference code and structural optimizations were taken from this repository</small>
<details>
<summary>Expand</summary>
<pre id="comfy-license-content"></pre>
</details>
<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>
<h2><a href="https://github.com/black-forest-labs/flux2">Flux2</a></h2>
<small>Reference Code for Flux.2-Klein</small>
<details>
<summary>Expand</summary>
<pre id="flux2-license-content"></pre>
</details>
<h2><a href="https://github.com/QwenLM/Qwen-Image">Qwen Image</a></h2>
<small>Reference Code for Qwen Image</small>
<details>
<summary>Expand</summary>
<pre id="qwen-license-content"></pre>
</details>
<h2><a href="https://github.com/Alpha-VLLM/Lumina-Image-2.0">Lumina Image 2.0</a></h2>
<small>Reference Code for Lumina</small>
<details>
<summary>Expand</summary>
<pre id="lumina-license-content"></pre>
</details>
<h2><a href="https://github.com/Tongyi-MAI/Z-Image">Z-Image</a></h2>
<small>Reference Code for Z-Image</small>
<details>
<summary>Expand</summary>
<pre id="zimage-license-content"></pre>
</details>
<h2><a href="https://github.com/Wan-Video/Wan2.2">Wan 2.2</a></h2>
<small>Reference Code for Wan 2.2</small>
<details>
<summary>Expand</summary>
<pre id="wan-license-content"></pre>
</details>
<h4 align="center"><i>Misc. Components</i></h4>
<h2><a href="https://github.com/chaiNNer-org/chaiNNer">chaiNNer</a></h2>
<small>Some codes were 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 were 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 were 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 was taken from this repository</small>
<details>
<summary>Expand</summary>
<pre id="invoke-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>