DenOfEquity

Results 81 comments of DenOfEquity

extension issues should be reported to the repo of the extension. The developer of civitai-browser-plus has made some updates recently.

This is/will be fixed by #1465 (on-hold). The function for the highresfix button does set an override for the 'Save a copy ...' setting, but that override is not being...

Trikos, I might be misunderstanding your process, but it seems you are setting batch within img2img and then in controlnet as well? The img2img batch will send the images to...

I don't know any way to fix the seed for this. There is a setting that is named like it should control it (controlnet_increment_seed_during_batch), but it's not referenced anywhere in...

Deforum extension hasn't been updated for a while, doesn't work with Gradio4. Try a fork: https://github.com/Tok/sd-forge-deforum

Possible solution: In **Settings** -> **Infotext** -> **Disregard fields from pasted infotext**, add *Lora hashes* to the list.

I can't test this properly due to my old hardware, but it seems SageAttention isn't compatible with sd1.5. An improvement would be to add a fallback for that case; at...

Hi, thanks for your PR. I've verified that the override handling is covered by #1465. I'm not sure about changing the behaviour of the *Upload* tab; risk of unintended overwrites...

I've done some more poking around. The original code has no risk of overwrite, because it sets another override `p.override_settings['save_images_replace_action'] = "Add number suffix"`. So the problem in this area...