Haoming02 / sd-webui-vectorscope-cc

An Extension for Automatic1111 Webui that performs Offset Noise* natively
MIT License
170 stars 7 forks source link

`Euler` sampler only works with `Alt.` method #23

Closed catboxanon closed 8 months ago

catboxanon commented 8 months ago

The default behavior (not enabling Alt. (Stronger Effects)) doesn't seem to have any affect for me currently.

Below are attempts to reproduce something like that shown in the sample images. Images have infotext included. I don't have the SDXL lightning LoRA in use but I assume that shouldn't make a difference.

Disabled

![disabled](https://github.com/Haoming02/sd-webui-vectorscope-cc/assets/122327233/0a0be87f-64cc-4288-9318-1b8a62242048)

Enabled

![enabled](https://github.com/Haoming02/sd-webui-vectorscope-cc/assets/122327233/200307dd-a033-44d1-80b0-52885c9cae03)

Enabled (with "Alt." method)

![enabled_alt](https://github.com/Haoming02/sd-webui-vectorscope-cc/assets/122327233/101c961a-c7c9-4458-9777-4d6b3859b76d)

Tested on Forge and upstream A1111 dev branch.

https://github.com/lllyasviel/stable-diffusion-webui-forge/commit/b9705c58f66c6fd2c4a0168b26c5cf1fa6c0dde3 https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/7d1368c51ca39c23f65a3a7431211cd0235bddbe

Haoming02 commented 8 months ago

Hmm, it does work for me.



Aside from the parameters, some Sampler also has stronger/weaker/no effects. I guess Euler only works when Alt. is on.

catboxanon commented 8 months ago

Oh, using Euler was the problem, interesting. I should have tried using other samplers.

I'll re-title this issue accordingly but feel free to close it if you don't think it's something fixable or you deem not worthy to account for. If it's the latter then it's probably worth noting somewhere in the README imo.

Haoming02 commented 8 months ago

worth noting somewhere in the README

It’s actually there: https://github.com/Haoming02/sd-webui-vectorscope-cc?tab=readme-ov-file#known-issues

But yeah, I should test and add more documentation.

catboxanon commented 8 months ago

Oh, that's embarrassing on my part.

I'll close this then, feel free to re-open of course.