high_byte
high_byte
annoying to me as well. I looked into this and gradio uses `select` & `option` tags for this and you can't have html inside `option` tag apparently. this is the...
I agree. but it should be optional, I like having the hash (and btw not every model I have shows the hash) here's a cheap solution for separating the dirs,...
can also use venv to have versions of both and select whichever fits you
I made a few more changes. it seems like a lot of changes but actually it's mostly renaming things and moving things such that everything loads at the right order,...
"I made a few more changes to argument parser." actually I refactored the entire arg parsing to unify the behavior since it was causing all sorts of issues the way...
I don't know why it was removed; but the button is a toggle button now. just click it again.
I really don't know anymore why testing fails. all it says is: ``` Launch unsuccessful Stopping Web UI process with id 2182 Error: Process completed with exit code 1. ```...
check out: https://stackoverflow.com/questions/31233777/python-source-code-string-cannot-contain-null-bytes ``` This kind of error is not from your project source code. This kind of error emerges from your python interpreter. So the best solution is to...
looks like it was added here: https://github.com/ashen-sensored/stable-diffusion-webui/commit/44d96f014e8cfd424955ac72994c5f557a0e7134 but perhaps it was not merged? try using that commit perhaps it will fix your issue or revert the `two_shot` script to an...
could be css problem. maybe you deleted it or have an extension that messes with it? try a different browser or in incognito maybe also it could be the `sd-web-ui-quickcss`...