Igor Aherne

Results 20 comments of Igor Aherne

To disable the QuickEdit you need to: 1) find the `webui.bat`, right click, create shortcut. Ensure it's in the same folder. Name it `webui_shortcut_no_CmdQuickEdit` 2) right click the shortcut, open...

Quickly hacked it: Added `pydantic==1.10.11` into the `requirements.txt` (it gets ignored though, likely some dependency wants new pydantic) In the `launch_utils.py` function `prepare_environment` added the following indelicacy: ``` req_met =...

> > Quickly hacked it: Added `pydantic==1.10.11` into the `requirements.txt` (it gets ignored though, likely some dependency wants new pydantic) > > @IgorAherne > > `reqirements.txt` is not used for...

@thatname impressive speedup! One thing I noticed, models have checker/square pattern which seems to be invariant to resolution or chunk size (arguments in the `run.py`). Do you know if it's...

Doesn't occur with the latest main (September 2024)

Hi Sebastian, From page 5 of this paper https://arxiv.org/pdf/1806.06923.pdf These equations are a bit tough for me, but looking at equation 2 and 3 from here: ![image](https://user-images.githubusercontent.com/17007129/230724817-dadff54c-aa16-4ff3-960f-925d4b30866f.png)

Hm, deleted and unpacked zip again, ~but can't seem to reproduce it.~ edit: it's occurring again I think it started happening after I terminated the `run.bat` window during `Installing requirements`...

> maybe this version of the `run.bat` can help? Thank you, I tried running it but getting the same error. It started occurring again :( ![image](https://github.com/user-attachments/assets/6e857400-5c63-42e6-a5bd-7d822819c57c)

Added debug print statements into `launch_utils.py requirements_met()` The debug shows that: 1. most packages are installed 2. The script attempted to install tqdm==4.66.1, which was not previously installed or had...