{"repo":"leejet/stable-diffusion.cpp","free":true,"listed":false,"github":"https://github.com/leejet/stable-diffusion.cpp","clone":"git clone https://github.com/leejet/stable-diffusion.cpp.git","description":"Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++","language":"C++","stars":6767,"topics":["ai","cplusplus","diffusion","flux","flux-dev","ggml","image-generation","image2image","img2img","latent-diffusion","ltx-video","qwen-image","stable-diffusion","text2image","txt2img","videogeneration","wan","z-image","z-image-turbo"],"license":"MIT","category":"ai_inference_engine","readme_excerpt":"<p align=\"center\">\n  <img src=\"./assets/logo.png\" width=\"360x\">\n</p>\n\n# stable-diffusion.cpp\n\n<div align=\"center\">\n<a href=\"https://trendshift.io/repositories/9714\" target=\"_blank\"><img src=\"https://trendshift.io/api/badge/repositories/9714\" alt=\"leejet%2Fstable-diffusion.cpp | Trendshift\" style=\"width: 250px; height: 55px;\" width=\"250\" height=\"55\"/></a>\n</div>\n\nDiffusion model(SD,Flux,Wan,...) inference in pure C/C++\n\n***Note that this project is under active development. \\\nAPI and command-line option may change frequently.***\n\n## 🔥Important News\n\n* **2026/08/04** 🚀 stable-diffusion.cpp adds **Day-1 support for MiniMax-H3**\n* **2026/06/25** 🚀 stable-diffusion.cpp now supports **Krea2**\n* **2026/06/04** 🚀 stable-diffusion.cpp now supports **Ideogram4**\n* **2026/05/31** 🚀 stable-diffusion.cpp now supports **PiD**\n* **2026/05/27** 🚀 stable-diffusion.cpp now supports **Lens**\n* **2026/05/17** 🚀 stable-diffusion.cpp now supports **LTX-2.3**\n* **2026/04/11** 🚀 stable-diffusion.cpp now uses a brand-new embedded web UI.  \n* **2026/01/18** 🚀 stable-diffusion.cpp now supports **FLUX.2-klein**  \n* **2025/12/01** 🚀 stable-diffusion.cpp now supports **Z-Image**  \n* **2025/11/30** 🚀 stable-diffusion.cpp now supports **FLUX.2-dev**  \n* **2025/10/13** 🚀 stable-diffusion.cpp now supports **Qwen-Image-Edit / Qwen-Image-Edit 2509**  \n* **2025/10/12** 🚀 stable-diffusion.cpp now supports **Qwen-Image**  \n* **2025/09/14** 🚀 stable-diffusion.cpp now supports **Wan2.1 Vace**  \n* **2025/09/06** 🚀 stable-diffusion.cpp now supports **Wan2.1 / Wan2.2**  \n\n## Features\n\n- Plain C/C++ implementation based on [ggml](https://github.com/ggml-org/ggml), working in the same way as [llama.cpp](https://github.com/ggml-org/llama.cpp)\n- Super lightweight and without external dependencies\n- Supported models\n  - Image Models\n    - [SD1.x, SD2.x, SD-Turbo](./docs/sd.md)\n    - [SDXL, SDXL-Turbo](./docs/sd.md)\n    - [Some SD1.x and SDXL distilled models](./docs/distilled_sd.md)\n    - [SD3/SD3.5](./docs/sd3.md)\n    - [FLUX.1-dev/FLUX.1-schnell](./docs/flux.md)\n    - [FLUX.2-dev/FLUX.2-klein](./docs/flux2.md)\n    - [Lens](./docs/lens.md)\n    - [Chroma](./docs/chroma.md)\n    - [Chroma1-Radiance](./docs/chroma_radiance.md)\n    - [Qwen Image](./docs/qwen_image.md)\n    - [PiD](./docs/pid.md)\n    - [LongCat Image](./docs/longcat_image.md)\n    - [Z-Image](./docs/z_image.md)\n    - [MiniT2I](./docs/minit2i.md)\n    - [Ovis-Image](./docs/ovis_image.md)\n    - [Anima](./docs/anima.md)\n    - [ERNIE-Image](./docs/ernie_image.md)\n    - [Boogu Image](./docs/boogu_image.md)\n    - [Krea2](./docs/krea2.md)\n    - [Mage-Flow](./docs/mage_flow.md)\n    - [SeFi-Image](./docs/sefi_image.md)\n    - [HiDream-O1-Image](./docs/hidream_o1_image.md)\n    - [Ideogram4](./docs/ideogram4.md)\n  - [Image Edit Models](./docs/edit.md)\n    - [FLUX.1-Kontext-dev](./docs/kontext.md)\n    - [Qwen Image Edit series](./docs/qwen_image_edit.md)\n    - [LongCat Image Edit](./docs/longcat_image.md)\n    - [Boogu Image Edit](./docs/boogu_image.md)\n    - [Mage-Flow-Edit](./docs/mage_flow.md#image-editing)\n  - Video Models\n    - [Wan2.1/Wan2.2](./docs/wan.md)\n    - [MiniMax-H3](./docs/minimax_h3.md)\n    - [LTX-2.3](./docs/ltx2.md)\n    - [HunyuanVideo 1.5](./docs/hunyuan_video.md)\n    - [LingBot-Video](./docs/lingbot_video.md)\n  - [PhotoMaker](./docs/photo_maker.md) support.\n  - [IP-Adapter](./docs/ip_adapter.md) support (SD 1.5 and SDXL, including Plus)\n  - Control Net support with SD 1.5\n  - [ADetailer](./docs/adetailer.md)\n  - LoRA support, same as [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#lora)\n  - Latent Consistency Models support (LCM/LCM-LoRA)\n  - Faster and memory efficient latent decoding with [TAESD](./docs/taesd.md)\n  - Upscale images generated with [ESRGAN](./docs/esrgan.md)\n- Supported backends\n  - CPU (AVX, AVX2 and AVX512 support for x86 architectures)\n  - CUDA\n  - Vulkan\n  - Metal\n  - OpenCL\n  - SYCL\n- Supported weight formats\n  - Pytorch checkpoint (`.ckpt` or `.pth` or `.pt`)\n  - Safetensors (`.safetensors`)\n  - GGUF (`.gguf`)\n- Convert mode supports converting model weights to `.gguf` or `.safetensors`\n- Supported platforms\n    - Linux\n    - Mac OS\n    - Windows\n    - Android (via Termux, [Local Diffusion](https://github.com/rmatif/Local-Diffusion))\n- Flash Attention for memory usage optimization\n- Negative prompt\n- [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) style tokenizer (not all the features, only token weighting for now)\n- VAE tiling processing for reduce memory usage\n- Sampling method\n    - `Euler A`\n    - `Euler`\n    - `Heun`\n    - `DPM2`\n    - `DPM++ 2M`\n    - [`DPM++ 2M v2`](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8457)\n    - `DPM++ 2S a`\n    - `ER-SDE`\n    - [`LCM`](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13952)\n- Cross-platform reproducibility\n    - `--rng cuda`, default, consistent with the `stable-diffusion-webui GPU RNG`\n    - `--rng cpu`, consistent with the `comfyui RNG`\n- Embedds generation parameters into png output as webui-compatible text string\n\n## Quick Start\n\n### Get the sd executable\n\n- Download pre-built binaries from the [releases page](https://github.com/leejet/stable-diffusion.cpp/releases)\n- Or build from source by following the [build guide](./docs/build.md)\n\n### Download model weights\n\n- download weights(.ckpt or .safetensors or .gguf). For example\n    - Stable Diffusion v1.5 from https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5 \n\n    ```sh\n    curl -L -O https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors\n    ```\n\n### Generate an image with just one command\n\n```sh\n./bin/sd-cli -m ../models/v1-5-pruned-emaonly.safetensors -p \"a lovely cat\"\n```\n\n***For detailed command-line arguments, check out [cli doc](./examples/cli/README.md).***\n\n## Performance\n\nIf you want to improve performance or reduce VRAM/RAM usage, please refer to [performance guide](./docs/performance.md).\nFor runtime and parameter backend placement, see the [backend selection guide](./docs/backend.md).\n\n## More Guides\n\n- [Backend selection](./docs/backend.md)\n- [RPC](./docs/rpc.md)\n- [LoRA](./docs/lora.md)\n- [LCM/LCM-LoRA](./docs/lcm.md)\n- [Docker](./docs/docker.md)\n- [Quantization and GGUF](./docs/quantization_and_gguf.md)\n- [INT8 convrot safetensors](./docs/int8_convrot.md)\n- [Inference acceleration via caching](./docs/caching.md)\n\n## Bindings\n\nThese projects wrap `stable-diffusion.cpp` for easier use in other languages/frameworks.\n\n* Golang (non-cgo): [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion)\n* Golang (cgo): [Binozo/GoStableDiffusion](https://github.com/Binozo/GoStableDiffusion)\n* Golang (non-cgo): [l8bloom/gosd](https://github.com/l8bloom/gosd)\n* C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET)\n* Python: [william-murray1204/stable-diffusion-cpp-python](https://github.com/william-murray1204/stable-diffusion-cpp-python)\n* Rust: [newfla/diffusion-rs](https://github.com/newfla/diffusion-rs)\n* Flutter/Dart: [rmatif/Local-Diffusion](https://github.com/rmatif/Local-Diffusion)\n\n## UIs\n\nThese projects use `stable-diffusion.cpp` as a backend for their image generation.\n\n- [GIMP Plugins](https://github.com/themanyone/gimp-plugins)\n- [Jellybox](https://jellybox.com)\n- [Stable Diffusion GUI](https://github.com/fszontagh/sd.cpp.gui.wx)\n- [Stable Diffusion CLI-GUI](https://github.com/piallai/stable-diffusion.cpp)\n- [Local Diffusion](https://github.com/rmatif/Local-Diffusion)\n- [sd.cpp-webui](https://github.com/daniandtheweb/sd.cpp-webui)\n- [LocalAI](https://github.com/mudler/LocalAI)\n- [Neural-Pixel](https://github.com/Luiz-Alcantara/Neural-Pixel)\n- [KoboldCpp](https://github.com/LostRuins/koboldcpp)\n\n## Contributors\n\nThank you to all the people who have already contributed to stable-diffusion.cpp!\n\n[![Contributors](https://contrib.rocks/image?repo=leejet/stable-diffusion.cpp)](https://github.com/leejet/stable-diffusion.cpp/graphs/contributors)\n","default_branch":"master","files":385,"tree":[".clang-format",".clang-tidy",".dockerignore",".github/ISSUE_TEMPLATE/bug_report.yml",".github/ISSUE_TEMPLATE/feature_request.yml",".github/pull_request_template.md",".github/workflows/build.yml",".github/workflows/close-inactive-issues.yml",".github/workflows/stale-prs.yml",".gitignore",".gitmodules","AGENTS.md","CLAUDE.md","CMakeLists.txt","CONTRIBUTING.md","LICENSE","README.md","assets/a lovely cat.png","assets/anima/example.png","assets/animatediff/img2video_demo.gif","assets/animatediff/v2_coast.gif","assets/animatediff/v2_house.gif","assets/animatediff/v2_man.gif","assets/animatediff/v2_rabbit.gif","assets/animatediff/v3_coast.gif","assets/animatediff/v3_house.gif","assets/animatediff/v3_man.gif","assets/animatediff/v3_rabbit.gif","assets/animatediff/v3_rabbit_domain_lora.gif","assets/boogu/edit_example.png","assets/boogu/example.png","assets/cat_with_sd_cpp_20184.png","assets/cat_with_sd_cpp_42.png","assets/control.png","assets/control_2.png","assets/control_3.png","assets/ernie_image/example.png","assets/ernie_image/turbo_example.png","assets/f16.png","assets/f32.png","assets/flux/chroma1-radiance.png","assets/flux/chroma_v40.png","assets/flux/flux1-dev-q2_k.png","assets/flux/flux1-dev-q3_k.png","assets/flux/flux1-dev-q4_0.png","assets/flux/flux1-dev-q4_k.png","assets/flux/flux1-dev-q8_0 with lora.png","assets/flux/flux1-dev-q8_0.png","assets/flux/flux1-schnell-q8_0.png","assets/flux/kontext1_dev_output.png","assets/flux2/example.png","assets/flux2/flux2-klein-4b-edit.png","assets/flux2/flux2-klein-4b.png","assets/flux2/flux2-klein-9b-edit.png","assets/flux2/flux2-klein-9b.png","assets/flux2/flux2-klein-base-4b.png","assets/flux2/flux2-klein-base-9b.png","assets/hidream-o1/dev_example.png","assets/huanyuan_video/hy1.5_t2v.mp4","assets/hunyuan_video/hy1.5_t2v.mp4","assets/ideogram4/example.png","assets/img2img_output.png","assets/krea2/example.png","assets/lens/example.png","assets/lens/turbo_example.png","assets/logo.png","assets/longcat/example.png","assets/ltx2/flf2v.webm","assets/ltx2/hires_i2v.webm","assets/ltx2/i2v.webm","assets/ltx2/t2v.webm","assets/mage_flow/edit_example.png","assets/mage_flow/example.png","assets/minimax-h3/i2av.mp4","assets/minimax-h3/r2av.mp4","assets/minimax-h3/t2av.mp4","assets/ovis_image/example.png","assets/photomaker_examples/lenna_woman/lenna.jpg","assets/photomaker_examples/newton_man/newton_0.jpg","assets/photomaker_examples/newton_man/newton_1.jpg","assets/photomaker_examples/newton_man/newton_2.png","assets/photomaker_examples/newton_man/newton_3.jpg","assets/photomaker_examples/scarletthead_woman/scarlett_0.jpg","assets/photomaker_examples/scarletthead_woman/scarlett_1.jpg","assets/photomaker_examples/scarletthead_woman/scarlett_2.jpg","assets/photomaker_examples/scarletthead_woman/scarlett_3.jpg","assets/photomaker_examples/yangmi_woman/yangmi_1.jpg","assets/photomaker_examples/yangmi_woman/yangmi_2.jpeg","assets/photomaker_examples/yangmi_woman/yangmi_3.jpg","assets/photomaker_examples/yangmi_woman/yangmi_4.jpg","assets/photomaker_examples/yangmi_woman/yangmi_5.jpg","assets/photomaker_examples/yangmi_woman/yangmi_6.jpg","assets/pid/example.png","assets/q4_0.png","assets/q4_1.png","assets/q5_0.png","assets/q5_1.png","assets/q8_0.png","assets/qwen/example.png","assets/qwen/qwen_image_edit.png","assets/qwen/qwen_image_edit_2509.png","assets/qwen/qwen_image_edit_2511.png","assets/sd3.5_large.png","assets/sefi_image/example.png","assets/sycl_sd3_output.png","assets/wan/Wan2.1_1.3B_t2v.mp4","assets/wan/Wan2.1_1.3B_vace_r2v.mp4","assets/wan/Wan2.1_1.3B_vace_t2v.mp4","assets/wan/Wan2.1_1.3B_vace_v2v.mp4","assets/wan/Wan2.1_14B_flf2v.mp4","assets/wan/Wan2.1_14B_i2v.mp4","assets/wan/Wan2.1_14B_t2v.mp4","assets/wan/Wan2.1_14B_vace_r2v.mp4","assets/wan/Wan2.1_14B_vace_t2v.mp4","assets/wan/Wan2.1_14B_vace_v2v.mp4","assets/wan/Wan2.2_14B_flf2v.mp4","assets/wan/Wan2.2_14B_i2v.mp4","assets/wan/Wan2.2_14B_t2i.png","assets/wan/Wan2.2_14B_t2v.mp4","assets/wan/Wan2.2_14B_t2v_lora.mp4","assets/wan/Wan2.2_5B_i2v.mp4","assets/wan/Wan2.2_5B_t2v.mp4","assets/with_lcm.png","assets/without_lcm.png","assets/z_image/base_bf16.png","assets/z_image/bf16.png","assets/z_image/q2_K.png","assets/z_image/q3_K.png","assets/z_image/q4_0.png","assets/z_image/q4_K.png","assets/z_image/q5_0.png","assets/z_image/q6_K.png","assets/z_image/q8_0.png","cmake/stable-diffusion-config.cmake.in","cmake/stable-diffusion.pc.in","docker/Dockerfile","docker/Dockerfile.cuda","docker/Dockerfile.musa","docker/Dockerfile.sycl","docker/Dockerfile.vulkan","docs/adetailer.md","docs/anima.md","docs/animatediff.md","docs/backend.md","docs/boogu_image.md","docs/build.md","docs/caching.md","docs/chroma.md","docs/chroma_radiance.md","docs/distilled_sd.md","docs/docker.md","docs/edit.md","docs/ernie_image.md","docs/esrgan.md","docs/flux.md","docs/flux2.md","docs/hidream_o1_image.md","docs/hipBLAS_on_Windows.md","docs/hunyuan_video.md","docs/ideogram4.md","docs/imatrix.md","docs/int8_convrot.md","docs/ip_adapter.md","docs/kontext.md","docs/krea2.md","docs/lcm.md","docs/lens.md","docs/lingbot_video.md","docs/longcat_image.md","docs/lora.md","docs/ltx2.md","docs/mage_flow.md","docs/minimax_h3.md","docs/minit2i.md","docs/model_config.md","docs/ovis_image.md","docs/performance.md","docs/photo_maker.md","docs/pid.md","docs/pulid.md","docs/quantization_and_gguf.md","docs/qwen_image.md","docs/qwen_image_edit.md","docs/rpc.md","docs/sd.md","docs/sd3.md","docs/sefi_image.md","docs/taesd.md","docs/wan.md","docs/z_image.md","examples/CMakeLists.txt","examples/cli/CMakeLists.txt","examples/cli/README.md","examples/cli/image_metadata.cpp","examples/cli/image_metadata.h","examples/cli/main.cpp","examples/common/common.cpp","examples/common/common.h","examples/common/log.cpp","examples/common/log.h","examples/common/media_io.cpp","examples/common/media_io.h","examples/common/resource_owners.hpp","examples/server/CMakeLists.txt","examples/server/README.md","examples/server/api.md","examples/server/async_jobs.cpp","examples/server/async_jobs.h","examples/server/main.cpp","examples/server/routes.h","examples/server/routes_index.cpp","examples/server/routes_openai.cpp","examples/server/routes_sdapi.cpp","examples/server/routes_sdcpp.cpp","examples/server/runtime.cpp","examples/server/runtime.h","include/stable-diffusion.h","scripts/convert_fp8_scale_to_bf16.py","scripts/convert_qwen3_vl.py","scripts/convert_sefi.py","scripts/convert_yolov8_to_safetensors.py","scripts/face_detect.py","scripts/format-code.ps1","scripts/format-code.sh","scripts/merge_safetensors.py","scripts/pulid_extract_id.py","scripts/remove_utf8_bom.py","src/conditioning/conditioner.hpp","src/convert.cpp","src/core/backend_fit.cpp","src/core/backend_fit.h","src/core/ggml_extend.hpp","src/core/ggml_extend_backend.cpp","src/core/ggml_extend_backend.h","src/core/ggml_graph_cut.cpp","src/core/ggml_graph_cut.h","src/core/layer_split_partition.cpp","src/core/layer_split_partition.h","src/core/ordered_map.hpp","src/core/rng.hpp","src/core/rng_mt19937.hpp","src/core/rng_philox.hpp","src/core/tensor.hpp","src/core/tensor_ggml.hpp","src/core/util.cpp","src/core/util.h","src/detailer.cpp","src/detailer.h","src/extensions/generation_extension.h","src/extensions/photomaker_extension.cpp","src/extensions/pulid_extension.cpp","src/model.h","src/model/adapter/ip_adapter.hpp","src/model/adapter/lora.hpp","src/model/adapter/pmid.hpp","src/model/adapter/pulid.hpp","src/model/common/block.hpp","src/model/common/rope.hpp","src/model/detector/yolov8.h","src/model/diffusion/anima.hpp","src/model/diffusion/animatediff.hpp","src/model/diffusion/boogu.hpp","src/model/diffusion/control.hpp","src/model/diffusion/dit.hpp","src/model/diffusion/ernie_image.hpp","src/model/diffusion/flux.hpp","src/model/diffusion/hidream_o1.hpp","src/model/diffusion/hunyuan.hpp","src/model/diffusion/ideogram4.hpp","src/model/diffusion/krea2.hpp","src/model/diffusion/lens.hpp","src/model/diffusion/lingbot_video.hpp","src/model/diffusion/ltxv.hpp","src/model/diffusion/mage_flow.hpp","src/model/diffusion/minimax_h3.hpp","src/model/diffusion/minit2i.hpp","src/model/diffusion/mmdit.hpp","src/model/diffusion/model.hpp","src/model/diffusion/pid.hpp","src/model/diffusion/qwen_image.hpp","src/model/diffusion/sefi_image.hpp","src/model/diffusion/unet.hpp","src/model/diffusion/wan.hpp","src/model/diffusion/z_image.hpp","src/model/te/clip.hpp","src/model/te/llm.hpp","src/model/te/t5.hpp","src/model/upscaler/esrgan.hpp","src/model/upscaler/ltx_latent_upscaler.hpp","src/model/vae/audio_vae.hpp","src/model/vae/auto_encoder_kl.hpp","src/model/vae/hunyuan_vae.hpp","src/model/vae/ltx_audio_vae.hpp","src/model/vae/ltx_vae.hpp","src/model/vae/mage_vae.hpp","src/model/vae/minimax_h3_audio_vae.hpp","src/model/vae/minimax_h3_vae.hpp","src/model/vae/tae.hpp","src/model/vae/vae.hpp","src/model/vae/wan_vae.hpp","src/model_io/binary_io.h","src/model_io/gguf_io.cpp","src/model_io/gguf_io.h","src/model_io/gguf_reader_ext.h","src/model_io/pickle_io.cpp","src/model_io/pickle_io.h","src/model_io/safetensors_io.cpp","src/model_io/safetensors_io.h","src/model_io/streaming_writer.h","src/model_io/tensor_storage.h","src/model_io/torch_legacy_io.cpp","src/model_io/torch_legacy_io.h","src/model_io/torch_zip_io.cpp","src/model_io/torch_zip_io.h","src/model_loader.cpp","src/model_loader.h","src/model_manager.cpp","src/model_manager.h","src/name_conversion.cpp","src/name_conversion.h","src/runtime/cache_dit.hpp","src/runtime/condition_cache_utils.hpp","src/runtime/denoiser.hpp","src/runtime/easycache.hpp","src/runtime/gits_noise.h","src/runtime/guidance.cpp","src/runtime/guidance.h","src/runtime/imatrix.cpp","src/runtime/imatrix.h","src/runtime/latent-preview.h","src/runtime/preprocessing.hpp","src/runtime/sample-cache.cpp","src/runtime/sample-cache.h","src/runtime/spectrum.hpp","src/runtime/ucache.hpp","src/stable-diffusion.cpp","src/tokenizers/bpe_tokenizer.cpp","src/tokenizers/bpe_tokenizer.h","src/tokenizers/clip_tokenizer.cpp","src/tokenizers/clip_tokenizer.h","src/tokenizers/gemma_tokenizer.cpp","src/tokenizers/gemma_tokenizer.h","src/tokenizers/gpt_oss_tokenizer.cpp","src/tokenizers/gpt_oss_tokenizer.h","src/tokenizers/mistral_tokenizer.cpp","src/tokenizers/mistral_tokenizer.h","src/tokenizers/qwen2_tokenizer.cpp","src/tokenizers/qwen2_tokenizer.h","src/tokenizers/t5_unigram_tokenizer.cpp","src/tokenizers/t5_unigram_tokenizer.h","src/tokenizers/tokenize_util.cpp","src/tokenizers/tokenize_util.h","src/tokenizers/tokenizer.cpp","src/tokenizers/tokenizer.h","src/tokenizers/vocab/clip_merges.hpp","src/tokenizers/vocab/gemma2_merges.hpp","src/tokenizers/vocab/gemma2_vocab.hpp","src/tokenizers/vocab/gemma_merges.hpp","src/tokenizers/vocab/gemma_vocab.hpp","src/tokenizers/vocab/gpt_oss_merges.hpp","src/tokenizers/vocab/gpt_oss_vocab.hpp","src/tokenizers/vocab/mistral_merges.hpp","src/tokenizers/vocab/mistral_vocab.hpp","src/tokenizers/vocab/qwen_merges.hpp","src/tokenizers/vocab/t5.hpp","src/tokenizers/vocab/umt5.hpp","src/tokenizers/vocab/vocab.cpp","src/tokenizers/vocab/vocab.h","src/upscaler.cpp","src/upscaler.h","src/version.cpp","src/weight_manager.h","thirdparty/.clang-format","thirdparty/CMakeLists.txt","thirdparty/LICENSE.darts_clone.txt","thirdparty/README.md","thirdparty/darts.h","thirdparty/httplib.h","thirdparty/json.hpp","thirdparty/miniz.h","thirdparty/stb_image.h","thirdparty/stb_image_resize.h","thirdparty/stb_image_write.h","thirdparty/zip.c","thirdparty/zip.h"],"storefront":"/r/leejet","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/leejet/stable-diffusion.cpp/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}