UCSC-VLAA / HQ-Edit-ckpt

huggingface.co
Total runs: 20
24-hour runs: 0
7-day runs: -5
30-day runs: -22
Model's Last Updated: August 28 2024
text-to-image

Introduction of HQ-Edit-ckpt

Model Details of HQ-Edit-ckpt

Quick Start

Make sure to install the libraries first:

pip install accelerate transformers
pip install git+https://github.com/huggingface/diffusers
import torch
import torch
from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDiscreteScheduler
from diffusers.utils import load_image

image_guidance_scale = 1.5
guidance_scale = 7.0
model_id = "MudeHui/HQ-Edit"
pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(model_id, torch_dtype=torch.float16, safety_checker=None)
pipe.to("cuda")
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
resolution = 512
image = load_image(
    "https://hf.co/datasets/diffusers/diffusers-images-docs/resolve/main/mountain.png"
).resize((resolution, resolution))

edit_instruction = "Turn sky into a cloudy one"
edited_image = pipe(
    prompt=edit_instruction,
    image=image,
    height=resolution,
    width=resolution,
    guidance_scale=image_guidance_scale,
    image_guidance_scale=image_guidance_scale,
    num_inference_steps=30,
).images[0]
edited_image.save("edited_image.png")

Runs of UCSC-VLAA HQ-Edit-ckpt on huggingface.co

20
Total runs
0
24-hour runs
3
3-day runs
-5
7-day runs
-22
30-day runs

More Information About HQ-Edit-ckpt huggingface.co Model

HQ-Edit-ckpt huggingface.co

HQ-Edit-ckpt huggingface.co is an AI model on huggingface.co that provides HQ-Edit-ckpt's model effect (), which can be used instantly with this UCSC-VLAA HQ-Edit-ckpt model. huggingface.co supports a free trial of the HQ-Edit-ckpt model, and also provides paid use of the HQ-Edit-ckpt. Support call HQ-Edit-ckpt model through api, including Node.js, Python, http.

UCSC-VLAA HQ-Edit-ckpt online free

HQ-Edit-ckpt huggingface.co is an online trial and call api platform, which integrates HQ-Edit-ckpt's modeling effects, including api services, and provides a free online trial of HQ-Edit-ckpt, you can try HQ-Edit-ckpt online for free by clicking the link below.

UCSC-VLAA HQ-Edit-ckpt online free url in huggingface.co:

https://huggingface.co/UCSC-VLAA/HQ-Edit-ckpt

HQ-Edit-ckpt install

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

HQ-Edit-ckpt install url in huggingface.co:

https://huggingface.co/UCSC-VLAA/HQ-Edit-ckpt

Url of HQ-Edit-ckpt

HQ-Edit-ckpt huggingface.co Url

Provider of HQ-Edit-ckpt huggingface.co

UCSC-VLAA
ORGANIZATIONS

Other API from UCSC-VLAA

huggingface.co

Total runs: 74
Run Growth: 0
Growth Rate: 0.00%
Updated:August 28 2024
huggingface.co

Total runs: 39
Run Growth: 1
Growth Rate: 2.56%
Updated:July 31 2025
huggingface.co

Total runs: 9
Run Growth: -2
Growth Rate: -22.22%
Updated:July 31 2025
huggingface.co

Total runs: 4
Run Growth: -2
Growth Rate: -50.00%
Updated:July 31 2025