allo-

Results 478 comments of allo-

Still relevant. One can easily change the card without that it is clear that it is no longer the original card. Some explicit save mechanism and indication that it is...

It is still relevant. But I wonder if one maybe should not think just about if one needs to click save before changes are applied, but about a full "load/save/save...

Script: ```python import webuiapi api = webuiapi.WebUIApi(port=7860) api.txt2img(prompt="test") ``` webui console: ``` WARNING:root:Sampler Scheduler autocorrection: "Euler a" -> "Euler a", "None" -> "Automatic" ``` Works as expected: ```python api.txt2img(prompt="test", scheduler="Automatic")...

It seems that nodes marked as bypass are also not exported. I guess the export for the API is meant to be some kind of write-only format, but I think...

@erfantarighi Can you have a look? I currently have storage disabled because of the issue, but in the project I am developing it would probably be good to have storage...

I'm not quite sure. I have currently a wild mix, of which some passwords are migrated one by one to pass, but in the end there are two use-cases which...

Hmm, what I'd like to have in principle is a hotkey "Insert from pass", but I think that doesn't work in the Firefox dialog. I've thought about if it may...

Oh, I thought (without looking into the code) you're injecting your own authentication headers. Is that not possible? I think uMatrix injects custom Content Security Policies, so I thought extensions...

@r7l I think the "promote weaker security" part was addressed at me saying that the advantage of using the builtin password manager for some workflows is, that other than the...

Seriously, the integration with HTML forms is neat and the overall UX of the extension is great and has useful shortcuts (one for OTP still missing, but the rest is...