ML × Interaction Design. Making @clipdropapp, prev: resident @googlearts, head @ecal_mid, co-founder @lab212
Jan 14 • 9 tweets • 3 min read
Stable Diffusion 100% in the browser with running at < 1s per image ⚡️
Thanks to SD Turbo by @AxSauer & al @StabilityAI and diffusers.js on webGPU by @daken_
Demo:
More info in ↓🧵 cyrildiagne.com/lab/sdturbo-we…
It’s currently only compatible Chrome/Edge v120+ (webgpu can be enabled with an experimental flag on Safari TP & Firefox 122+)
You need to activate both experimental WebAssembly flags to run the latest @onnxruntime
Jun 17, 2022 • 5 tweets • 6 min read
Today we're launching @clipdropapp Image Upscaler on @ProductHunt, the easiest way to upscale your images 2x or 4x with AI.
⚡️ Upscale, denoise and enhance in 1 click
🔍 Sharpen blurry edges
✨ Remove JPEG compression artifacts
🔌 Public API
Technical Insights: ↓
The magic here is to use ARCore + AugmentedImages rather than SIFT.
Phone gets a new desktop screenshot on touch and adds it to ARCore (< 100ms).
Tracking is crazy fast & precise.
Interesting alternative to touch screen for interactive installations!
#ML#AR#AI#AIUX#Adobe#Photoshop
The secret sauce here is BASNet (Qin et al, CVPR 2019) for salient object detection and background removal.
The accuracy and range of this model are stunning and there are many nice use cases so I packaged it as a micro-service / docker image: github.com/cyrildiagne/ba…
Feb 10, 2019 • 4 tweets • 2 min read
The coarse knob of #StyleGAN really is mesmerizing. Esp. how it adds/replaces some features to match the artistic style (collars, hats..etc)
On random interpolation, the truncated latent space also looks surprisingly continuous & morphologically coherent.