Introduction of controlnet_qrcode-control_v1p_sd15
Model Details of controlnet_qrcode-control_v1p_sd15
QR Code Conditioned ControlNet Models for Stable Diffusion 1.5
Model Description
This repo holds the safetensors & diffusers versions of the QR code conditioned ControlNet for Stable Diffusion v1.5.
The Stable Diffusion 2.1 version is marginally more effective, as it was developed to address my specific needs. However, this 1.5 version model was also trained on the same dataset for those who are using the older version.
import torch
from PIL import Image
from diffusers import StableDiffusionControlNetImg2ImgPipeline, ControlNetModel, DDIMScheduler
from diffusers.utils import load_image
controlnet = ControlNetModel.from_pretrained("DionTimmer/controlnet_qrcode-control_v1p_sd15",
torch_dtype=torch.float16)
pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5",
controlnet=controlnet,
safety_checker=None,
torch_dtype=torch.float16
)
pipe.enable_xformers_memory_efficient_attention()
pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
pipe.enable_model_cpu_offload()
defresize_for_condition_image(input_image: Image, resolution: int):
input_image = input_image.convert("RGB")
W, H = input_image.size
k = float(resolution) / min(H, W)
H *= k
W *= k
H = int(round(H / 64.0)) * 64
W = int(round(W / 64.0)) * 64
img = input_image.resize((W, H), resample=Image.LANCZOS)
return img
# play with guidance_scale, controlnet_conditioning_scale and strength to make a valid QR Code Image# qr code image
source_image = load_image("https://s3.amazonaws.com/moonup/production/uploads/6064e095abd8d3692e3e2ed6/A_RqHaAM6YHBodPLwqtjn.png")
# initial image, anything
init_image = load_image("https://s3.amazonaws.com/moonup/production/uploads/noauth/KfMBABpOwIuNolv1pe3qX.jpeg")
condition_image = resize_for_condition_image(source_image, 768)
init_image = resize_for_condition_image(init_image, 768)
generator = torch.manual_seed(123121231)
image = pipe(prompt="a bilboard in NYC with a qrcode",
negative_prompt="ugly, disfigured, low quality, blurry, nsfw",
image=init_image,
control_image=condition_image,
width=768,
height=768,
guidance_scale=20,
controlnet_conditioning_scale=1.5,
generator=generator,
strength=0.9,
num_inference_steps=150,
)
image.images[0]
Performance and Limitations
These models perform quite well in most cases, but please note that they are not 100% accurate. In some instances, the QR code shape might not come through as expected. You can increase the ControlNet weight to emphasize the QR code shape. However, be cautious as this might negatively impact the style of your output.
To optimize for scanning, please generate your QR codes with correction mode 'H' (30%).
To balance between style and shape, a gentle fine-tuning of the control weight might be required based on the individual input and the desired output, aswell as the correct prompt. Some prompts do not work until you increase the weight by a lot. The process of finding the right balance between these factors is part art and part science. For the best results, it is recommended to generate your artwork at a resolution of 768. This allows for a higher level of detail in the final product, enhancing the quality and effectiveness of the QR code-based artwork.
Installation
The simplest way to use this is to place the .safetensors model and its .yaml config file in the folder where your other controlnet models are installed, which varies per application.
For usage in auto1111 they can be placed in the webui/models/ControlNet folder. They can be loaded using the controlnet webui extension which you can install through the extensions tab in the webui (
https://github.com/Mikubill/sd-webui-controlnet
). Make sure to enable your controlnet unit and set your input image as the QR code. Set the model to either the SD2.1 or 1.5 version depending on your base stable diffusion model, or it will error. No pre-processor is needed, though you can use the invert pre-processor for a different variation of results. 768 is the preferred resolution for generation since it allows for more detail.
Make sure to look up additional info on how to use controlnet if you get stuck, once you have the webui up and running its really easy to install the controlnet extension aswell.
Runs of ckpt controlnet_qrcode-control_v1p_sd15 on huggingface.co
22
Total runs
1
24-hour runs
1
3-day runs
3
7-day runs
-5
30-day runs
More Information About controlnet_qrcode-control_v1p_sd15 huggingface.co Model
More controlnet_qrcode-control_v1p_sd15 license Visit here:
controlnet_qrcode-control_v1p_sd15 huggingface.co is an AI model on huggingface.co that provides controlnet_qrcode-control_v1p_sd15's model effect (), which can be used instantly with this ckpt controlnet_qrcode-control_v1p_sd15 model. huggingface.co supports a free trial of the controlnet_qrcode-control_v1p_sd15 model, and also provides paid use of the controlnet_qrcode-control_v1p_sd15. Support call controlnet_qrcode-control_v1p_sd15 model through api, including Node.js, Python, http.
controlnet_qrcode-control_v1p_sd15 huggingface.co is an online trial and call api platform, which integrates controlnet_qrcode-control_v1p_sd15's modeling effects, including api services, and provides a free online trial of controlnet_qrcode-control_v1p_sd15, you can try controlnet_qrcode-control_v1p_sd15 online for free by clicking the link below.
ckpt controlnet_qrcode-control_v1p_sd15 online free url in huggingface.co:
controlnet_qrcode-control_v1p_sd15 is an open source model from GitHub that offers a free installation service, and any user can find controlnet_qrcode-control_v1p_sd15 on GitHub to install. At the same time, huggingface.co provides the effect of controlnet_qrcode-control_v1p_sd15 install, users can directly use controlnet_qrcode-control_v1p_sd15 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
controlnet_qrcode-control_v1p_sd15 install url in huggingface.co: