sd-webui-incantations icon indicating copy to clipboard operation
sd-webui-incantations copied to clipboard

Enhance Stable Diffusion image quality, prompt following, and more through multiple implementations of novel algorithms for Automatic1111 WebUI.

Results 23 sd-webui-incantations issues
Sort by recently updated
recently updated
newest added

Got this error as soon as I installed the extension, and also every time I generate something, even if none of the features are enabled. Of course, they do not...

bug

``` Error: Width: 640, height: 360, Downscale width: 106, height: 60, Factor: 6, Max dims: 230400 Error: Width: 640, height: 360, Downscale width: 106, height: 60, Factor: 6, Max dims:...

bug
enhancement

Thank you so much for this extension. It is amazing and huge work. You can also add this to your readme file I would appreciate that [**Improve Stable Diffusion Prompt...

documentation

When I run "Seek for Incantations", I get "IndexError: list index out of range" exception. I was able to narrow it down to being related to having bracket () around...

bug

v0xie it's only now I'm noticing that a lot of my favourite extensions from A1111 have been implemented, contributed to or even outright designed by you, so seeing them all...

https://github.com/v0xie/sd-webui-incantations/blob/980d63838a2b8c8659a01b242e55551870619d6a/scripts/smoothed_energy_guidance.py#L199 > File "D:\AI\stable-diffusion-webui-15\extensions\sd-webui-incantations\scripts\smoothed_energy_guidance.py", line 199, in seg_to_q_hook > q_uncond, q= output.chunk(2, dim=0) > ValueError: not enough values to unpack (expected 2, got 1) I get this crash whenever I...

Prompt `a AND b` ``` Traceback (most recent call last): File "E:\stable-diffusion-webui\modules\script_callbacks.py", line 341, in cfg_denoised_callback c.callback(params) File "E:\stable-diffusion-webui\extensions\sd-webui-incantations\scripts\pag.py", line 289, in cfg_denoised_lambda = lambda callback_params: self.on_cfg_denoised_callback(callback_params, pag_params) File "E:\stable-diffusion-webui\extensions\sd-webui-incantations\scripts\pag.py",...

From the small amount of experimentation I've done with T2I-Zero, it seems like it has a fair amount of potential, but right now it's really hard to use since I...

WIP implementation of https://arxiv.org/abs/2407.02687 ICG is in its own dropdown, it requires CFG scales much lower than usual. TCG is implemented on top of PAG for now. Recommend TCG Scale...

S-CFG cannot be disabled if it encounters AttributeError and forces full restart of webui. ``` Traceback (most recent call last): File "C:\Stable_Diffusion\stable-diffusion-webui\modules\call_queue.py", line 58, in f res = list(func(*args, **kwargs))...