Cragin Godley

Results 4 comments of Cragin Godley

> Where can I find the functional.py file ? ``` import torch torch.__file__ ``` For me the path is below. Your path will be different. ``` '/Users/lab/.local/share/virtualenvs/lab-2cY4ojCF/lib/python3.10/site-packages/torch/__init__.py' ``` Then replace...

> @henrique-galimberti I followed these steps: > > * Install PyTorch nightly > > * Used [this branch](https://github.com/CompVis/stable-diffusion/pull/47) referenced above from @magnusviri > > * Modify functional.py as noted above...

After waiting a few minutes the average speed increased to `12.74s/it` I closed all other apps, mem pressure graph looks like this:

I think, unless I missed something, `NOT ENOUGH SAMPLES` can be caused by not filling the buffer before playback In other words, * Determine a minimum number of samples that...