CompVis / ldm-super-resolution-4x-openimages

huggingface.co
Total runs: 656
24-hour runs: 1
7-day runs: 90
30-day runs: 311
Model's Last Updated: July 06 2023

Introduction of ldm-super-resolution-4x-openimages

Model Details of ldm-super-resolution-4x-openimages

Latent Diffusion Models (LDM) for super-resolution

Paper : High-Resolution Image Synthesis with Latent Diffusion Models

Abstract :

By decomposing the image formation process into a sequential application of denoising autoencoders, diffusion models (DMs) achieve state-of-the-art synthesis results on image data and beyond. Additionally, their formulation allows for a guiding mechanism to control the image generation process without retraining. However, since these models typically operate directly in pixel space, optimization of powerful DMs often consumes hundreds of GPU days and inference is expensive due to sequential evaluations. To enable DM training on limited computational resources while retaining their quality and flexibility, we apply them in the latent space of powerful pretrained autoencoders. In contrast to previous work, training diffusion models on such a representation allows for the first time to reach a near-optimal point between complexity reduction and detail preservation, greatly boosting visual fidelity. By introducing cross-attention layers into the model architecture, we turn diffusion models into powerful and flexible generators for general conditioning inputs such as text or bounding boxes and high-resolution synthesis becomes possible in a convolutional manner. Our latent diffusion models (LDMs) achieve a new state of the art for image inpainting and highly competitive performance on various tasks, including unconditional image generation, semantic scene synthesis, and super-resolution, while significantly reducing computational requirements compared to pixel-based DMs.

Authors

Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, Björn Ommer

Usage
Inference with a pipeline
!pip install git+https://github.com/huggingface/diffusers.git

import requests
from PIL import Image
from io import BytesIO
from diffusers import LDMSuperResolutionPipeline
import torch

device = "cuda" if torch.cuda.is_available() else "cpu"
model_id = "CompVis/ldm-super-resolution-4x-openimages"

# load model and scheduler
pipeline = LDMSuperResolutionPipeline.from_pretrained(model_id)
pipeline = pipeline.to(device)

# let's download an  image
url = "https://user-images.githubusercontent.com/38061659/199705896-b48e17b8-b231-47cd-a270-4ffa5a93fa3e.png"
response = requests.get(url)
low_res_img = Image.open(BytesIO(response.content)).convert("RGB")
low_res_img = low_res_img.resize((128, 128))

# run pipeline in inference (sample random noise and denoise)
upscaled_image = pipeline(low_res_img, num_inference_steps=100, eta=1).images[0]
# save image
upscaled_image.save("ldm_generated_image.png")

Runs of CompVis ldm-super-resolution-4x-openimages on huggingface.co

656
Total runs
1
24-hour runs
9
3-day runs
90
7-day runs
311
30-day runs

More Information About ldm-super-resolution-4x-openimages huggingface.co Model

More ldm-super-resolution-4x-openimages license Visit here:

https://choosealicense.com/licenses/apache-2.0

ldm-super-resolution-4x-openimages huggingface.co

ldm-super-resolution-4x-openimages huggingface.co is an AI model on huggingface.co that provides ldm-super-resolution-4x-openimages's model effect (), which can be used instantly with this CompVis ldm-super-resolution-4x-openimages model. huggingface.co supports a free trial of the ldm-super-resolution-4x-openimages model, and also provides paid use of the ldm-super-resolution-4x-openimages. Support call ldm-super-resolution-4x-openimages model through api, including Node.js, Python, http.

ldm-super-resolution-4x-openimages huggingface.co Url

https://huggingface.co/CompVis/ldm-super-resolution-4x-openimages

CompVis ldm-super-resolution-4x-openimages online free

ldm-super-resolution-4x-openimages huggingface.co is an online trial and call api platform, which integrates ldm-super-resolution-4x-openimages's modeling effects, including api services, and provides a free online trial of ldm-super-resolution-4x-openimages, you can try ldm-super-resolution-4x-openimages online for free by clicking the link below.

CompVis ldm-super-resolution-4x-openimages online free url in huggingface.co:

https://huggingface.co/CompVis/ldm-super-resolution-4x-openimages

ldm-super-resolution-4x-openimages install

ldm-super-resolution-4x-openimages is an open source model from GitHub that offers a free installation service, and any user can find ldm-super-resolution-4x-openimages on GitHub to install. At the same time, huggingface.co provides the effect of ldm-super-resolution-4x-openimages install, users can directly use ldm-super-resolution-4x-openimages installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

ldm-super-resolution-4x-openimages install url in huggingface.co:

https://huggingface.co/CompVis/ldm-super-resolution-4x-openimages

Url of ldm-super-resolution-4x-openimages

ldm-super-resolution-4x-openimages huggingface.co Url

Provider of ldm-super-resolution-4x-openimages huggingface.co

CompVis
ORGANIZATIONS

Other API from CompVis

huggingface.co

Total runs: 680
Run Growth: 0
Growth Rate: 0.00%
Updated:December 16 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 13 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 02 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 14 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 01 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 03 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:November 06 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 02 2026