Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Releases: omniinfer/sd-webui-cloud-inference

0.1.9 Relased

07 Dec 08:32
Compare
Choose a tag to compare

Fix some missing parameters of the controlnet

0.1.8 Relased

04 Sep 06:56
463f59d
Compare
Choose a tag to compare
  • feat: support SDXL refiner
  • fix: support control_net_no_detectmap

0.1.7 Released

27 Aug 09:11
Compare
Choose a tag to compare
  • add model browser support

Tiny Stable Diffusion Model

27 Aug 08:53
Compare
Choose a tag to compare
  1. Download tiny model and config to model config.
wget -O ./models/Stable-diffusion/tiny.yaml https://github.com/omniinfer/sd-webui-cloud-inference/releases/download/tiny-model/tiny.yaml
wget -O ./models/Stable-diffusion/tiny.safetensors https://github.com/omniinfer/sd-webui-cloud-inference/releases/download/tiny-model/tiny.safetensors
  1. start webui with tiny model
--ckpt=/stable-diffusion-webui/models/Stable-diffusion/tiny.safetensors

0.1.6 Released

09 Aug 08:11
Compare
Choose a tag to compare
  • Support for Hires.Fix and Upscale features
  • Resolve issue with single controlnet unit, thanks @stay_miku
  • Address error preventing display of controlnet model
  • Add default settings for suggestion prompts
  • Integrate official omniinfer SDK

0.1.5 Released

25 Jul 15:30
3f49d57
Compare
Choose a tag to compare

We are thrilled to announce the release of sd-webui-cloud-inference 0.1.5 version, which includes significant updates.

  1. Added ControlNet support for over 26 models.
  2. inpainting support.
  3. VAE Model support.
  4. clip skip support.
  5. face restores support.

NOTE: remember restart webui and refresh model list (remove extensions/sd-webui-cloud-inference/extension/.omniinfer.json) after upgrade.

We appreciate your valuable feedback and feature requests. Thank you!

Special thanks @discord
@Dudkanist @MultipleParadox#7038 @PirateWolf @sillysagiri@ck1000#0843 @superclark718 and other friends who haven't been mentioned but have helped us

0.1.4 Released

22 Jul 10:09
0dc836b
Compare
Choose a tag to compare
  • Fix multiple user concurrent problem

0.1.3 Released

20 Jul 08:03
Compare
Choose a tag to compare
  • feature: refactor lora select

  • fix: model refresh button not work

  • fix: suggest prompt conflict

0.1.2 Released

11 Jul 13:08
93f575e
Compare
Choose a tag to compare

0.1.2 Released
NOTE: you may need to restart webui and reconfigure api key after upgrade extensions.

Fix dropdown visible in img2img tabs.
Now you can directly select lora model in model dropdown
Now X/Y/Z Plot support "[Cloud Inference] Model Name"

Thanks the following users.