butaixianran / Stable-Diffusion-Webui-Civitai-Helper

Stable Diffusion Webui Extension for Civitai, to manage your model much more easily.
2.41k stars 288 forks source link

Fix bug and forge compatible #273

Closed cou723 closed 7 months ago

cou723 commented 7 months ago
if (version_string >= "1.8.0"){

In this conditional branch, when comparing 1.8.0 and 1.10.0, the decision is made that 1.8.0 is the newer version. While fixing this, we also added support for webui forge. The only difference is the version format displayed in the footer, so I just modified ch_sd_version a little.