An open API service indexing awesome lists of open source software.

https://github.com/cansik/diffusion-playground

A playground for image generation using diffusion models
https://github.com/cansik/diffusion-playground

diffusers interpolation latent-space stable-diffusion

Last synced: about 1 month ago
JSON representation

A playground for image generation using diffusion models

Awesome Lists containing this project

README

          

# Diffusion Playground

Experiments with image generation models. The experiments are mainly for
the [SDXL Turbo model](https://huggingface.co/stabilityai/sdxl-turbo), as it is more interesting to play with such a
reactive model.

## Installation

Please use a recent version of python (`3.11` recommended):

```
pip install -r requirements.txt
```

## Experiments

### Prompt Latent Walk

![Prompt Latent Walk](images/cat-dog-rabbit-walk.gif)

Generate latent walks in the prompt latent space.

```
python prompt-latent-walk.py
```

### Prompt Latent Walk Web

![Prompt Latent Walk Web](images/prompt-latent-walk-web.jpg)

A webinterface to create latent walks.

```
python prompt-latent-walk-web.py
```

### Noise Latent Walk

Initial implementation of initial noise latent walk.

```
python noise-latent-walk.py
```

### Latent Explorer Web

![Latent Explorer Web](images/latent-explorer-web.jpg)

Explore the noise latent space with 4 sliders.

```
python latent-explorer-web.py
```

## About

Copyright (c) 2024 Florian Bruggisser