yiyixuxu
3b30e794d0
modularpipeloine -> modularpipelineloader, setup_loader, make loader configmixin etc
2025-04-23 19:45:13 +02:00
yiyixuxu
2571c00054
move componentspec, configspec, input output param to utils
2025-04-23 19:43:34 +02:00
yiyixuxu
e38f09ba97
update components manageer: add -collection arg, allow subfoldeer arg in from_pretrained
2025-04-23 19:42:21 +02:00
yiyixuxu
170a3c5736
attemp to break ModularPipeline base into componentstate and a pipelineblock mixin
2025-04-22 18:48:20 +02:00
yiyixuxu
01e9a5a941
move formating utilitys to modular_pipeline_util.py
2025-04-22 10:37:45 +02:00
yiyixuxu
19555e95cc
update doc & repr
2025-04-22 10:33:03 +02:00
Aryan
78fca12803
support cfgpp in ddim
2025-04-16 13:23:24 +02:00
Aryan
77d8a285bf
cfg plus plus
2025-04-16 08:08:00 +02:00
Aryan
2dc673a213
tangential cfg
2025-04-16 06:38:03 +02:00
Aryan
b9bcd469f1
add note about seg
2025-04-15 21:25:29 +02:00
Aryan
720783e508
smoothed energy guidance
2025-04-15 21:13:13 +02:00
Aryan
ba579f4da9
autoguidance
2025-04-15 09:21:25 +02:00
Aryan
1c1d1d52e0
remove debug print
2025-04-15 08:26:43 +02:00
Aryan
8d31c699a5
fix slg bug
2025-04-15 08:26:03 +02:00
Aryan
57c7e15a91
remove old guider
2025-04-14 17:45:56 +02:00
Aryan
b31904b853
remove commented code
2025-04-14 17:39:06 +02:00
Aryan
d8d2ea3729
remove guider kwargs
2025-04-14 17:35:30 +02:00
Aryan
52b9b61f62
use unwrap_module for torch compiled modules
2025-04-14 17:34:10 +02:00
Aryan
2238f55f40
cfg zero*
2025-04-14 16:43:16 +02:00
Aryan
625530295d
update
2025-04-14 15:57:17 +02:00
Aryan
31593e2c33
update
2025-04-14 15:56:36 +02:00
Aryan
b81bd78bf9
support controlnet union
2025-04-14 15:39:16 +02:00
Aryan
9da8a9d1d5
support sdxl controlnet
2025-04-14 14:04:04 +02:00
Aryan
0c4c1a8430
cfg; slg; pag; sdxl without controlnet
2025-04-14 10:04:13 +02:00
yiyixuxu
d143851309
move methods to blocks
2025-04-12 11:46:25 +02:00
yiyixuxu
9ad1470d48
up
2025-04-11 18:29:21 +02:00
yiyixuxu
bf99ab2f55
up
2025-04-09 20:36:45 +02:00
yiyixuxu
ee842839ef
add componentspec and configspec
2025-04-09 01:40:02 +02:00
YiYi Xu
96795afc72
Merge branch 'main' into modular-diffusers
2025-04-07 18:05:00 -10:00
Inigo Goiri
841504bb1a
Add support to pass image embeddings to the WAN I2V pipeline. ( #11175 )
...
* Add support to pass image embeddings to the pipeline.
---------
Co-authored-by: hlky <hlky@hlky.ac >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: YiYi Xu <yixu310@gmail.com >
2025-04-07 15:47:06 -10:00
Steven Liu
fc7a867ae5
[docs] MPS update ( #11212 )
...
mps
2025-04-07 14:32:27 -10:00
alex choi
5ded26cdc7
ensure dtype match between diffused latents and vae weights ( #8391 )
2025-04-07 12:59:10 -10:00
Yao Matrix
506f39af3a
enable 1 case on XPU ( #11219 )
...
enable case on XPU: 1. tests/quantization/bnb/test_mixed_int8.py::BnB8bitTrainingTests::test_training
Signed-off-by: YAO Matrix <matrix.yao@intel.com >
2025-04-07 08:24:21 +01:00
Mikko Tukiainen
8ad68c1393
Add missing MochiEncoder3D.gradient_checkpointing attribute ( #11146 )
...
* Add missing 'gradient_checkpointing = False' attr
* Add (limited) tests for Mochi autoencoder
* Apply style fixes
* pass 'conv_cache' as arg instead of kwarg
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-06 02:46:45 +05:30
Edna
41afb6690c
Add Wan with STG as a community pipeline ( #11184 )
...
* Add stg wan to community pipelines
* remove debug prints
* remove unused comment
* Update doc
* Add credit + fix typo
* Apply style fixes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-05 04:00:40 +02:00
Tolga Cangöz
13e48492f0
[LTX0.9.5] Refactor LTXConditionPipeline for text-only conditioning ( #11174 )
...
* Refactor `LTXConditionPipeline` to add text-only conditioning
* style
* up
* Refactor `LTXConditionPipeline` to streamline condition handling and improve clarity
* Improve condition checks
* Simplify latents handling based on conditioning type
* Refactor rope_interpolation_scale preparation for clarity and efficiency
* Update LTXConditionPipeline docstring to clarify supported input types
* Add LTX Video 0.9.5 model to documentation
* Clarify documentation to indicate support for text-only conditioning without passing `conditions`
* refactor: comment out unused parameters in LTXConditionPipeline
* fix: restore previously commented parameters in LTXConditionPipeline
* fix: remove unused parameters from LTXConditionPipeline
* refactor: remove unnecessary lines in LTXConditionPipeline
2025-04-04 16:43:15 +02:00
Suprhimp
94f2c48d58
[feat]Add strength in flux_fill pipeline (denoising strength for fluxfill) ( #10603 )
...
* [feat]add strength in flux_fill pipeline
* Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
* Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
* Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
* [refactor] refactor after review
* [fix] change comment
* Apply style fixes
* empty
* fix
* update prepare_latents from flux.img2img pipeline
* style
* Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
---------
2025-04-04 11:23:30 -03:00
Dhruv Nair
aabf8ce20b
Fix Single File loading for LTX VAE ( #11200 )
...
update
2025-04-04 18:02:39 +05:30
Kenneth Gerald Hamilton
f10775b1b5
Fixed requests.get function call by adding timeout parameter. ( #11156 )
...
* Fixed requests.get function call by adding timeout parameter.
* declare DIFFUSERS_REQUEST_TIMEOUT in constants and import when needed
* remove unneeded os import
* Apply style fixes
---------
Co-authored-by: Sai-Suraj-27 <sai.suraj.27.729@gmail.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-04 07:23:14 +01:00
célina
6edb774b5e
Update Style Bot workflow ( #11202 )
...
update style bot workflow
2025-04-03 19:31:49 +02:00
Basile Lewandowski
480510ada9
Change KolorsPipeline LoRA Loader to StableDiffusion ( #11198 )
...
Change LoRA Loader to StableDiffusion
Replace the SDXL LoRA Loader Mixin inheritance with the StableDiffusion one
2025-04-03 11:21:11 -03:00
Abhipsha Das
d9023a671a
[Model Card] standardize advanced diffusion training sdxl lora ( #7615 )
...
* model card gen code
* push modelcard creation
* remove optional from params
* add import
* add use_dora check
* correct lora var use in tags
* make style && make quality
---------
Co-authored-by: Aryan <aryan@huggingface.co >
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com >
2025-04-03 07:43:01 +05:30
Eliseu Silva
c4646a3931
feat: [Community Pipeline] - FaithDiff Stable Diffusion XL Pipeline ( #11188 )
...
* feat: [Community Pipeline] - FaithDiff Stable Diffusion XL Pipeline for Image SR.
* added pipeline
2025-04-02 11:33:19 -10:00
Dhruv Nair
c97b709afa
Add CacheMixin to Wan and LTX Transformers ( #11187 )
...
* update
* update
* update
2025-04-02 10:16:31 -10:00
lakshay sharma
b0ff822ed3
Update import_utils.py ( #10329 )
...
added onnxruntime-vitisai for custom build onnxruntime pkg
2025-04-02 20:47:10 +01:00
hlky
78c2fdc52e
SchedulerMixin from_pretrained and ConfigMixin Self type annotation ( #11192 )
2025-04-02 08:24:02 -10:00
hlky
54dac3a87c
Fix enable_sequential_cpu_offload in CogView4Pipeline ( #11195 )
...
* Fix enable_sequential_cpu_offload in CogView4Pipeline
* make fix-copies
2025-04-02 16:51:23 +01:00
hlky
e5c6027ef8
[docs] torch_dtype map ( #11194 )
2025-04-02 12:46:28 +01:00
hlky
da857bebb6
Revert save_model in ModelMixin save_pretrained and use safe_serialization=False in test ( #11196 )
2025-04-02 12:45:36 +01:00
Fanli Lin
52b460feb9
[tests] HunyuanDiTControlNetPipeline inference precision issue on XPU ( #11197 )
...
* add xpu part
* fix more cases
* remove some cases
* no canny
* format fix
2025-04-02 12:45:02 +01:00