Grayson Earle

Results 19 issues of Grayson Earle

``` def get_sample_image(G, n_noise): """ save sample 100 images """ z = torch.randn(10, n_noise).to(DEVICE) y_hat = G(z).view(10, 3, 28, 28).permute(0, 2, 3, 1) # (100, 28, 28) result = (y_hat.detach().cpu().numpy()+1)/2....

### 1. Issue or feature description When running: ``` docker run -it -p 8888:8888 tensorflow/tensorflow:latest-gpu-jupyter jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --no-browser --allow-root --NotebookApp.allow_origin='https://colab.research.google.com' ``` and then ``` import tensorflow as...

Is this normal behavior? Do I need to set a flag in the training options to force it to 512x512?

``` python facemorpher\averager.py --images=faces --out=average.png Traceback (most recent call last): File "facemorpher\averager.py", line 32, in from facemorpher import locator ModuleNotFoundError: No module named 'facemorpher' ```

`python scripts/txt2img.py --prompt "a photograph of a huge bear, style of TIME magazine" --plms /home/grayson/miniconda3/envs/ldm/lib/python3.8/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libtorch_cuda_cu.so: cannot open shared object file: No such...

I get this error when I run it `selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist`

``` const mpvAPI = require('node-mpv'); const mpv = new mpvAPI(); mpv.start() ``` error: ``` mpv.start() ^ TypeError: mpv.start is not a function ```

bug

What works in stable-diffusion-ui doesn't work here, though I wonder if it is intentional? Or maybe I'm missing a flag.

``` checking for pthread_create in -lpthread... yes ./configure: line 5587: syntax error near unexpected token `,' ./configure: line 5587: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,' ``` on ./configure CFLAGS="-03"