Skip to content

Instantly share code, notes, and snippets.

@spacepxl
spacepxl / convert_ic-light.py
Last active May 8, 2024 23:01
convert sd15 ckpt + ic-light to ip2p model
import torch
import safetensors
from diffusers.pipelines.stable_diffusion.convert_from_ckpt import download_from_original_stable_diffusion_ckpt
ckpt_path = "./realisticVisionV5_1.safetensors"
ic_path = "./iclight_sd15_fc.safetensors"
dump_path = "./ic-light"