openvinotoolkit / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
247 stars 39 forks source link

change controlnet pipe to use from_single_file() instead of from_pretrained #61

Closed qiacheng closed 8 months ago

qiacheng commented 8 months ago

1.change controlnet pipe to use from_single_file() instead of from_pretrained

2.supports pt, pth, safetensors controlnet model formats

  1. added temp workaround to disable prompt weighting for SDXL.