diffusers
feat: allow disk offload for diffuser models
#3285
Merged

feat: allow disk offload for diffuser models #3285

hari10599
hari10599 allow disk offload for diffuser models
8511176f
HuggingFaceDocBuilderDev
hari10599 sort import
26e322d7
hari10599 hari10599 changed the title allow disk offload for diffuser models feat: allow disk offload for diffuser models 2 years ago
patrickvonplaten
patrickvonplaten patrickvonplaten requested a review from sayakpaul sayakpaul 2 years ago
patrickvonplaten
patrickvonplaten approved these changes on 2023-05-03
sayakpaul
sayakpaul approved these changes on 2023-05-03
hari10599 add max_memory argument
6653047c
IliaLarchenko Changed sample[0] to images[0] (#3304)
87c39683
IliaLarchenko Typo in tutorial (#3295)
4a16aab3
patrickvonplaten Torch compile graph fix (#3286)
73e9c24c
yiyixuxu Postprocessing refactor img2img (#3268)
1786d33d
patrickvonplaten [Torch 2.0 compile] Fix more torch compile breaks (#3313)
05c6060c
sayakpaul fix: scale_lr and sync example readme and docs. (#3299)
7a5811b8
mu94-csl Update stable_diffusion.mdx (#3310)
f7b042c0
gitmylo Fix missing variable assign in DeepFloyd-IF-II (#3315)
2d3067e6
patrickvonplaten Correct doc build for patch releases (#3316)
add3f977
Markus-Pobitzer Add Stable Diffusion RePaint to community pipelines (#3320)
7be5b0a5
LuChengTHU Fix multistep dpmsolver for cosine schedule (suitable for deepfloyd-i…
22bfb080
stevhliu [docs] Improve LoRA docs (#3311)
ab0f138d
isamu-isozaki Added input pretubation (#3292)
4f32c186
csaybar Update write_own_pipeline.mdx (#3323)
5faa00f7
sayakpaul update controlling generation doc with latest goodies. (#3321)
6316e880
patrickvonplaten [Quality] Make style (#3341)
ffe37384
patrickvonplaten Fix config dpm (#3343)
880a83b3
LuChengTHU Add the SDE variant of DPM-Solver and DPM-Solver++ (#3344)
ae6444dc
will-rice Add upsample_size to AttnUpBlock2D, AttnDownBlock2D (#3275)
95327190
arrufat Rename --only_save_embeds to --save_as_full_pipeline (#3206)
7315d6d9
sanchit-gandhi [AudioLDM] Generalise conversion script (#3328)
de969901
At-sushi Fix TypeError when using prompt_embeds and negative_prompt (#2982)
7161fbd9
themrzmaster Fix pipeline class on README (#3345)
75ed7898
LysandreJik Inpainting: typo in docs (#3331)
3572fd8e
Isotr0py Add `use_Karras_sigmas` to LMSDiscreteScheduler (#3351)
5c51eabd
pdoane Batched load of textual inversions (#3277)
9c6ae6c6
patrickvonplaten make fix-copies
bd9cf768
stevhliu [docs] Fix docstring (#3334)
361b62fd
williamberman if dreambooth lora (#3360)
92c2b0c3
yiyixuxu Postprocessing refactor all others (#3337)
39e6998b
stevhliu [docs] Improve safetensors docstring (#3368)
fc4e4f42
sayakpaul add: a warning message when using xformers in a PT 2.0 env. (#3365)
af6e35aa
rupertmenneer StableDiffusionInpaintingPipeline - resize image w.r.t height and wid…
7fa90fbb
patrickvonplaten make style
45b86c9d
stevhliu [docs] Adapt a model (#3326)
dbe33168
stevhliu [docs] Load safetensors (#3333)
61743256
patrickvonplaten make style
9c99e8f4
sudowind [Docs] Fix stable_diffusion.mdx typo (#3398)
1e490737
takuma104 Support ControlNet v1.1 shuffle properly (#3340)
7275de1f
sayakpaul [Tests] better determinism (#3374)
6e4b195f
stevhliu [docs] Add transformers to install (#3388)
5b8ba3a3
stas00 [deepspeed] partial ZeRO-3 support (#3076)
3bab713a
patrickvonplaten Add omegaconf for tests (#3400)
8b665340
patrickvonplaten Fix various bugs with LoRA Dreambooth and Dreambooth script (#3353)
574b6c8c
patrickvonplaten Fix docker file (#3402)
137a7a3a
sayakpaul fix: deepseepd_plugin retrieval from accelerate state (#3410)
24581198
Laurent2916 [Docs] Add `sigmoid` beta_scheduler to docstrings of relevant Schedul…
ce28477d
patrickvonplaten Don't install accelerate and transformers from source (#3415)
c54bea12
patrickvonplaten Don't install transformers and accelerate from source (#3414)
70090a10
patrickvonplaten Improve fast tests (#3416)
0cb751cf
williamberman attention refactor: the trilogy (#3387)
0f3cedaf
sayakpaul [Docs] update the PT 2.0 optimization doc with latest findings (#3370)
42c4bfe8
pcuenca Fix style rendering (#3433)
341f9074
williamberman unCLIP scheduler do not use note (#3417)
a1ce3e7a
jongwooo Replace deprecated command with environment file (#3409)
fff76605
patrickvonplaten fix warning message pipeline loading (#3446)
2592d97b
asfiyab-nvidia add stable diffusion tensorrt img2img pipeline (#3419)
728db023
patrickvonplaten Refactor controlnet and add img2img and inpaint (#3386)
a2b64782
clarencechen [Scheduler] DPM-Solver (++) Inverse Scheduler (#3335)
34e8868e
Laurent2916 [Docs] Fix incomplete docstring for resnet.py (#3438)
83280ac6
superlabs-dev fix tiled vae blend extent range (#3384)
f84485b8
pcuenca Small update to "Next steps" section (#3443)
bf0b0e35
devxpy Allow arbitrary aspect ratio in IFSuperResolutionPipeline (#3298)
fa9a44a9
rupertmenneer Adding 'strength' parameter to StableDiffusionInpaintingPipeline (#3…
8804feef
vimarshc [WIP] Bugfix - Pipeline.from_pretrained is broken when the pipeline i…
2306dc4e
IrisRainbowNeko Fix gradient checkpointing bugs in freezing part of models (requires_…
32715314
patrickvonplaten Make dreambooth lora more robust to orig unet (#3462)
0bde5e45
cmdr2 Reduce peak VRAM by releasing large attention tensors (as soon as the…
1e677882
wfng92 Add min snr to text2img lora training script (#3459)
e3cfd354
Glaceon-Hyy Add inpaint lora scale support (#3460)
78771bf6
patrickvonplaten [From ckpt] Fix from_ckpt (#3466)
4fd6e7ba
williamberman Update full dreambooth script to work with IF (#3425)
327b94bc
williamberman Add IF dreambooth docs (#3470)
13b2226a
williamberman parameterize pass single args through tuple (#3477)
74e6eb6d
williamberman attend and excite tests disable determinism on the class level (#3478)
0691dec6
williamberman dreambooth docs torch.compile note (#3471)
b05d5b42
sayakpaul add: if entry in the dreambooth training docs. (#3472)
7683b56d
stevhliu [docs] Textual inversion inference (#3473)
0562e740
stevhliu [docs] Distributed inference (#3376)
0e1f339d
williamberman [{Up,Down}sample1d] explicit view kernel size as number elements in f…
573b5d44
pcuenca mps & onnx tests rework (#3449)
dfc25493
hari10599 Merge branch 'huggingface:main' into hkr/disk-offload
49a56d01
hari10599
patrickvonplaten
patrickvonplaten patrickvonplaten merged f3d570c2 into main 2 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone