Stable-Diffusion-Latent-Space-Explorer
Enrichment pendingCodebase for performing various experiments with Stable Diffusion, supported by the diffusers library.
GraphCanon updated today · GitHub synced today
227
Stars
12
Forks
1
Open issues
3
Watchers
2y
Last push
Python MITCreated Mar 17, 2023
Trust & integrity
Full report- Maintenance
- Dormant (1091d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal 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
Codebase for performing various experiments with Stable Diffusion, supported by the diffusers library.
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
Installation
-
Clone this repository.
git clone https://github.com/alen-smajic/Stable-Diffusion-Latent-Space-Explorer -
Create a virtual environment and activate it.
python -m venv venv -
Install PyTorch with CUDA (follow this PyTorch installation).
-
Install diffusers and transformers libraries.
pip install diffusers["torch"] transformers -
Optional: Install xFormers for efficient attention.
pip install xformers