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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 30, 2022
Add datasets + transformers + scipy to test deps (#279)
Show description for 7e1b202
anton-l
authored
7e1b202
View commit details
Copy full SHA for 7e1b202
Browse repository at this point
Easily understandable error if inference steps not set before using scheduler (#263) (#264)
Show description for 170af08
3 people
authored
170af08
View commit details
Copy full SHA for 170af08
Browse repository at this point
[Docs] Add some guides (#276)
patrickvonplaten
authored
76985bc
View commit details
Copy full SHA for 76985bc
Browse repository at this point
readme: remove soon tag for diffuse-the-rest
Nathan Lambert
authored
851b968
View commit details
Copy full SHA for 851b968
Browse repository at this point
Update README.md
patrickvonplaten
authored
3a5eff9
View commit details
Copy full SHA for 3a5eff9
Browse repository at this point
Update README.md
patrickvonplaten
authored
6e80871
View commit details
Copy full SHA for 6e80871
Browse repository at this point
[README] Add readme for SD (#274)
Show description for eb64e20
patrickvonplaten
authored
eb64e20
View commit details
Copy full SHA for eb64e20
Browse repository at this point
Refactor Pipelines / Community pipelines and add better explanations. (#257)
Show description for a4d5b59
5 people
authored
a4d5b59
View commit details
Copy full SHA for a4d5b59
Browse repository at this point
Refactor progress bar (#242)
Show description for 5e84353
hysts
and
patrickvonplaten
authored
5e84353
View commit details
Copy full SHA for 5e84353
Browse repository at this point
Commits on Aug 29, 2022
Support K-LMS in img2img (#270)
Show description for efa773a
anton-l
authored
efa773a
View commit details
Copy full SHA for efa773a
Browse repository at this point
[BugFix]: Fixed add_noise in LMSDiscreteScheduler (#253)
Show description for da7d4cf
nicolas-dufour
and
anton-l
authored
da7d4cf
View commit details
Copy full SHA for da7d4cf
Browse repository at this point
[Tests] Make sure tests are on GPU (#269)
Show description for 9e1b1ca
patrickvonplaten
authored
9e1b1ca
View commit details
Copy full SHA for 9e1b1ca
Browse repository at this point
Adds missing torch imports to inpainting and image_to_image example (#265)
Show description for 16172c1
PulkitMishra
authored
16172c1
View commit details
Copy full SHA for 16172c1
Browse repository at this point
Commits on Aug 27, 2022
Fix typo in README.md (#260)
webel
authored
28f7305
View commit details
Copy full SHA for 28f7305
Browse repository at this point
Commits on Aug 26, 2022
Fix inpainting script (#258)
Show description for 5cbed8e
patil-suraj
authored
5cbed8e
View commit details
Copy full SHA for 5cbed8e
Browse repository at this point
Initialize CI for code quality and testing (#256)
Show description for 11133dc
anton-l
and
patrickvonplaten
authored
11133dc
View commit details
Copy full SHA for 11133dc
Browse repository at this point
add inpainting example script (#241)
Show description for bb4d605
nagolinc
authored
bb4d605
View commit details
Copy full SHA for bb4d605
Browse repository at this point
Update README.md with examples (#252)
Show description for e5b5dea
Nathan Lambert
and
pcuenca
authored
e5b5dea
View commit details
Copy full SHA for e5b5dea
Browse repository at this point
Commits on Aug 25, 2022
Reproducible images by supplying latents to pipeline (#247)
Show description for bfe37f3
pcuenca
and
patil-suraj
authored
bfe37f3
View commit details
Copy full SHA for bfe37f3
Browse repository at this point
Style the `scripts` directory (#250)
Show description for 89793a9
anton-l
authored
89793a9
View commit details
Copy full SHA for 89793a9
Browse repository at this point
Pin black==22.3 to keep a stable --preview flag (#249)
Show description for 365f752
anton-l
authored
365f752
View commit details
Copy full SHA for 365f752
Browse repository at this point
[Clean up] Clean unused code (#245)
Show description for c1efda7
patrickvonplaten
authored
c1efda7
View commit details
Copy full SHA for c1efda7
Browse repository at this point
Commits on Aug 24, 2022
added test workflow and fixed failing test (#237)
Show description for 4789316
kashif
authored
4789316
View commit details
Copy full SHA for 4789316
Browse repository at this point
split tests_modeling_utils (#223)
Show description for 102cabe
kashif
and
anton-l
authored
102cabe
View commit details
Copy full SHA for 102cabe
Browse repository at this point
Commits on Aug 23, 2022
[example/image2image] raise error if strength is not in desired range (#238)
Show description for 511bd3a
patil-suraj
authored
511bd3a
View commit details
Copy full SHA for 511bd3a
Browse repository at this point
Add image2image example script. (#231)
Show description for 4674fdf
patil-suraj
and
pcuenca
authored
4674fdf
View commit details
Copy full SHA for 4674fdf
Browse repository at this point
Remove dead code in `resnet.py` (#218)
Show description for 6028d58
ydshieh
authored
6028d58
View commit details
Copy full SHA for 6028d58
Browse repository at this point
Commits on Aug 22, 2022
Release: v0.2.4
anton-l
committed
60a1473
View commit details
Copy full SHA for 60a1473
Browse repository at this point
Style quickfix
anton-l
committed
eb5267f
View commit details
Copy full SHA for eb5267f
Browse repository at this point
[Loading] allow modules to be loaded in fp16 (#230)
patrickvonplaten
authored
db5fa43
View commit details
Copy full SHA for db5fa43
Browse repository at this point
Add more visibility to the colab links with badges
anton-l
authored
0ab9485
View commit details
Copy full SHA for 0ab9485
Browse repository at this point
Release: v0.2.3
anton-l
committed
ebd80e2
View commit details
Copy full SHA for ebd80e2
Browse repository at this point
Merge remote-tracking branch 'origin/main'
anton-l
committed
8950923
View commit details
Copy full SHA for 8950923
Browse repository at this point
Fix SD tests .to(device)
anton-l
committed
577a6a6
View commit details
Copy full SHA for 577a6a6
Browse repository at this point
Fix SD example typo
anton-l
authored
62b3efe
View commit details
Copy full SHA for 62b3efe
Browse repository at this point
Previous
Next
You can鈥檛 perform that action at this time.