| | --- |
| | license: creativeml-openrail-m |
| | base_model: cyberdelia/CyberRealisticXL |
| | base_model_relation: quantized |
| | tags: |
| | - stable-diffusion |
| | - sdxl |
| | - text-to-image |
| | - image-generation |
| | - gguf |
| | - cyberrealistic |
| | - diffusers |
| | --- |
| | |
| | # CyberRealistic XL v9.0 β GGUF |
| |
|
| | This repository contains the extracted components and GGUF quantizations of |
| | [CyberRealistic XL v9.0](https://civitai.com/models/312530?modelVersionId=2611295) |
| | by [Cyberdelia](https://civitai.com/user/Cyberdelia), intended for use with |
| | [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF). |
| |
|
| | The scripts and workflows used to generate these files are documented in |
| | [https://github.com/insecure-erasure/safetensors-goodies](https://github.com/insecure-erasure/safetensors-goodies). |
| |
|
| | ## SDXL Pipeline Comparison: Checkpoint vs GGUF + VAE Configurations |
| |
|
| | This section validates that different SDXL pipeline configurations produce equivalent results. |
| |
|
| | | [](images/sdxl_checkpoint-fp16.png) | [](images/sdxl_gguf-fp16_clip_vae.png) | [](images/sdxl_gguf-fp16_clip_vae-fp16-fix-fp16.png) | |
| | |:---:|:---:|:---:| |
| | | <small>**Full checkpoint β F16**<br>Standard SDXL checkpoint with the VAE baked in at F16. Reference output.</small> | <small>**GGUF F16 + VAE extracted from checkpoint**<br>UNet in GGUF F16, VAE and CLIP extracted from the same checkpoint in F16. Pixel-perfect identical to the reference.</small> | <small>**GGUF F16 + [madebyollin VAE fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix) β F16**<br>Same as above but with madebyollin's VAE (originally FP32, converted to F16).</small> | |
| |
|
| | The following table shows the difference between some of the K-quants available with `llama-quantize` from [llama.cpp](https://github.com/ggerganov/llama.cpp) using [city96's diffusion model patch](https://github.com/city96/ComfyUI-GGUF/blob/main/tools/README.md). |
| |
|
| | |  |  |  | |
| | |:---:|:---:|:---:| |
| | | Q8_0 | Q6_K | Q4_K_M | |
| |
|
| | All images were generated using the same prompt, seed, and sampler settings. |
| |
|
| | * **Checkpoint:** [cyberrealisticXL v9.0](https://civitai.com/models/312530?modelVersionId=2611295) by [Cyberdelia](https://civitai.com/user/Cyberdelia) |
| | * **Prompt:** *ultra detailed bust portrait of a 28-year-old woman, medium shot, wearing turtle neck sweater, subject centered, natural framing, 50mm lens, realistic skin texture, detailed eyes, soft cinematic lighting, professional photography, high dynamic range, sharp focus, natural colors* |
| | * **Negative prompt:** *lowres, blurry, oversharpened, jpeg artifacts, bad anatomy, extra fingers, deformed hands, cross-eye, plastic skin, overexposed, underexposed, watermark, text, logo* |
| | * **Sampler:** dpmpp_2m |
| | * **Scheduler:** karras |
| | * **Steps:** 30 |
| | * **Denoise:** 1.0 |
| | ## Repository Structure |
| | |
| | ``` |
| | / |
| | βββ cyberrealisticXL_v90-F16.gguf |
| | βββ cyberrealisticXL_v90-Q8_0.gguf |
| | βββ cyberrealisticXL_v90-Q6_K.gguf |
| | βββ cyberrealisticXL_v90-Q5_K_S.gguf |
| | βββ cyberrealisticXL_v90-Q4_K_M.gguf |
| | βββ cyberrealisticXL_v90-Q3_K_M.gguf |
| | βββ cyberrealisticXL_v90-Q2_K.gguf |
| | βββ safetensors/ |
| | βββ cyberrealisticXL_v90_unet.safetensors |
| | βββ cyberrealisticXL_v90_clip_l.safetensors |
| | βββ cyberrealisticXL_v90_clip_g.safetensors |
| | βββ cyberrealisticXL_v90_vae.safetensors |
| | ``` |
| | ## Credits |
| | |
| | This repository contains derived weights from |
| | [CyberRealistic XL v9.0](https://civitai.com/models/312530?modelVersionId=2611295) |
| | by [Cyberdelia](https://civitai.com/user/Cyberdelia), used under its original license. |