FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - 0xdevalias/diffusers · GitHub
0xdevalias
/
diffusers
Public
forked from
huggingface/diffusers
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Datepicker
Commit history
Commits on Nov 9, 2022
Factor out encode text with Copied from (#1224)
Show description for 3d98dc7
patrickvonplaten
authored
3d98dc7
View commit details
Copy full SHA for 3d98dc7
View code at this point
Browse repository at this point
apply `repeat_interleave` fix for `mps` to stable diffusion image2image pipeline (#1135)
Show description for 4969f46
jncasey
authored
4969f46
View commit details
Copy full SHA for 4969f46
View code at this point
Browse repository at this point
Add LDM Super Resolution pipeline (#1116)
Show description for 5a59f9b
authored
5a59f9b
View commit details
Copy full SHA for 5a59f9b
View code at this point
Browse repository at this point
[Loading] Make sure loading edge cases work (#1192)
Show description for b93fe08
patrickvonplaten
authored
b93fe08
View commit details
Copy full SHA for b93fe08
View code at this point
Browse repository at this point
Fix slow tests (#1210)
Show description for 6cf72a9
patrickvonplaten
authored
6cf72a9
View commit details
Copy full SHA for 6cf72a9
View code at this point
Browse repository at this point
Fix cpu offloading (#1177)
Show description for 24895a1
anton-l
authored
24895a1
View commit details
Copy full SHA for 24895a1
View code at this point
Browse repository at this point
add licenses to pipelines (#1201)
Show description for 598ff76
Nathan Lambert
authored
598ff76
View commit details
Copy full SHA for 598ff76
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
[Scheduler] Move predict epsilon to init (#1155)
Show description for 249d9bc
patrickvonplaten
and
pcuenca
authored
249d9bc
View commit details
Copy full SHA for 249d9bc
View code at this point
Browse repository at this point
handle dtype xformers attention (#1196)
Show description for 5786b0e
patil-suraj
authored
5786b0e
View commit details
Copy full SHA for 5786b0e
View code at this point
Browse repository at this point
Restore compatibility with deprecated `StableDiffusionOnnxPipeline` (#1191)
Show description for 614c182
pcuenca
authored
614c182
View commit details
Copy full SHA for 614c182
View code at this point
Browse repository at this point
[ONNX] Improve ONNXPipeline scheduler compatibility, fix safety_checker (#1173)
Show description for 11f7d6f
anton-l
authored
11f7d6f
View commit details
Copy full SHA for 11f7d6f
View code at this point
Browse repository at this point
MPS schedulers: don't use float64 (#1169)
Show description for 813744e
pcuenca
authored
813744e
View commit details
Copy full SHA for 813744e
View code at this point
Browse repository at this point
[DDIMScheduler] fix noise device in ddim step (#1189)
Show description for 5a8b356
patil-suraj
authored
5a8b356
View commit details
Copy full SHA for 5a8b356
View code at this point
Browse repository at this point
Fix small typo (#1178)
Show description for 20a05d6
pcuenca
authored
20a05d6
View commit details
Copy full SHA for 20a05d6
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
Fix dtype safety checker inpaint legacy (#1137)
Show description for 72eae64
patrickvonplaten
authored
72eae64
View commit details
Copy full SHA for 72eae64
View code at this point
Browse repository at this point
Fix community pipeline links (#1162)
Show description for 0dd8c6b
pcuenca
authored
0dd8c6b
View commit details
Copy full SHA for 0dd8c6b
View code at this point
Browse repository at this point
Fix typo latens -> latents (#1171)
Show description for cd502b2
duongna21
authored
cd502b2
View commit details
Copy full SHA for cd502b2
View code at this point
Browse repository at this point
Remove warning about half precision on MPS (#1163)
Show description for e86a280
pcuenca
authored
e86a280
View commit details
Copy full SHA for e86a280
View code at this point
Browse repository at this point
Commits on Nov 6, 2022
Add multistep DPM-Solver discrete scheduler (#1132)
Show description for b4a1ed8
LuChengTHU
and
patil-suraj
authored
b4a1ed8
View commit details
Copy full SHA for b4a1ed8
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
Flax: Flip sin to cos in time embeddings (#1149)
Show description for 08a6dc8
pcuenca
authored
08a6dc8
View commit details
Copy full SHA for 08a6dc8
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
Add CycleDiffusion pipeline using Stable Diffusion (#888)
Show description for 9d8943b
authored
9d8943b
View commit details
Copy full SHA for 9d8943b
View code at this point
Browse repository at this point
add enable sequential cpu offloading to other stable diffusion pipelines (#1085)
Show description for 1172c96
authored
1172c96
View commit details
Copy full SHA for 1172c96
View code at this point
Browse repository at this point
Bump to 0.8.0.dev0 (#1131)
Show description for 2fcae69
anton-l
authored
2fcae69
View commit details
Copy full SHA for 2fcae69
View code at this point
Browse repository at this point
fix the parameter naming in `self.downsamplers` (#1108)
Show description for 5b20d3b
chenguolin
and
patrickvonplaten
authored
5b20d3b
View commit details
Copy full SHA for 5b20d3b
View code at this point
Browse repository at this point
Move accelerate to a soft-dependency (#1134)
Show description for 1d0f3c2
patrickvonplaten
and
anton-l
authored
1d0f3c2
View commit details
Copy full SHA for 1d0f3c2
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
make style
patrickvonplaten
committed
bde4880
View commit details
Copy full SHA for bde4880
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/huggingface/diffusers into main
patrickvonplaten
committed
9eb389f
View commit details
Copy full SHA for 9eb389f
View code at this point
Browse repository at this point
Correct VQDiffusion Pipeline import
patrickvonplaten
committed
33108bf
View commit details
Copy full SHA for 33108bf
View code at this point
Browse repository at this point
Release: v0.7.0
anton-l
committed
1578679
View commit details
Copy full SHA for 1578679
View code at this point
Browse repository at this point
handle device for randn in euler step (#1124)
Show description for 7b030a7
patil-suraj
authored
7b030a7
View commit details
Copy full SHA for 7b030a7
View code at this point
Browse repository at this point
[Low cpu memory] Correct naming and improve default usage (#1122)
Show description for 42bb459
patrickvonplaten
and
patil-suraj
authored
42bb459
View commit details
Copy full SHA for 42bb459
View code at this point
Browse repository at this point
fix copies
patrickvonplaten
committed
988c822
View commit details
Copy full SHA for 988c822
View code at this point
Browse repository at this point
default fast model loading 🔥 (#1115)
Show description for 7482178
authored
7482178
View commit details
Copy full SHA for 7482178
View code at this point
Browse repository at this point
VQ-diffusion (#658)
Show description for ef2ea33
authored
ef2ea33
View commit details
Copy full SHA for ef2ea33
View code at this point
Browse repository at this point
Continuation of #1035 (#1120)
Show description for 269109d
pcuenca
and
Had
authored
269109d
View commit details
Copy full SHA for 269109d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL