n00mkrad / text2image-gui

Somewhat modular text2image GUI, initially just for Stable Diffusion
GNU General Public License v3.0
921 stars 93 forks source link

Downloaded models not selectable #73

Closed Chris-R-R closed 1 year ago

Chris-R-R commented 1 year ago

I downloaded the protogen infinity model from https://civitai.com/models/4398/protogen-infinity-official-release and placed the ckpt file in Data\models but it does not show up in the "Stable Diffusion Model" dropdown even after refreshing the list. Is the model incompatible with NMKD or is there some bug causing it to not appear in the list?

It would be good if there was some info on what models are compatible.

n00mkrad commented 1 year ago

Download safetensors version, then convert to Ckpt using Model Converter in SD GUI.

Native Safetensors support is coming in the future.