Thanks to visit codestin.com
Credit goes to www.libhunt.com

Python Torch

Open-source Python projects categorized as Torch

Top 23 Python Torch Projects

  1. stable-diffusion-webui

    Stable Diffusion web UI

    Project mention: Set up your own personal AI Frankenstack: DIY edition | dev.to | 2025-09-03

    Link (Github): https://github.com/AUTOMATIC1111/stable-diffusion-webui

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream 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. 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
  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. concrete-ml

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

  16. bittensor

    Internet-scale Neural Networks

  17. stable-fast

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

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

    Normalizing flows in PyTorch

  24. Auto1111SDK

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

  25. xllm

    🦖 X—LLM: Cutting Edge & Easy LLM Finetuning

  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

  • Set up your own personal AI Frankenstack: DIY edition

    3 projects | dev.to | 3 Sep 2025
  • 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
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Nov 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 158,141
2 ChatTTS 38,144
3 superduper 5,228
4 gluonts 5,054
5 Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials 3,936
6 rl 3,160
7 torchinfo 2,878
8 QualityScaler 2,673
9 stable-diffusion-webui-amdgpu 2,264
10 pykeen 1,910
11 fastsdcpu 1,857
12 image-background-remove-tool 1,520
13 concrete-ml 1,342
14 bittensor 1,296
15 stable-fast 1,288
16 stable-diffusion-webui-ux 1,093
17 chemicalx 748
18 AdvancedLivePortrait-WebUI 516
19 ProjectBabble 496
20 MultiModalMamba 459
21 zuko 417
22 Auto1111SDK 411
23 xllm 406

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

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