Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
linuxem
/
diffusers
Public
forked from
huggingface/diffusers
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
diffusers
src
diffusers
models
__init__.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 30, 2022
Make repo structure consistent (#1862)
Show description for 29b2c93
patrickvonplaten
and
pcuenca
authored
29b2c93
View commit details
Copy full SHA for 29b2c93
View code at this point
Browse repository at this point
Commits on Dec 18, 2022
kakaobrain unCLIP (#1428)
Show description for 2dcf64b
williamberman
and
patrickvonplaten
authored
2dcf64b
View commit details
Copy full SHA for 2dcf64b
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
VQ-diffusion (#658)
Show description for ef2ea33
4 people
authored
ef2ea33
View commit details
Copy full SHA for ef2ea33
View code at this point
Browse repository at this point
Commits on Oct 25, 2022
[Dance Diffusion] Add dance diffusion (#803)
Show description for 88fa6b7
6 people
authored
88fa6b7
View commit details
Copy full SHA for 88fa6b7
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Revert "[v0.4.0] Temporarily remove Flax modules from the public API (#755)"
Show description for 970e306
anton-l
committed
970e306
View commit details
Copy full SHA for 970e306
View code at this point
Browse repository at this point
[v0.4.0] Temporarily remove Flax modules from the public API (#755)
Show description for 2e209c3
anton-l
authored
2e209c3
View commit details
Copy full SHA for 2e209c3
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
FlaxDiffusionPipeline & FlaxStableDiffusionPipeline (#559)
Show description for d934d3d
3 people
authored
d934d3d
View commit details
Copy full SHA for d934d3d
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
Fix flake8 F401 imported but unused (#317)
Show description for 3c138a4
anton-l
authored
3c138a4
View commit details
Copy full SHA for 3c138a4
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
Big Model Renaming (#109)
Show description for 9c3820d
patrickvonplaten
authored
9c3820d
View commit details
Copy full SHA for 9c3820d
View code at this point
Browse repository at this point
Commits on Jul 19, 2022
Get diffusers ready 🚀🚀🚀 (#101)
Show description for 8c31925
patrickvonplaten
authored
8c31925
View commit details
Copy full SHA for 8c31925
View code at this point
Browse repository at this point
Finalize ldm (#96)
Show description for d5acb41
patrickvonplaten
authored
d5acb41
View commit details
Copy full SHA for d5acb41
View code at this point
Browse repository at this point
Commits on Jul 13, 2022
The big purge -> remove everything except vision for now
patrickvonplaten
committed
2a69c0b
View commit details
Copy full SHA for 2a69c0b
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
Add unconditional image generation (#79)
Show description for 06c7973
patrickvonplaten
authored
06c7973
View commit details
Copy full SHA for 06c7973
View code at this point
Browse repository at this point
Commits on Jun 29, 2022
add vae model
patil-suraj
committed
4d1536b
View commit details
Copy full SHA for 4d1536b
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
add score estimation model
patrickvonplaten
committed
ac79692
View commit details
Copy full SHA for ac79692
View code at this point
Browse repository at this point
Commits on Jun 22, 2022
refactor naming
patrickvonplaten
committed
d0032c6
View commit details
Copy full SHA for d0032c6
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
make style
anton-l
committed
9c82c32
View commit details
Copy full SHA for 9c82c32
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
add imports for RL UNet
natolambert
committed
49718b4
View commit details
Copy full SHA for 49718b4
View code at this point
Browse repository at this point
Commits on Jun 15, 2022
remove torchvision dependency
patrickvonplaten
committed
17c574a
View commit details
Copy full SHA for 17c574a
View code at this point
Browse repository at this point
add unet grad tts
patil-suraj
committed
31712de
View commit details
Copy full SHA for 31712de
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
tune ddpm training
anton-l
committed
77451b3
View commit details
Copy full SHA for 77451b3
View code at this point
Browse repository at this point
Commits on Jun 9, 2022
Merge branch 'main' of https://github.com/huggingface/diffusers into main
patil-suraj
committed
4229101
View commit details
Copy full SHA for 4229101
View code at this point
Browse repository at this point
move vqvae in top models dir
patil-suraj
committed
d1af9d9
View commit details
Copy full SHA for d1af9d9
View code at this point
Browse repository at this point
make style
anton-l
committed
528b129
View commit details
Copy full SHA for 528b129
View code at this point
Browse repository at this point
remove CLIPTextModel from src
anton-l
committed
f23bb3e
View commit details
Copy full SHA for f23bb3e
View code at this point
Browse repository at this point
fix setup
patrickvonplaten
committed
cbb19ee
View commit details
Copy full SHA for cbb19ee
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Merge branch 'main' of github.com:huggingface/diffusers
anton-l
committed
ff89f80
View commit details
Copy full SHA for ff89f80
View code at this point
Browse repository at this point
Convert glide upsampling weights
anton-l
committed
f9cdb4d
View commit details
Copy full SHA for f9cdb4d
View code at this point
Browse repository at this point
Add VQVAE
Show description for 67533c7
patil-suraj
authored
67533c7
View commit details
Copy full SHA for 67533c7
View code at this point
Browse repository at this point
add vqvae
patil-suraj
committed
f4ee349
View commit details
Copy full SHA for f4ee349
View code at this point
Browse repository at this point
Style
anton-l
committed
07ffe73
View commit details
Copy full SHA for 07ffe73
View code at this point
Browse repository at this point
Merge branch 'main' of github.com:huggingface/diffusers
Show description for bb98a5b
anton-l
committed
bb98a5b
View commit details
Copy full SHA for bb98a5b
View code at this point
Browse repository at this point
Classifier-free guidance scheduler + GLIDe pipeline
anton-l
committed
1e21f06
View commit details
Copy full SHA for 1e21f06
View code at this point
Browse repository at this point
add unet ldm in init
patil-suraj
committed
4d53a52
View commit details
Copy full SHA for 4d53a52
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
Add glide modeling files
anton-l
committed
111fa99
View commit details
Copy full SHA for 111fa99
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.