Stability-AI / stablediffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
39.25k stars 5.06k forks source link

Enhance code readability with type hints and docstrings #400

Open mandlinsarah opened 2 months ago

mandlinsarah commented 2 months ago

Included type hints for better code readability and maintainability. Enhanced docstrings in the DPMSolverSampler class for a clearer understanding.