add sdxs to reference models

This commit is contained in:
Vladimir Mandic
2024-04-10 13:36:12 -04:00
parent a95c5ca272
commit 72f9ed766c
4 changed files with 11 additions and 1 deletions
+4
View File
@@ -25,6 +25,10 @@
> --control 'Canny:Canny FP16:0.7, OpenPose:OpenPose FP16:0.8' --type controlnet
> --ipadapter 'Plus:~/generative/Samples/cutie-512.png:0.5'
- Add API endpoint `/sdapi/v1/vqa` and CLI util `cli/simple-vqa.py`
- **Models**:
- support for [SDXS](https://github.com/IDKiro/sdxs) 1-step generation models
simply select from *networks -> models -> SDXS*
set parameters: *sampler: CMSI, steps: 1, cfg_scale: 0.0*
- **Changes**:
- Removed built-in extensions: *ControlNet* and *Image-Browser*
as both *image-browser* and *controlnet* have native built-in equivalents
+6
View File
@@ -44,6 +44,12 @@
"desc": "The TempestV0.1 Initiative is a powerhouse in image generation, leveraging an unparalleled dataset of over 6 million images. The collection's vast scale, with resolutions from 1400x2100 to 4800x7200, encompasses 200GB of high-quality content.",
"extras": "width: 2048, height: 1024, sampler: DEIS, steps: 40, cfg_scale: 6.0"
},
"SDXS DreamShaper 512": {
"path": "IDKiro/sdxs-512-dreamshaper",
"preview": "IDKiro--sdxs-512-dreamshaper.jpg",
"desc": "SDXS: Real-Time One-Step Latent Diffusion Models with Image Conditions",
"extras": "width: 512, height: 512, sampler: CMSI, steps: 1, cfg_scale: 0.0"
},
"RunwayML SD 1.5": {
"original": true,
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

+1 -1
Submodule wiki updated: b95e6d67ad...15c1c779f1