DenOfEquity

Results 81 comments of DenOfEquity

At the moment, this option is very thoroughly disabled - hidden, set to uninteractive, empty models list. A possible workaround is to generate without hires, change checkpoint, use the quick...

I tracked down the **orig_name** discrepancy: It's a change to the output gradio File component - old version included **name** and **orig_name** (same filename based on original file, but different...

explanation of what's happening here: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1364 Right-click > Save does give an image with an alpha channel.

They are neither models nor loras. That's an option for inference, there's nothing to download.

Same for huen_pp2, ipndm, ipndm_v. Sampling functions are looked for in `backend.modules.k_diffusion_extra` but were actually added in `k_diffusion.sampling`. Minimal effort fix: add definitions to `sd_samplers_kdiffusion.samplers_k_diffusion`, remove from `modules_forge.alter_samplers.samplers_data_alter`. Testing this...

hires fix, specifically from the quick button under the output image gallery?

If it's like the issue I've been seeing, it should work with single image OK, but fail with batch. Batch hits a different path in the code. *edit:* More precisely,...

This is an issue with the extension, which hasn't been updated in over a year. It's easy to fix: 1. open `F:\ForgeFlux\webui\extensions\stable-diffusion-webui-Prompt_Generator\scripts\prompt_generator.py` in a text editor (path copied from your...

It works for me with right-click->Save image; the save icon in top-right does save incorrectly.

I looked into this a bit more: The save/download icon saves the second of the two slider images, this is a 'choice' (more like arbitrary selection) made in the slider...