Home/Model Training/stable-diffusion
stable-diffusion logo

stable-diffusion

Enrichment pending
CompVis/stable-diffusion

A latent text-to-image diffusion model

GraphCanon updated today · GitHub synced today

73k
Stars
11k
Forks
617
Open issues
567
Watchers
2y
Last push
Jupyter Notebook OtherCreated Aug 10, 2022

Trust & integrity

Full report
Maintenance
Dormant (753d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

A latent text-to-image diffusion model

Capability facts

Languages
jupyter notebook

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

pip install transformers==4.19.2 diffusers invisible-watermark
Source link

Tags

README

Requirements

A suitable conda environment named ldm can be created and activated with:

conda env create -f environment.yaml
conda activate ldm

You can also update an existing latent diffusion environment by running

conda install pytorch torchvision -c pytorch
pip install transformers==4.19.2 diffusers invisible-watermark
pip install -e .