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 }}
python273
/
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
fix-makefile
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 17, 2022
Revive Make utils
anton-l
committed
df8eecf
View commit details
Copy full SHA for df8eecf
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Release: v0.2.2
patrickvonplaten
committed
4b02f53
View commit details
Copy full SHA for 4b02f53
View code at this point
Browse repository at this point
[K-LMS Scheduler] fix import (#191)
patrickvonplaten
authored
27d11a0
View commit details
Copy full SHA for 27d11a0
View code at this point
Browse repository at this point
Release: v0.2.1
anton-l
committed
c1b378d
View commit details
Copy full SHA for c1b378d
View code at this point
Browse repository at this point
[Stable diffusion] Hot fix
patrickvonplaten
committed
b50a9ae
View commit details
Copy full SHA for b50a9ae
View code at this point
Browse repository at this point
Release: v0.2.0
anton-l
committed
ea2e177
View commit details
Copy full SHA for ea2e177
View code at this point
Browse repository at this point
Allow passing non-default modules to pipeline (#188)
Show description for 513f1fb
pcuenca
and
patrickvonplaten
authored
513f1fb
View commit details
Copy full SHA for 513f1fb
View code at this point
Browse repository at this point
Add K-LMS scheduler from k-diffusion (#185)
Show description for d7b6920
anton-l
authored
d7b6920
View commit details
Copy full SHA for d7b6920
View code at this point
Browse repository at this point
[Naming] correct config naming of DDIM pipeline (#187)
patrickvonplaten
authored
9070c39
View commit details
Copy full SHA for 9070c39
View code at this point
Browse repository at this point
[PNDM] Stable diffusion (#186)
Show description for 194ed79
patrickvonplaten
authored
194ed79
View commit details
Copy full SHA for 194ed79
View code at this point
Browse repository at this point
[Half precision] Make sure half-precision is correct (#182)
Show description for 051b346
patrickvonplaten
and
patil-suraj
authored
051b346
View commit details
Copy full SHA for 051b346
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
allow custom height, width in StableDiffusionPipeline (#179)
Show description for 5f25818
patil-suraj
authored
5f25818
View commit details
Copy full SHA for 5f25818
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
Stable diffusion pipeline (#168)
Show description for 5782e03
patil-suraj
and
patrickvonplaten
authored
5782e03
View commit details
Copy full SHA for 5782e03
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
[LDM pipeline] fix eta condition. (#171)
Show description for 92b6dbb
patil-suraj
authored
92b6dbb
View commit details
Copy full SHA for 92b6dbb
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
[PNDM in LDM pipeline] use inspect in pipeline instead of unused kwargs (#167)
Show description for c72e343
patil-suraj
authored
c72e343
View commit details
Copy full SHA for c72e343
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
allow pndm scheduler to be used with ldm pipeline (#165)
patil-suraj
authored
3228eb1
View commit details
Copy full SHA for 3228eb1
View code at this point
Browse repository at this point
add scaled_linear schedule in PNDM and DDPM (#164)
patil-suraj
authored
c1488ff
View commit details
Copy full SHA for c1488ff
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
add attention up/down blocks for VAE (#161)
patil-suraj
authored
b344c95
View commit details
Copy full SHA for b344c95
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
Add an alternative Karras et al. stochastic scheduler for VE models (#160)
Show description for dd10da7
anton-l
authored
dd10da7
View commit details
Copy full SHA for dd10da7
View code at this point
Browse repository at this point
[LDMTextToImagePipeline] make text model generic (#162)
Show description for 543ee1e
patil-suraj
authored
543ee1e
View commit details
Copy full SHA for 543ee1e
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
Minor typos (#159)
pcuenca
authored
75b6c16
View commit details
Copy full SHA for 75b6c16
View code at this point
Browse repository at this point
Fix arg key for `dataset_name` in `create_model_card` (#158)
Show description for c4ae7c2
pcuenca
authored
c4ae7c2
View commit details
Copy full SHA for c4ae7c2
View code at this point
Browse repository at this point
[VAE] fix the downsample block in Encoder. (#156)
Show description for a209037
patil-suraj
authored
a209037
View commit details
Copy full SHA for a209037
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
[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
Previous
Next
You can’t perform that action at this time.