Hightlight
- Acceleration of DiT model (with Pixart alpha as example): https://github.com/siliconflow/onediff/tree/main/onediff_diffusers_extensions/examples/pixart_alpha
- nexfort( a lightweight compiler backend for DiT models): https://github.com/siliconflow/onediff/tree/main/src/onediff/infer_compiler/backends/nexfort
What's Changed
* add user enterprise key guide by lijunliangTG in https://github.com/siliconflow/onediff/pull/819
* Refining the Deversus Quantization Documentation by lijunliangTG in https://github.com/siliconflow/onediff/pull/802
* Fixed minor error in README.md by iamrohitanshu in https://github.com/siliconflow/onediff/pull/823
* update sd-webui doc and api_example by marigoold in https://github.com/siliconflow/onediff/pull/712
* ComfyUI online quantitative usage documentation in wiki by fmk345 in https://github.com/siliconflow/onediff/pull/809
* onediffx add get_active_adapters, and related unittest by marigoold in https://github.com/siliconflow/onediff/pull/833
* fix bug in webui when switching from quantized to non-quantized by marigoold in https://github.com/siliconflow/onediff/pull/830
* onediffx supports lycoris by marigoold in https://github.com/siliconflow/onediff/pull/817
* Refine SVD diffusers example for graph save/load by lixiang007666 in https://github.com/siliconflow/onediff/pull/836
* Add Apache 2.0 LICENSE by strint in https://github.com/siliconflow/onediff/pull/842
* Update README.md file by lijunliangTG in https://github.com/siliconflow/onediff/pull/846
* Support 8x dimensions by hijacking cat in webui by nono-Sang in https://github.com/siliconflow/onediff/pull/847
* Update onediff/onediff_comfy_nodes/README.md by ccssu in https://github.com/siliconflow/onediff/pull/853
* fix removeprefix for python 3.8 by nono-Sang in https://github.com/siliconflow/onediff/pull/856
* fix bug of always recompile in enterprise by marigoold in https://github.com/siliconflow/onediff/pull/858
* [Fix] diffusers enterprise example seed by lixiang007666 in https://github.com/siliconflow/onediff/pull/860
* Fix grammar in README by jackalcooper in https://github.com/siliconflow/onediff/pull/803
* Refine README details by jackalcooper in https://github.com/siliconflow/onediff/pull/862
* Dev ipa+isntantid by ccssu in https://github.com/siliconflow/onediff/pull/814
* fix error caused by interpolate by nono-Sang in https://github.com/siliconflow/onediff/pull/863
* add ONEFLOW_CONV2D_KERNEL_ENABLE_TUNING_WARMUP Environment variable by lijunliangTG in https://github.com/siliconflow/onediff/pull/871
* Fix IPAdapter save load graph by ccssu in https://github.com/siliconflow/onediff/pull/872
* define removesuffix in webui for python38 compatible by marigoold in https://github.com/siliconflow/onediff/pull/874
* webui support save/load graph, refine UI by marigoold in https://github.com/siliconflow/onediff/pull/825
* api for new backend by hjchen2 in https://github.com/siliconflow/onediff/pull/794
* Version 1.1.0.dev1 by jackalcooper in https://github.com/siliconflow/onediff/pull/876
* Fix Ci Error by ccssu in https://github.com/siliconflow/onediff/pull/875
* Refine manual seed by lixiang007666 in https://github.com/siliconflow/onediff/pull/877
* Fix bug for torch2oflow demo test by nono-Sang in https://github.com/siliconflow/onediff/pull/878
* Upgrade ipa support by ccssu in https://github.com/siliconflow/onediff/pull/879
* fix bug of onediff.infer_compiler.register by marigoold in https://github.com/siliconflow/onediff/pull/885
* Fix ipa weight update by ccssu in https://github.com/siliconflow/onediff/pull/891
* add nexfort and pixart alpha by strint in https://github.com/siliconflow/onediff/pull/882
* Add throughput for benchmark by lixiang007666 in https://github.com/siliconflow/onediff/pull/894
* Pixart performance data by strint in https://github.com/siliconflow/onediff/pull/902
* Modify after Cancelling Quantitative Model by ccssu in https://github.com/siliconflow/onediff/pull/897
* Fix Ci Test by ccssu in https://github.com/siliconflow/onediff/pull/905
* Separate compile backend config by strint in https://github.com/siliconflow/onediff/pull/909
* Add CI for Stable Diffusion web UI by marigoold in https://github.com/siliconflow/onediff/pull/826
* webui extension refine and add close button for hint message by marigoold in https://github.com/siliconflow/onediff/pull/908
* rename cache by strint in https://github.com/siliconflow/onediff/pull/898
* renew readme in comfy by lijunliangTG in https://github.com/siliconflow/onediff/pull/883
* Add nexfort cache docstr by lixiang007666 in https://github.com/siliconflow/onediff/pull/917
* fix unet graph file cache by ccssu in https://github.com/siliconflow/onediff/pull/887
* refactor test_lora by marigoold in https://github.com/siliconflow/onediff/pull/821
* [fix bug] OneDiffX `load_and_fuse_lora` when `lora_scale == 0` makes w_up to allzeros by marigoold in https://github.com/siliconflow/onediff/pull/926
* add sd-webui CI Test SSIM by lijunliangTG in https://github.com/siliconflow/onediff/pull/915
* remove extra generate lines by lijunliangTG in https://github.com/siliconflow/onediff/pull/932
* Fix IPAdapter Style & Composition SDXL Support by ccssu in https://github.com/siliconflow/onediff/pull/927
* Avoid installing both oneflow and nextforce by ccssu in https://github.com/siliconflow/onediff/pull/938
* Add nexfort backend quant and docstr by lixiang007666 in https://github.com/siliconflow/onediff/pull/919
* Add nexfort dynamic shape for pixart by lixiang007666 in https://github.com/siliconflow/onediff/pull/931
* Update README.md for nexfort pixart by lixiang007666 in https://github.com/siliconflow/onediff/pull/939
* Update text_to_image.py args default value by lixiang007666 in https://github.com/siliconflow/onediff/pull/940
New Contributors
* iamrohitanshu made their first contribution in https://github.com/siliconflow/onediff/pull/823
* fmk345 made their first contribution in https://github.com/siliconflow/onediff/pull/809
* nono-Sang made their first contribution in https://github.com/siliconflow/onediff/pull/847
**Full Changelog**: https://github.com/siliconflow/onediff/compare/1.0.0...1.1.0