stable-diffusion-jupyterlab-docker
stable-diffusion-jupyterlab-docker copied to clipboard
Generate images with Stable Diffusion inside JupyterLab!
Results
1
stable-diffusion-jupyterlab-docker issues
Sort by
recently updated
recently updated
newest added
Running through this, found a problem with the code in: /project/03_image_to_image.jpynb In [5]: image = image['sample'][0] reports no index changing to: image = image['images'][0] all good. Maybe it's my version...