Home/Model Training/Stable-Diffusion-Latent-Space-Explorer
Stable-Diffusion-Latent-Space-Explorer logo

Stable-Diffusion-Latent-Space-Explorer

Enrichment pending
alen-smajic/Stable-Diffusion-Latent-Space-Explorer

Codebase 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.

Python runtimePython

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

python -m venv venv
Source link

Tags

README

Installation

  1. Clone this repository.

    git clone https://github.com/alen-smajic/Stable-Diffusion-Latent-Space-Explorer
    
  2. Create a virtual environment and activate it.

    python -m venv venv
    
  3. Install PyTorch with CUDA (follow this PyTorch installation).

  4. Install diffusers and transformers libraries.

    pip install diffusers["torch"] transformers
    
  5. Optional: Install xFormers for efficient attention.

    pip install xformers