Python Torch

Open-source Python projects categorized as Torch

Top 23 Python Torch Projects

  1. stable-diffusion-webui

    Stable Diffusion web UI

    Project mention: Enhancing Creativity: A Web Interface for Stable Diffusion | dev.to | 2025-03-21

    For those interested in this innovative tool, accessing the GitHub repository at https://github.com/AUTOMATIC1111/stable-diffusion-webui provides further details and instructions on how to utilize its features effectively. Embrace the future of creativity and unlock new possibilities with this enhanced web interface for Stable Diffusion.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ChatTTS

    A generative speech model for daily dialogue.

  4. superduper

    Superduper: End-to-end framework for building custom AI applications and agents.

  5. gluonts

    Probabilistic time series modeling in Python

  6. Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials

    A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.

  7. rl

    A modular, primitive-first, python-first PyTorch library for Reinforcement Learning. (by pytorch)

  8. torchinfo

    View model summaries in PyTorch!

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. QualityScaler

    QualityScaler - image/video deeplearning upscaling for any GPU

  11. stable-diffusion-webui-amdgpu

    Stable Diffusion web UI

  12. pykeen

    🤖 A Python library for learning and evaluating knowledge graph embeddings

  13. fastsdcpu

    Fast stable diffusion on CPU and AI PC

    Project mention: Diffusing Images on a Laptop with no GPU | dev.to | 2025-04-21

    FROM ubuntu:24.04 AS base RUN apt update \ && apt-get install -y python3 python3-venv python3-pip python3-wheel ffmpeg git wget nano \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && pip install uv --break-system-packages FROM base AS fastsd ARG FASTSDCPU_VERSION=v1.0.0-beta.200 RUN git clone https://github.com/rupeshs/fastsdcpu /app \ && cd app \ && git checkout -b $FASTSDCPU_VERSION \ && wget https://huggingface.co/rupeshs/FastSD-Flux-GGUF/resolve/main/libstable-diffusion.so?download=true -O libstable-diffusion.so WORKDIR /app SHELL [ "/bin/bash", "-c" ] RUN echo y | bash -x ./install.sh --disable-gui VOLUME /app/models/gguf/ VOLUME /app/lora_models/ VOLUME /app/controlnet_models/ VOLUME /root/.cache/huggingface/hub/ ENV GRADIO_SERVER_NAME=0.0.0.0 EXPOSE 7860 CMD [ "/app/start-webui.sh" ]

  14. image-background-remove-tool

    ✂️ Automated high-quality background removal framework for an image using neural networks. ✂️

  15. stable-fast

    https://wavespeed.ai/ Best inference performance optimization framework for HuggingFace Diffusers on NVIDIA GPUs.

  16. concrete-ml

    Concrete ML: Privacy Preserving ML framework using Fully Homomorphic Encryption (FHE), built on top of Concrete, with bindings to traditional ML frameworks.

  17. bittensor

    Internet-scale Neural Networks

  18. stable-diffusion-webui-ux

    Stable Diffusion web UI UX

  19. chemicalx

    A PyTorch and TorchDrug based deep learning library for drug pair scoring. (KDD 2022)

  20. AdvancedLivePortrait-WebUI

    gradio WebUI for AdvancedLivePortrait

    Project mention: Ultralytics AI Pwn Request Supply Chain Attack | dev.to | 2024-12-11

    Link: https://github.com/jhj0517/AdvancedLivePortrait-WebUI/issues/19

  21. ProjectBabble

    A DIY mouth tracking method for VR

  22. MultiModalMamba

    A novel implementation of fusing ViT with Mamba into a fast, agile, and high performance Multi-Modal Model. Powered by Zeta, the simplest AI framework ever.

  23. Auto1111SDK

    An SDK/Python library for Automatic 1111 to run state-of-the-art diffusion models

  24. xllm

    🦖 X—LLM: Cutting Edge & Easy LLM Finetuning

  25. zuko

    Normalizing flows in PyTorch

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Torch discussion

Log in or Post with

Python Torch related posts

  • ONNX: The Open Standard for Seamless Machine Learning Interoperability

    3 projects | news.ycombinator.com | 15 Aug 2024
  • Build fully portable AI applications on top of Snowflake with SuperDuperDB

    1 project | dev.to | 26 Jun 2024
  • Trending on GitHub top 10 globally for the 4th day in a row: Open-source framework for integrating OpenAI with major databases

    1 project | /r/OpenAI | 10 Dec 2023
  • Trending on GitHub top 10 for the 4th day in a row: Open-source framework for integrating AI models and APIs directly with all major SQL databases

    1 project | /r/SQL | 10 Dec 2023
  • Trending on GitHub top 10 for the 4th day in a row and official technology partner of MongoDB: Open-source framework for integrating AI with MongoDB and MongoDB Atlas

    1 project | /r/mongodb | 10 Dec 2023
  • Trending on GitHub top 10 globally for the 4th day in a row: Open-source framework for integrating OpenAI and GPT with major databases

    2 projects | /r/ChatGPT | 10 Dec 2023
  • Trending on GitHub globally 3 days in a row: SuperDuperDB, a framework for integrating AI with major databases (making them super-duper)

    1 project | /r/programming | 9 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Sep 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Torch projects in Python? This list will help you:

# Project Stars
1 stable-diffusion-webui 155,928
2 ChatTTS 37,647
3 superduper 5,158
4 gluonts 4,991
5 Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials 3,897
6 rl 3,014
7 torchinfo 2,840
8 QualityScaler 2,549
9 stable-diffusion-webui-amdgpu 2,211
10 pykeen 1,862
11 fastsdcpu 1,772
12 image-background-remove-tool 1,510
13 stable-fast 1,283
14 concrete-ml 1,263
15 bittensor 1,222
16 stable-diffusion-webui-ux 1,086
17 chemicalx 741
18 AdvancedLivePortrait-WebUI 511
19 ProjectBabble 477
20 MultiModalMamba 460
21 Auto1111SDK 410
22 xllm 403
23 zuko 402

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?