gpustack / stable-diffusion-xl-refiner-1.0-GGUF

huggingface.co
Total runs: 235
24-hour runs: 0
7-day runs: 23
30-day runs: -42
Model's Last Updated: November 21 2024
image-to-image

Introduction of stable-diffusion-xl-refiner-1.0-GGUF

Model Details of stable-diffusion-xl-refiner-1.0-GGUF

stable-diffusion-xl-refiner-1.0-GGUF

!!! Experimental supported by gpustack/llama-box v0.0.75+ only !!!

Model creator : Stability AI
Original model : stable-diffusion-xl-refiner-1.0
GGUF quantization : based on stable-diffusion.cpp ac54e that patched by llama-box.
VAE From : madebyollin/sdxl-vae-fp16-fix .


SD-XL 1.0-refiner Model Card

row01

Model

pipeline

SDXL consists of an ensemble of experts pipeline for latent diffusion: In a first step, the base model (available here: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 ) is used to generate (noisy) latents, which are then further processed with a refinement model specialized for the final denoising steps. Note that the base model can be used as a standalone module.

Alternatively, we can use a two-stage pipeline as follows: First, the base model is used to generate latents of the desired output size. In the second step, we use a specialized high-resolution model and apply a technique called SDEdit ( https://arxiv.org/abs/2108.01073 , also known as "img2img") to the latents generated in the first step, using the same prompt. This technique is slightly slower than the first one, as it requires more function evaluations.

Source code is available at https://github.com/Stability-AI/generative-models .

Model Description
Model Sources

For research purposes, we recommned our generative-models Github repository ( https://github.com/Stability-AI/generative-models ), which implements the most popoular diffusion frameworks (both training and inference) and for which new functionalities like distillation will be added over time. Clipdrop provides free SDXL inference.

Evaluation

comparison The chart above evaluates user preference for SDXL (with and without refinement) over SDXL 0.9 and Stable Diffusion 1.5 and 2.1. The SDXL base model performs significantly better than the previous variants, and the model combined with the refinement module achieves the best overall performance.

🧨 Diffusers

Make sure to upgrade diffusers to >= 0.18.0:

pip install diffusers --upgrade

In addition make sure to install transformers , safetensors , accelerate as well as the invisible watermark:

pip install invisible_watermark transformers accelerate safetensors

Yon can then use the refiner to improve images.

import torch
from diffusers import StableDiffusionXLImg2ImgPipeline
from diffusers.utils import load_image

pipe = StableDiffusionXLImg2ImgPipeline.from_pretrained(
    "stabilityai/stable-diffusion-xl-refiner-1.0", torch_dtype=torch.float16, variant="fp16", use_safetensors=True
)
pipe = pipe.to("cuda")
url = "https://huggingface.co/datasets/patrickvonplaten/images/resolve/main/aa_xl/000000009.png"

init_image = load_image(url).convert("RGB")
prompt = "a photo of an astronaut riding a horse on mars"
image = pipe(prompt, image=init_image).images

When using torch >= 2.0 , you can improve the inference speed by 20-30% with torch.compile. Simple wrap the unet with torch compile before running the pipeline:

pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)

If you are limited by GPU VRAM, you can enable cpu offloading by calling pipe.enable_model_cpu_offload instead of .to("cuda") :

- pipe.to("cuda")
+ pipe.enable_model_cpu_offload()

For more advanced use cases, please have a look at the docs .

Uses
Direct Use

The model is intended for research purposes only. Possible research areas and tasks include

  • Generation of artworks and use in design and other artistic processes.
  • Applications in educational or creative tools.
  • Research on generative models.
  • Safe deployment of models which have the potential to generate harmful content.
  • Probing and understanding the limitations and biases of generative models.

Excluded uses are described below.

Out-of-Scope Use

The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.

Limitations and Bias
Limitations
  • The model does not achieve perfect photorealism
  • The model cannot render legible text
  • The model struggles with more difficult tasks which involve compositionality, such as rendering an image corresponding to “A red cube on top of a blue sphere”
  • Faces and people in general may not be generated properly.
  • The autoencoding part of the model is lossy.
Bias

While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.

Runs of gpustack stable-diffusion-xl-refiner-1.0-GGUF on huggingface.co

235
Total runs
0
24-hour runs
7
3-day runs
23
7-day runs
-42
30-day runs

More Information About stable-diffusion-xl-refiner-1.0-GGUF huggingface.co Model

More stable-diffusion-xl-refiner-1.0-GGUF license Visit here:

https://choosealicense.com/licenses/openrail++

stable-diffusion-xl-refiner-1.0-GGUF huggingface.co

stable-diffusion-xl-refiner-1.0-GGUF huggingface.co is an AI model on huggingface.co that provides stable-diffusion-xl-refiner-1.0-GGUF's model effect (), which can be used instantly with this gpustack stable-diffusion-xl-refiner-1.0-GGUF model. huggingface.co supports a free trial of the stable-diffusion-xl-refiner-1.0-GGUF model, and also provides paid use of the stable-diffusion-xl-refiner-1.0-GGUF. Support call stable-diffusion-xl-refiner-1.0-GGUF model through api, including Node.js, Python, http.

stable-diffusion-xl-refiner-1.0-GGUF huggingface.co Url

https://huggingface.co/gpustack/stable-diffusion-xl-refiner-1.0-GGUF

gpustack stable-diffusion-xl-refiner-1.0-GGUF online free

stable-diffusion-xl-refiner-1.0-GGUF huggingface.co is an online trial and call api platform, which integrates stable-diffusion-xl-refiner-1.0-GGUF's modeling effects, including api services, and provides a free online trial of stable-diffusion-xl-refiner-1.0-GGUF, you can try stable-diffusion-xl-refiner-1.0-GGUF online for free by clicking the link below.

gpustack stable-diffusion-xl-refiner-1.0-GGUF online free url in huggingface.co:

https://huggingface.co/gpustack/stable-diffusion-xl-refiner-1.0-GGUF

stable-diffusion-xl-refiner-1.0-GGUF install

stable-diffusion-xl-refiner-1.0-GGUF is an open source model from GitHub that offers a free installation service, and any user can find stable-diffusion-xl-refiner-1.0-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of stable-diffusion-xl-refiner-1.0-GGUF install, users can directly use stable-diffusion-xl-refiner-1.0-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

stable-diffusion-xl-refiner-1.0-GGUF install url in huggingface.co:

https://huggingface.co/gpustack/stable-diffusion-xl-refiner-1.0-GGUF

Url of stable-diffusion-xl-refiner-1.0-GGUF

stable-diffusion-xl-refiner-1.0-GGUF huggingface.co Url

Provider of stable-diffusion-xl-refiner-1.0-GGUF huggingface.co

gpustack
ORGANIZATIONS

Other API from gpustack

huggingface.co

Total runs: 47.7K
Run Growth: 1.6K
Growth Rate: 3.48%
Updated:October 31 2024
huggingface.co

Total runs: 796
Run Growth: 722
Growth Rate: 92.09%
Updated:September 11 2026