FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/diffusers - ModelsLab/diffusers_plus_plus · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ModelsLab
/
diffusers_plus_plus
Public
forked from
huggingface/diffusers
Notifications
You must be signed in to change notification settings
Fork
2
Star
14
Code
Issues
13
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
diffusers_plus_plus
src
diffusers
on
main
User selector
Datepicker
Commit history
Commits on Sep 18, 2024
update readme
shauray8
committed
43ec908
View commit details
Copy full SHA for 43ec908
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
set max_shard_size to None for pipeline save_pretrained (#9447)
Show description for da18fbd
a-r-r-o-w
and
yiyixuxu
authored
da18fbd
View commit details
Copy full SHA for da18fbd
View code at this point
Browse repository at this point
Feature flux controlnet img2img and inpaint pipeline (#9408)
Show description for bb1b0fa
ighoshsubho
authored
bb1b0fa
View commit details
Copy full SHA for bb1b0fa
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
[docs] Replace runwayml/stable-diffusion-v1-5 with Lykon/dreamshaper-8 (#9428)
Show description for b52119a
suzukimain
and
stevhliu
authored
b52119a
View commit details
Copy full SHA for b52119a
View code at this point
Browse repository at this point
CogVideoX-5b-I2V support (#9418)
Show description for 8336405
zRzRzRzRzRzRzR
and
a-r-r-o-w
authored
8336405
View commit details
Copy full SHA for 8336405
View code at this point
Browse repository at this point
Allow max shard size to be specified when saving pipeline (#9440)
Show description for 2454b98
a-r-r-o-w
authored
2454b98
View commit details
Copy full SHA for 2454b98
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
[LoRA] fix adapter movement when using DoRA. (#9411)
Show description for 6dc6486
sayakpaul
authored
6dc6486
View commit details
Copy full SHA for 6dc6486
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
Merge branch 'main' of https://github.com/huggingface/diffusers into huggingface-main
Tanmaypatil123
committed
23a015c
View commit details
Copy full SHA for 23a015c
View code at this point
Browse repository at this point
Ptxla sd training (#9381)
Show description for 45aa8bb
authored
45aa8bb
View commit details
Copy full SHA for 45aa8bb
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
FluxPosEmbed: Remove Squeeze No-op (#9409)
Show description for b9e2f88
asfiyab-nvidia
and
yiyixuxu
authored
b9e2f88
View commit details
Copy full SHA for b9e2f88
View code at this point
Browse repository at this point
Migrate the BrownianTree to BrownianInterval in DPM solver (#9335)
Show description for b19827f
dianyo
and
yiyixuxu
authored
b19827f
View commit details
Copy full SHA for b19827f
View code at this point
Browse repository at this point
[Tests] fix some fast gpu tests. (#9379)
Show description for adf1f91
sayakpaul
authored
adf1f91
View commit details
Copy full SHA for adf1f91
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
fix from_transformer() with extra conditioning channels (#9364)
Show description for f28a8c2
authored
f28a8c2
View commit details
Copy full SHA for f28a8c2
View code at this point
Browse repository at this point
[Pipeline] animatediff + vid2vid + controlnet (#9337)
Show description for a7361dc
reallyigor
authored
a7361dc
View commit details
Copy full SHA for a7361dc
View code at this point
Browse repository at this point
refactor `get_timesteps` for SDXL img2img + add set_begin_index (#9375)
Show description for 485b8bb
yiyixuxu
authored
485b8bb
View commit details
Copy full SHA for 485b8bb
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
add flux inpaint + img2img + controlnet to auto pipeline (#9367)
yiyixuxu
authored
8cdcdd9
View commit details
Copy full SHA for 8cdcdd9
View code at this point
Browse repository at this point
[core] Freenoise memory improvements (#9262)
Show description for 6dfa499
a-r-r-o-w
authored
6dfa499
View commit details
Copy full SHA for 6dfa499
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
fix one uncaught deprecation warning for accessing vae_latent_channels in VaeImagePreprocessor (#9372)
Show description for 5249a26
haruishi43
authored
5249a26
View commit details
Copy full SHA for 5249a26
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
Update `UNet2DConditionModel`'s error messages (#9230)
Show description for 3000551
tolgacangoz
authored
3000551
View commit details
Copy full SHA for 3000551
View code at this point
Browse repository at this point
Add Flux inpainting and Flux Img2Img (#9135)
Show description for 249a9e4
Gothos
and
yiyixuxu
authored
249a9e4
View commit details
Copy full SHA for 249a9e4
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/huggingface/diffusers into huggingface-main
Tanmaypatil123
committed
ac5f087
View commit details
Copy full SHA for ac5f087
View code at this point
Browse repository at this point
Enable `load_lora_weights` for `StableDiffusion3InpaintPipeline` (#9330)
Show description for 8ecf499
baldesco
and
sayakpaul
authored
8ecf499
View commit details
Copy full SHA for 8ecf499
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
small update on rotary embedding (#9354)
Show description for dcf320f
yiyixuxu
and
sayakpaul
authored
dcf320f
View commit details
Copy full SHA for dcf320f
View code at this point
Browse repository at this point
chore: add a cleaning utility to be useful during training. (#9240)
sayakpaul
authored
8ba90aa
View commit details
Copy full SHA for 8ba90aa
View code at this point
Browse repository at this point
[refactor] move positional embeddings to patch embed layer for CogVideoX (#9263)
Show description for 9d49b45
a-r-r-o-w
authored
9d49b45
View commit details
Copy full SHA for 9d49b45
View code at this point
Browse repository at this point
Xlabs lora fix (#9348)
Show description for 1c1ccaa
Gothos
and
sayakpaul
authored
1c1ccaa
View commit details
Copy full SHA for 1c1ccaa
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
[core] Support VideoToVideo with CogVideoX (#9333)
Show description for 0e6a840
a-r-r-o-w
authored
0e6a840
View commit details
Copy full SHA for 0e6a840
View code at this point
Browse repository at this point
[core] CogVideoX memory optimizations in VAE encode (#9340)
Show description for af6c0fb
a-r-r-o-w
authored
af6c0fb
View commit details
Copy full SHA for af6c0fb
View code at this point
Browse repository at this point
Commits on Aug 30, 2024
update runway repo for single_file (#9323)
Show description for d8a1663
yiyixuxu
authored
d8a1663
View commit details
Copy full SHA for d8a1663
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
refactor rotary embedding 3: so it is not on cpu (#9307)
Show description for 61d96c3
yiyixuxu
authored
61d96c3
View commit details
Copy full SHA for 61d96c3
View code at this point
Browse repository at this point
rotary embedding refactor 2: update comments, fix dtype for use_real=False (#9312)
Show description for 4f495b0
yiyixuxu
authored
4f495b0
View commit details
Copy full SHA for 4f495b0
View code at this point
Browse repository at this point
Merge branch 'huggingface:main' into main
shauray8
authored
71605da
View commit details
Copy full SHA for 71605da
View code at this point
Browse repository at this point
[LoRA] support kohya and xlabs loras for flux. (#9295)
Show description for 2a3fbc2
authored
2a3fbc2
View commit details
Copy full SHA for 2a3fbc2
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
merge fixes
shauray8
committed
db4a930
View commit details
Copy full SHA for db4a930
View code at this point
Browse repository at this point
Change default for `guidance_scale`in FLUX (#9305)
Show description for 089cf79
apolinario
authored
089cf79
View commit details
Copy full SHA for 089cf79
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL