mart-hill

Results 43 comments of mart-hill

I can confirm it with 8f96f9289981a66741ba770d14f3d27ce335a0fb commit, too. ``` Traceback (most recent call last): File "O:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 321, in run_predict output = await app.blocks.process_api( File "O:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1015, in process_api...

With 3e22e294135ed0327ce9d9738655ff03c53df3c0 commit, it's still an issue. Sending to Extras is fixed now, though, thanks!

I noticed the embeddings are also being totally ignored (no error though), and generation of the image never happens, once an embedding is called in the prompt (or neg one)....

> > @nickr61 Too many things need to be address right now, the only way to temporarily solve the problem is to git checkout [a9eab23](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/a9eab236d7e8afa4d6205127904a385b2c43bb24) or previous version. But previous...

Sure! It's practically every image I generated prior to this update. Even PNG Info tab, despite "allowing" to send the info to the txt2img tab, errors out (model selector is...

I also noticed, that since the change, how the model hashes are handled, sometimes the models are not being loaded -`Checkpoint xxxx.safetensors [5cbb645d04] not found; loading fallback 1111.safetensors [27cc94594f]`- and...

> REM set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.6,max_split_size_mb:24 > > what's that line do exactly in your webui-user.bat file? > > > ```shell > > REM set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.6,max_split_size_mb:24 > > ``` I was trying...

I noticed that generations using `UmiAI` (wildcards like , which are being "converted" to randomly picked variants of pool facilities and positioning at runtime for the prompt - that's `UmiAI`)...

> Since I didn't get an answer on what the intention was (#7803), I have to assume it is to use overrides. I come to this conclusion in the way...

> > in case of "Wildcard prompt" part presence, your fix simply omits it, and pastes the rest of the parameters (excluding changing model, but that's OK) the way it...