Views
No views yet
from diffusers import ControlNetModel import torch controlnet = ControlNetModel.from_pretrained( "r3gm/controlnet-inpaint-anime-sdxl-fp16", torch_dtype=torch.float16, variant="fp16" )