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 }}
directedbit
/
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
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 12, 2025
Merge branch 'main' of https://github.com/directedbit/diffusers
directedbit
committed
c6ac1fb
View commit details
Copy full SHA for c6ac1fb
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Modified DDPM pipeline to accept a base image instead
directedbit
committed
5ef84a0
View commit details
Copy full SHA for 5ef84a0
View code at this point
Browse repository at this point
[UNet2DConditionModel] add cross_attention_dim as an argument (#155)
Show description for c4a3b09
patil-suraj
authored
c4a3b09
View commit details
Copy full SHA for c4a3b09
View code at this point
Browse repository at this point
Commits on Aug 3, 2022
Allow DDPM scheduler to use model's predicated variance (#132)
Show description for b6447fa
eyalmazuz
and
anton-l
authored
b6447fa
View commit details
Copy full SHA for b6447fa
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
Release: 0.1.3
anton-l
committed
b6cadce
View commit details
Copy full SHA for b6cadce
View code at this point
Browse repository at this point
[Vae and AutoencoderKL] Final clean of LDM checkpoints (#137)
Show description for 3100bc9
patrickvonplaten
authored
3100bc9
View commit details
Copy full SHA for 3100bc9
View code at this point
Browse repository at this point
Commits on Jul 27, 2022
Add training and batched inference test for DDPM vs DDIM (#140)
Show description for 6c15636
anton-l
authored
6c15636
View commit details
Copy full SHA for 6c15636
View code at this point
Browse repository at this point
Commits on Jul 22, 2022
Expose LR schedulers (#80)
Show description for 570d3f1
osanseviero
and
anton-l
authored
570d3f1
View commit details
Copy full SHA for 570d3f1
View code at this point
Browse repository at this point
Commits on Jul 21, 2022
fixed URLs broken by bdecc3 folder move (#77)
dmarx
authored
1a84bd2
View commit details
Copy full SHA for 1a84bd2
View code at this point
Browse repository at this point
Fix var name (#119)
mrm8488
authored
3247ead
View commit details
Copy full SHA for 3247ead
View code at this point
Browse repository at this point
Release: 0.1.2
patrickvonplaten
committed
2f1f7b0
View commit details
Copy full SHA for 2f1f7b0
View code at this point
Browse repository at this point
Final fixes (#118)
Show description for 5311f56
patrickvonplaten
authored
5311f56
View commit details
Copy full SHA for 5311f56
View code at this point
Browse repository at this point
Add torch_device to the VE pipeline
anton-l
committed
7c0a861
View commit details
Copy full SHA for 7c0a861
View code at this point
Browse repository at this point
Merge branch 'main' of github.com:huggingface/diffusers
anton-l
committed
1345700
View commit details
Copy full SHA for 1345700
View code at this point
Browse repository at this point
Adapt training to the new UNet API
anton-l
committed
302b86b
View commit details
Copy full SHA for 302b86b
View code at this point
Browse repository at this point
README improvements: credits and roadmap (#116)
Show description for d87d5ed
LysandreJik
authored
d87d5ed
View commit details
Copy full SHA for d87d5ed
View code at this point
Browse repository at this point
Fix import metadatalib
patrickvonplaten
committed
e795a4c
View commit details
Copy full SHA for e795a4c
View code at this point
Browse repository at this point
Release: 0.1.1
patrickvonplaten
committed
4293b9f
View commit details
Copy full SHA for 4293b9f
View code at this point
Browse repository at this point
Release: 0.1.0
patrickvonplaten
committed
0e5f2da
View commit details
Copy full SHA for 0e5f2da
View code at this point
Browse repository at this point
modelcards and tensorboard are optional
patrickvonplaten
committed
416749f
View commit details
Copy full SHA for 416749f
View code at this point
Browse repository at this point
some more cleaning
patrickvonplaten
committed
b1b99b5
View commit details
Copy full SHA for b1b99b5
View code at this point
Browse repository at this point
finish pndm sampler
patrickvonplaten
committed
606ac57
View commit details
Copy full SHA for 606ac57
View code at this point
Browse repository at this point
finish pndm sampler
patrickvonplaten
committed
394243c
View commit details
Copy full SHA for 394243c
View code at this point
Browse repository at this point
fixing tests for numpy and make deterministic (ddpm) (#106)
Show description for fe98574
Nathan Lambert
authored
fe98574
View commit details
Copy full SHA for fe98574
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
Rename pipelines (#115)
Show description for 836f3f3
patrickvonplaten
authored
836f3f3
View commit details
Copy full SHA for 836f3f3
View code at this point
Browse repository at this point
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
Merge branch 'main' of https://github.com/huggingface/diffusers into main
patrickvonplaten
committed
13e37ca
View commit details
Copy full SHA for 13e37ca
View code at this point
Browse repository at this point
fix score sde ve scheduler
patrickvonplaten
committed
760dcb1
View commit details
Copy full SHA for 760dcb1
View code at this point
Browse repository at this point
PNDM API Updates, Tests Cleaning (#103)
Show description for 889aa60
Nathan Lambert
authored
889aa60
View commit details
Copy full SHA for 889aa60
View code at this point
Browse repository at this point
make PIL the default output type
anton-l
committed
6b275fc
View commit details
Copy full SHA for 6b275fc
View code at this point
Browse repository at this point
PIL-ify the pipeline outputs (#111)
anton-l
authored
1b42732
View commit details
Copy full SHA for 1b42732
View code at this point
Browse repository at this point
Refactor pipeline outputs, return LDM guidance_scale (#110)
anton-l
authored
8b4371f
View commit details
Copy full SHA for 8b4371f
View code at this point
Browse repository at this point
re-add super.__init__ for all PyTorch modules
patrickvonplaten
committed
919e27d
View commit details
Copy full SHA for 919e27d
View code at this point
Browse repository at this point
Add a decorator for register_to_config (#108)
Show description for ad9d252
sgugger
authored
ad9d252
View commit details
Copy full SHA for ad9d252
View code at this point
Browse repository at this point
Commits on Jul 19, 2022
fix ddpm scheduler
patrickvonplaten
committed
7e11392
View commit details
Copy full SHA for 7e11392
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.