diffusers / tools

huggingface.co
Total runs: 12
24-hour runs: 0
7-day runs: 0
30-day runs: -4
Model's Last Updated: February 06 2024

Introduction of tools

Model Details of tools

Absolute realism 1.6525 inpainting

lykon-absolute-realism/absolute-realism-1.6525-inpainting is a Stable Diffusion Inpainting model that has been fine-tuned on runwayml/stable-diffusion-inpainting .

Please consider supporting me:

Diffusers

For more general information on how to run inpainting models with 🧨 Diffusers, see the docs .

  1. Installation
pip install diffusers transformers accelerate
  1. Run
from diffusers import AutoPipelineForInpainting, DEISMultistepScheduler
import torch
from diffusers.utils import load_image

pipe = AutoPipelineForInpainting.from_pretrained('lykon-absolute-realism/absolute-realism-1.6525-inpainting', torch_dtype=torch.float16, variant="fp16")
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
pipe = pipe.to("cuda")

img_url = "https://raw.githubusercontent.com/CompVis/latent-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo.png"
mask_url = "https://raw.githubusercontent.com/CompVis/latent-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo_mask.png"

image = load_image(img_url)
mask_image = load_image(mask_url)


prompt = "a majestic tiger sitting on a park bench"

generator = torch.manual_seed(33)
image = pipe(prompt, image=image, mask_image=mask_image, generator=generator, num_inference_steps=25).images[0]  
image.save("./image.png")

Runs of diffusers tools on huggingface.co

12
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
-4
30-day runs

More Information About tools huggingface.co Model

tools huggingface.co

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

diffusers tools online free

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

diffusers tools online free url in huggingface.co:

https://huggingface.co/diffusers/tools

tools install

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

tools install url in huggingface.co:

https://huggingface.co/diffusers/tools

Url of tools

Provider of tools huggingface.co

diffusers
ORGANIZATIONS

Other API from diffusers

huggingface.co

Total runs: 5.3K
Run Growth: 0
Growth Rate: 0.00%
Updated: October 22 2024
huggingface.co

Total runs: 4.0K
Run Growth: -1.5K
Growth Rate: -39.10%
Updated: February 08 2023
huggingface.co

Total runs: 463
Run Growth: 146
Growth Rate: 31.53%
Updated: February 23 2025
huggingface.co

Total runs: 34
Run Growth: 25
Growth Rate: 75.76%
Updated: January 27 2023