Rodrigo Ceballos
Rodrigo Ceballos
[tensorflow/models.py](https://github.com/shiba24/3d-unet/blob/master/tensorflow/model.py) script tries to import conv3d and deconv3d wrappers from [tf_unet/layers](https://github.com/jakeret/tf_unet/blob/master/tf_unet/layers.py) that don't exist.
I've installed this following linux instructions with no issues. When I run `bash webui.sh` I get the following seemingly normal message: ``` ################################################################ Install script for stable-diffusion + Web UI...
Hi! First of all thank you for an awesome app. I've really enjoyed using it for a year now. Recently it seems a change in iOS has made it so...
Running the example on a local anaconda version of jupyter I get this error: could not register token: [Errno 111] Connection refused Running this from a jupyter notebook with sudo:...
I think neuroglancer might have refactored their code and now trying to pass a resolution argument like this `viewer.add(output_view, resolution=[4, 4, 40], name="output")` as shown in the README throws this...