DenOfEquity

Results 81 comments of DenOfEquity

Issue looks related to the **sd-webui-resharpen** extension. Based on the arguments in your traceback, the extension isn't enabled. But looking at the extension code, it sets up a callback anyway....

This script `postprocessing_focal_crop.py` isn't currently part of the Forge2 install, maybe it's a relic after upgrading or you manually copied it over. It's trying to load another module `autocrop`, which...

Look in `{forge directory}\environment.bat`, there should be a line `set TRANSFORMERS_CACHE=%DIR%\transformers-cache`. You can change to `set TRANSFORMERS_CACHE=models\diffusers`, or use full path. *edit:* use full path, works with Spaces too. (In...

closing as superseded by #2027

Here's a way to force the toolbar visible at all times. You'll need to make some small edits to `{forge install directory}\webui\modules_forge\forge_canvas\canvas.css` * Line 55 (z-index) : change to `...

Confirmed by my own tests. Not sure exactly what's going wrong yet. If you add to Quicksettings (Settings > User interface), that does work, but will be at top of...

I've not been able to replicate the problem you describe @derpina-ai . Starting from an empty prompt, the blue arrow loads from a file called `params.txt` in the webui directory...

controlnetxlCNXL_bdsqlszLineart.safetensors working for me with a Pony realistic merge and with a Lightning model. Also canny, lineart, depth tested with promax controlnet - all working correctly.

I tried some different images resolutions up to 1024x1536, and different controlnet resolutions (512, 648 and 1024). DPM++2M SDE and then others. Also batch and single image. Fully updated. I'm...