From 6f00939f75f7fa339b0b97d7a14702f85d3f81c4 Mon Sep 17 00:00:00 2001 From: leejet Date: Sun, 14 Jun 2026 17:58:58 +0800 Subject: [PATCH] docs: refresh README guide links --- README.md | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index a411ce85..8e2a72b2 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ API and command-line option may change frequently.*** - Super lightweight and without external dependencies - Supported models - Image Models - - SD1.x, SD2.x, [SD-Turbo](https://huggingface.co/stabilityai/sd-turbo) - - SDXL, [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo) + - [SD1.x, SD2.x, SD-Turbo](./docs/sd.md) + - [SDXL, SDXL-Turbo](./docs/sd.md) - [Some SD1.x and SDXL distilled models](./docs/distilled_sd.md) - [SD3/SD3.5](./docs/sd3.md) - [FLUX.1-dev/FLUX.1-schnell](./docs/flux.md) @@ -59,12 +59,12 @@ API and command-line option may change frequently.*** - Video Models - [Wan2.1/Wan2.2](./docs/wan.md) - [LTX-2.3](./docs/ltx2.md) - - [PhotoMaker](https://github.com/TencentARC/PhotoMaker) support. + - [PhotoMaker](./docs/photo_maker.md) support. - Control Net support with SD 1.5 - LoRA support, same as [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#lora) - Latent Consistency Models support (LCM/LCM-LoRA) - - Faster and memory efficient latent decoding with [TAESD](https://github.com/madebyollin/taesd) - - Upscale images generated with [ESRGAN](https://github.com/xinntao/Real-ESRGAN) + - Faster and memory efficient latent decoding with [TAESD](./docs/taesd.md) + - Upscale images generated with [ESRGAN](./docs/esrgan.md) - Supported backends - CPU (AVX, AVX2 and AVX512 support for x86 architectures) - CUDA @@ -133,28 +133,9 @@ For runtime and parameter backend placement, see the [backend selection guide](. ## More Guides - [Backend selection](./docs/backend.md) -- [SD1.x/SD2.x/SDXL](./docs/sd.md) -- [SD3/SD3.5](./docs/sd3.md) -- [FLUX.1-dev/FLUX.1-schnell](./docs/flux.md) -- [FLUX.2-dev/FLUX.2-klein](./docs/flux2.md) -- [FLUX.1-Kontext-dev](./docs/kontext.md) -- [Chroma](./docs/chroma.md) -- [🔥Qwen Image](./docs/qwen_image.md) -- [🔥Qwen Image Edit series](./docs/qwen_image_edit.md) -- [🔥Wan2.1/Wan2.2](./docs/wan.md) -- [🔥LTX-2.3](./docs/ltx2.md) -- [🔥Z-Image](./docs/z_image.md) -- [Ovis-Image](./docs/ovis_image.md) -- [Anima](./docs/anima.md) -- [ERNIE-Image](./docs/ernie_image.md) -- [HiDream-O1-Image](./docs/hidream_o1_image.md) -- [Lens](./docs/lens.md) -- [LongCat Image / LongCat Image Edit](./docs/longcat_image.md) +- [RPC](./docs/rpc.md) - [LoRA](./docs/lora.md) - [LCM/LCM-LoRA](./docs/lcm.md) -- [Using PhotoMaker to personalize image generation](./docs/photo_maker.md) -- [Using ESRGAN to upscale results](./docs/esrgan.md) -- [Using TAESD to faster decoding](./docs/taesd.md) - [Docker](./docs/docker.md) - [Quantization and GGUF](./docs/quantization_and_gguf.md) - [Inference acceleration via caching](./docs/caching.md)