prithivMLmods / Qwen-Image-Edit-Rapid-AIO-V4

huggingface.co
Total runs: 2.1K
24-hour runs: 111
7-day runs: 408
30-day runs: 661
Model's Last Updated: February 03 2026
image-to-image

Introduction of Qwen-Image-Edit-Rapid-AIO-V4

Model Details of Qwen-Image-Edit-Rapid-AIO-V4

Diffusers-compatible transformer weights extracted from Phr00t/Qwen-Image-Edit-Rapid-AIO-V4 for 4-step accelerated Qwen Image Edit inference.

Quick Start with Diffusers🧨
pip install -U torch transformers diffusers
import torch
from diffusers.models import QwenImageTransformer2DModel
from diffusers import QwenImageEditPlusPipeline
from diffusers.utils import load_image

transformer = QwenImageTransformer2DModel.from_pretrained(
    "prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V4",
    torch_dtype=torch.bfloat16
)

pipeline = QwenImageEditPlusPipeline.from_pretrained(
    "Qwen/Qwen-Image-Edit-2511", # (or) 2509
    transformer=transformer,
    torch_dtype=torch.bfloat16
)
pipeline.to("cuda")

image1 = load_image("grumpycat.png")
prompt = "turn the cat into an orange cat"

inputs = {
    "image": [image1],
    "prompt": prompt,
    "generator": torch.manual_seed(42),
    "true_cfg_scale": 1.0,
    "negative_prompt": " ",
    "num_inference_steps": 4,
    "guidance_scale": 1.0,
    "num_images_per_prompt": 1,
}

output = pipeline(**inputs)
output_image = output.images[0]
output_image.save("output_image_edit_plus.png")

Runs of prithivMLmods Qwen-Image-Edit-Rapid-AIO-V4 on huggingface.co

2.1K
Total runs
111
24-hour runs
183
3-day runs
408
7-day runs
661
30-day runs

More Information About Qwen-Image-Edit-Rapid-AIO-V4 huggingface.co Model

More Qwen-Image-Edit-Rapid-AIO-V4 license Visit here:

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

Qwen-Image-Edit-Rapid-AIO-V4 huggingface.co

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

Qwen-Image-Edit-Rapid-AIO-V4 huggingface.co Url

https://huggingface.co/prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V4

prithivMLmods Qwen-Image-Edit-Rapid-AIO-V4 online free

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

prithivMLmods Qwen-Image-Edit-Rapid-AIO-V4 online free url in huggingface.co:

https://huggingface.co/prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V4

Qwen-Image-Edit-Rapid-AIO-V4 install

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

Qwen-Image-Edit-Rapid-AIO-V4 install url in huggingface.co:

https://huggingface.co/prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V4

Url of Qwen-Image-Edit-Rapid-AIO-V4

Qwen-Image-Edit-Rapid-AIO-V4 huggingface.co Url

Provider of Qwen-Image-Edit-Rapid-AIO-V4 huggingface.co

prithivMLmods
ORGANIZATIONS

Other API from prithivMLmods