Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.
 
 

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Stable-Diffusion-Colab

The goal of this repository is to provide a Colab notebook to run the text-to-image "Stable Diffusion" model [1].

Usage

Schedulers

A scheduler [2] can be chosen among:

Parameters

Typically, parameters are set with the following ranges in mind:

  • num_images (default: 4), between 1 and 4,
  • guidance_scale (default: 9), between 0 and 20,
  • num_inference_steps (default: 25), between 10 and 150.

Results

Astronaut on Mars Astronaut on Mars Astronaut on Mars

Different results obtained with the text prompt: "a photo of an astronaut riding a horse on Mars".

Astronaut on Mars Astronaut on Mars Astronaut on Mars

Different results obtained with the text prompt: "a photo of an astronaut riding a horse on Mars" using Dreamlike Photoreal 2.0.

Pikachu in Paris Pikachu in Paris Pikachu in Paris

Different results obtained with the text prompt: "a photo of Pikachu fine dining with a view to the Eiffel Tower".

Pikachu in Paris Pikachu in Paris Pikachu in Paris

Different results obtained with the text prompt: "a photo of Pikachu fine dining with a view to the Eiffel Tower" using Dreamlike Photoreal 2.0.

References

[1] Rombach, Robin, et al. High-resolution image synthesis with latent diffusion models. CVPR 2022. (models & demo)

[2] Karras, Tero, et al. Elucidating the Design Space of Diffusion-Based Generative Models. NeurIPS 2022. (code)

About

Colab notebook to run Image Generation using stable diffusion

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages