Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/main/diffusers/latent_diffusion_upscaler.ipynb
Views: 2535
Kernel: Python 3
Image super-resolution using Latent Diffusion
This colab notebook shows how to use the Latent Diffusion image super-resolution model using 🧨 diffusers libray.
The model was originally released in Latent Diffusion repo. It's a simple, 4x super-resolution model diffusion model. This model is not conditioned on text.
Install the Deps
In [1]:
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
|████████████████████████████████| 175 kB 5.1 MB/s
|████████████████████████████████| 182 kB 46.5 MB/s
Building wheel for diffusers (PEP 517) ... done
Imports
In [1]:
Load the pipeline
In [2]:
Get the image for demo
In [3]:
Run pipeline to upscale the image
In [4]:
In [5]:
In [ ]: