CLIP Upscaler and Enhancer
Using OpenAI's CLIP to upscale and enhance images
Based on nshepperd's JAX CLIP Guided Diffusion v2.4
Sample Results
Viewport | Original Image (512x512) | Using This Repo (scaled to 1024x1024 in 45 minutes) | Using Waifu2x (scaled to 1024x1024 in a few seconds) |
---|---|---|---|
Full Image | |||
Zoomed In |
How it works
- Start with any image.
- Find CLIP's embeddings of the image.
- Resize the image to the desired resolution and add some noise.
- Optimize the resized image for the original image's embeddings (using nshepperd's JAX CLIP Guided Diffusion v2.4).