Andreas Borgen

Results 18 comments of Andreas Borgen

Hello! I'll just leave this open for now, but you can add your own "onCancel" logic by replacing/extending the picker's `closeHandler()`: ```javascript //Add custom "onClose" functionality: picker._closeHandler = picker.closeHandler; picker.closeHandler...

That sounds like a nice feature for "a future version". Do you have any more details on how you'd like that to work/look?

Looks good! Leaving this open for now (pull request welcome).

Yes, that would be a nice feature! I'll just leave this open for now.

Thanks, will keep that in mind! (Pull request welcome)

Here I have tried the "post-processing" approach. I'm quite happy with how it turned out :) https://codepen.io/Sphinxxxx/pen/qBRZPeg

`.use()` calls `.attr('href', ...`, and it's a [sanity check in `attr()`](https://github.com/svgdotjs/svg.js/blob/master/src/modules/core/attr.js#L56) that expands any hex-color-like value to the full hex color, thus an invalid `href` id.

(WSL2 on Windows 10) Changing `webui-user.sh` didn't do anything, but adding those flags to the startup command fixed it: ./webui.sh --skip-torch-cuda-test --precision full --no-half

@millbank14 - It's what you type when you start the application: ![startup-command](https://user-images.githubusercontent.com/7805101/227659640-b2777ac0-78e9-4270-8a3c-3874eda3dfb0.jpg)

For numbnuts like myself who wonder where to look for that `venv` directory after a failed installation: `cd /home/$(whoami)/stable-diffusion-webui/`