FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · nikawang/diffusers · GitHub
nikawang
/
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
User selector
Datepicker
Commit history
Commits on Jul 10, 2023
Fixed wrong link in CONTRIBUTING.md (#4028)
Show description for dfd7eaf
susnato
authored
dfd7eaf
View commit details
Copy full SHA for dfd7eaf
Browse repository at this point
[docs] Fix index page (#3997)
Show description for 8dd0ddc
stevhliu
and
pcuenca
authored
8dd0ddc
View commit details
Copy full SHA for 8dd0ddc
Browse repository at this point
Improve loading pipe (#4009)
Show description for 080ecf0
patrickvonplaten
authored
080ecf0
View commit details
Copy full SHA for 080ecf0
Browse repository at this point
Remove remaining `not` in upscale pipeline (#4020)
Show description for 7a91ea6
pcuenca
authored
7a91ea6
View commit details
Copy full SHA for 7a91ea6
Browse repository at this point
minor improvements to the SDXL doc. (#3985)
Show description for e4559f4
sayakpaul
authored
e4559f4
View commit details
Copy full SHA for e4559f4
Browse repository at this point
Correctly keep vae in `float16` when using PyTorch 2 or xFormers (#4019)
Show description for d6b8614
pcuenca
and
xiaohu2015
authored
d6b8614
View commit details
Copy full SHA for d6b8614
Browse repository at this point
[DiffusionPipeline] Deprecate not throwing error when loading non-existant variant (#4011)
Show description for e4f6c37
authored
e4f6c37
View commit details
Copy full SHA for e4f6c37
Browse repository at this point
[SDXL] Fix all sequential offload (#4010)
Show description for 98c9aac
patrickvonplaten
authored
98c9aac
View commit details
Copy full SHA for 98c9aac
Browse repository at this point
Commits on Jul 9, 2023
Minor nits to Dance DIffusion (#4012)
Show description for e3d71ad
osanseviero
authored
e3d71ad
View commit details
Copy full SHA for e3d71ad
Browse repository at this point
Make sure torch compile doesn't access unet config (#4008)
patrickvonplaten
authored
68f61a0
View commit details
Copy full SHA for 68f61a0
Browse repository at this point
make style
patrickvonplaten
committed
4a3e574
View commit details
Copy full SHA for 4a3e574
Browse repository at this point
Refactor LoRA (#3778)
Show description for c2a28c3
williamberman
and
patrickvonplaten
authored
c2a28c3
View commit details
Copy full SHA for c2a28c3
Browse repository at this point
Commits on Jul 7, 2023
Add sdxl prompt embeddings (#3995)
Show description for 78922ed
patrickvonplaten
authored
78922ed
View commit details
Copy full SHA for 78922ed
Browse repository at this point
[Tests] Fix some slow tests (#3989)
Show description for 6fde5a6
patrickvonplaten
authored
6fde5a6
View commit details
Copy full SHA for 6fde5a6
Browse repository at this point
Don't use bare prints in a library (#3991)
cmd410
authored
d1d0b8a
View commit details
Copy full SHA for d1d0b8a
Browse repository at this point
Add 'rank' parameter to Dreambooth LoRA training script (#3945)
isidentical
authored
04ddad4
View commit details
Copy full SHA for 04ddad4
Browse repository at this point
feat: add `Dropout` to Flax UNet (#3894)
Show description for 03d829d
SauravMaheshkar
authored
03d829d
View commit details
Copy full SHA for 03d829d
Browse repository at this point
Fix code snippet for Audio Diffusion (#3987)
osanseviero
authored
8d8b431
View commit details
Copy full SHA for 8d8b431
Browse repository at this point
typo in safetensors (safetenstors) (#3976)
Show description for 1fbcc78
YoraiLevi
authored
1fbcc78
View commit details
Copy full SHA for 1fbcc78
Browse repository at this point
Commits on Jul 6, 2023
fix main docs
patrickvonplaten
committed
51593da
View commit details
Copy full SHA for 51593da
Browse repository at this point
Fix SD XL Docs (#3971)
Show description for 38e563d
patrickvonplaten
authored
38e563d
View commit details
Copy full SHA for 38e563d
Browse repository at this point
fix/doc-code: import torch and fix the broken document address (#3941)
Show description for b8f089c
Aisuko
authored
b8f089c
View commit details
Copy full SHA for b8f089c
Browse repository at this point
Improve SD XL (#3968)
Show description for 187ea53
patrickvonplaten
authored
187ea53
View commit details
Copy full SHA for 187ea53
Browse repository at this point
disable num attenion heads (#3969)
Show description for 8bf80fc
patrickvonplaten
authored
8bf80fc
View commit details
Copy full SHA for 8bf80fc
Browse repository at this point
Add Shap-E (#3742)
Show description for 45f6d52
authored
45f6d52
View commit details
Copy full SHA for 45f6d52
Browse repository at this point
Kandinsky_v22_yiyi (#3936)
Show description for 7462156
authored
7462156
View commit details
Copy full SHA for 7462156
Browse repository at this point
[SD-XL] Add new pipelines (#3859)
Show description for bc9a8ce
authored
bc9a8ce
View commit details
Copy full SHA for bc9a8ce
Browse repository at this point
[Text-to-video] Add `torch.compile()` compatibility (#3949)
Show description for b62d9a1
sayakpaul
authored
b62d9a1
View commit details
Copy full SHA for b62d9a1
Browse repository at this point
[Consistency Models] correct checkpoint url in the doc (#3962)
Show description for 46af982
sayakpaul
authored
46af982
View commit details
Copy full SHA for 46af982
Browse repository at this point
Make `UNet2DConditionOutput` pickle-able (#3857)
Show description for de14261
authored
de14261
View commit details
Copy full SHA for de14261
Browse repository at this point
Update consistency_models.mdx (#3961)
sayakpaul
authored
41ea88f
View commit details
Copy full SHA for 41ea88f
Browse repository at this point
Commits on Jul 5, 2023
Add Consistency Models Pipeline (#3492)
Show description for aed7499
authored
aed7499
View commit details
Copy full SHA for aed7499
Browse repository at this point
Add `timestep_spacing` and `steps_offset` to schedulers (#3947)
Show description for 07c9a08
pcuenca
and
patrickvonplaten
authored
07c9a08
View commit details
Copy full SHA for 07c9a08
Browse repository at this point
Commits on Jul 4, 2023
Fix failing np tests (#3942)
Show description for 2837d49
patrickvonplaten
authored
2837d49
View commit details
Copy full SHA for 2837d49
Browse repository at this point
avoid upcasting by assigning dtype to noise tensor (#3713)
Show description for 1997614
authored
1997614
View commit details
Copy full SHA for 1997614
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL