--- dated: '2023-04-20' title: 'Diffusion Wallpapers and Posters' blurb: 'These are wallpapers and posters made by playing around with Stable Diffusion.' image: ./diffusion-posters.webp --- I just made a bunch of images with [Stable Diffusion](https://stability.ai/), which is available for free (kinda cool)! I made them for displaying on my phone, desktop, and physical wall. Enjoy! import Gallery from "@components/Gallery.astro" import { galleryImages } from '../../../src/lib/gallery' export const phoneImages = galleryImages(import.meta.glob('./phone-*.webp', { eager: true, import: 'default' }), { post: 'posters-diffusion', label: 'Phone wallpaper generated with Stable Diffusion' }) export const visionImages = galleryImages(import.meta.glob('./vision-*.webp', { eager: true, import: 'default' }), { post: 'posters-diffusion', label: 'Desktop wallpaper generated with Stable Diffusion' }) export const posterImages = galleryImages(import.meta.glob('./poster-36x24-*.webp', { eager: true, import: 'default' }), { post: 'posters-diffusion', label: '36 by 24 inch wall poster generated with Stable Diffusion' }) # Phone Wallpapers # Desktop Wallpapers # Wall Posters (36x24)