xfuser/__init__.py,sha256=CAgRGuHGH_M48JZ4bES2coyqNJPp3c52CwqtAHZgw1w,517
xfuser/__version__.py,sha256=gC_vjQphfSjNkG-s-FgrcHynuqNUdc6DTvivQauapU8,20
xfuser/envs.py,sha256=yi-8I4Bx4wAFJ3PPu30Q5_ikQrZM8K4xIg9dbNe8aDA,4398
xfuser/logger.py,sha256=hNLBznT_h0inRz4iKlD2vFJBvK8_tgph6l3gCqsyuEU,3555
xfuser/parallel.py,sha256=O1efrSkfZWYJLWiARvXnspewxUlIgwP04TSfX8dtuQw,1884
xfuser/config/__init__.py,sha256=TGq5F_BcjxOfX_XrooUMH9eTEtwInShQrgFNZjdH1Vo,553
xfuser/config/args.py,sha256=ejWd5lNNqBxRcWObz2Z2nFbCFZhCdFWx43Y3KFAoAV8,9899
xfuser/config/config.py,sha256=THI6R_sX0FhLkRfqxvCsCco7mrvU6mxeeIlwd-njfPA,8059
xfuser/core/__init__.py,sha256=e2oPm9oFzsTjixUTZL6uokrUVe2hQ0ia0dmJ8vDfg6A,393
xfuser/core/cache_manager/__init__.py,sha256=jQCqU84RCOFX3KK7rCvk19eYXJf3X8rSky1f5MCby6o,75
xfuser/core/cache_manager/cache_manager.py,sha256=k20rzCFNbTmSmmb5r7T31tA8cXVCs55_xxT_yC9Suqs,7766
xfuser/core/distributed/__init__.py,sha256=NRjVGutQeSdxrJrWodW_NQ_h1C8SlYp-flFWym4WMG4,1757
xfuser/core/distributed/group_coordinator.py,sha256=njIvOz4bwuprwcnCEcMwC_x_nlimdgSjNEU9HlSIn4U,41249
xfuser/core/distributed/parallel_state.py,sha256=dEi6YOA3Gfz7NPiLzD6ATs8iDO1gzetfXUK8HAFap3s,13819
xfuser/core/distributed/runtime_state.py,sha256=fyLmLO_yFX7ESQvti2kpkfuWWaTgF_0dMMwyo1zr9tU,15130
xfuser/core/distributed/utils.py,sha256=zwi6qcjkls9INOglpg0K-0L1P_gGJnl4hUCfLyqN_mY,7218
xfuser/core/long_ctx_attention/__init__.py,sha256=Llns7XRD3rnDpncOyLDzjN1pwrF3vPTM4BvuhfOa3Ns,255
xfuser/core/long_ctx_attention/hybrid/__init__.py,sha256=JWOx81Y6dnJ3ecUjI5ZooDgeufJWYFg6PDKe93_OIyQ,259
xfuser/core/long_ctx_attention/hybrid/attn_layer.py,sha256=7QmHdZnIrSIMTU6aQrt8dwU9wQdpRvckHoo76ZRDXRc,10401
xfuser/core/long_ctx_attention/hybrid/utils.py,sha256=u1tQCRVIp8zgMOjNcoCVywCWkQXSx9hHVo1C7g3yXV8,268
xfuser/core/long_ctx_attention/ring/__init__.py,sha256=eIvcg3aOUeZSrU7cMsFWmzkhUWyrOBUCYvMuanQlVDg,93
xfuser/core/long_ctx_attention/ring/ring_flash_attn.py,sha256=JL6_7Iqn45ar2DN-l-8-nPxSKqJcp8B_Fpy3FLoH-Zw,5240
xfuser/core/utils/__init__.py,sha256=oTIitQrPwKO_oW0Iqh1wOaVv0Ydu2AMRuBbAVWSBOd4,39
xfuser/core/utils/timer.py,sha256=Gtk2GKGtgHZl_BwDhWACV-mCyH56LqEqAU6aKuo1lzE,470
xfuser/model_executor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
xfuser/model_executor/base_wrapper.py,sha256=WGL0X-6lwyomPJUfzHjYAVaslB4FbEKs5JOaSCEQsB8,1677
xfuser/model_executor/layers/__init__.py,sha256=JJ8Vu-_UBB0XkW1gtq9IxAC57H8n1Ksna_naj4tSOoc,489
xfuser/model_executor/layers/attention_processor.py,sha256=xHhzqWAdZXu4YeMyZdYlb-GhYJ439eyFYTmRlefVVcs,41352
xfuser/model_executor/layers/base_layer.py,sha256=yh48QqYX-GwOX_KdkfwjaVTD6ikro53lGWecIuSp1QA,1312
xfuser/model_executor/layers/conv.py,sha256=Xk92PKEUBf7K8ZGNmYJ_5uaT8YXNvS6zeg63_FMqxRM,7180
xfuser/model_executor/layers/embeddings.py,sha256=8bbysH2IYTfZJgn4kICxnHlhRgP_7VWD7hxTftbW7hE,4072
xfuser/model_executor/layers/feedforward.py,sha256=bokE3ZqOnf72WN6A0DGNfewLbigHKmu9TjYIheefctc,2804
xfuser/model_executor/layers/register.py,sha256=aM1EIFApeTIJEU5ki58yiJOeXrEO52tgr-_Ge6VkF8c,1811
xfuser/model_executor/layers/transformers_blocks.py,sha256=T1uD7L-6gP_gIY6NxQfAlfYhs0XdhHJMutJnrO2Lim4,22149
xfuser/model_executor/models/__init__.py,sha256=8nZR4i5WNYIXDaky9DfeR3WIWZeZ__vSDJVoeaUNG54,90
xfuser/model_executor/models/base_model.py,sha256=sEN1nkvbwxV_YwmucK7CYYzpphupujUr4uR_wjkX8Mk,5562
xfuser/model_executor/models/transformers/__init__.py,sha256=oEtxJ2BYWQXdYNn07RnNR-q2_IVBCLdgAP4RvFFKwEw,709
xfuser/model_executor/models/transformers/base_transformer.py,sha256=IPOawoMkF3H_Y-kHQSOeoVtHcCDPv1nUfvm7kORAgP0,5127
xfuser/model_executor/models/transformers/hunyuan_transformer_2d.py,sha256=3_h5LPG7DpGUEX7I52KRM0rF87MtjpwoGiSCxWLmroA,10775
xfuser/model_executor/models/transformers/latte_transformer_3d.py,sha256=RJ2byJwX5oeSQRaeO4odknnBGfWkqAegAkHPSsC9ekc,10098
xfuser/model_executor/models/transformers/pixart_transformer_2d.py,sha256=olLCCYzxayK0xpsPDf1GxT8VtxZAK2LkaQmBTnRNpsQ,10469
xfuser/model_executor/models/transformers/register.py,sha256=OSo36tB_o1EyUF9RoDnOUCOVCDll807Uq5LC7qiVdeM,1989
xfuser/model_executor/models/transformers/transformer_flux.py,sha256=eTxhMk706e8dZjqaqO5-yOBTAXjXE6s3ZwGghuovcLg,8245
xfuser/model_executor/models/transformers/transformer_sd3.py,sha256=zzhBfR95o3Z_e9ftdPV5WnWRs-9xLua3jwIIedb3peI,8654
xfuser/model_executor/pipelines/__init__.py,sha256=2xuG3YzwDhfB-I24tGaZMkIp0n4Q2vaT4wc0zA7Xh1Q,635
xfuser/model_executor/pipelines/base_pipeline.py,sha256=0i_1ZOmypJ_HS8xUxVWSI35pam1P7j7c2gQiseXUHqY,13677
xfuser/model_executor/pipelines/pipeline_flux.py,sha256=4CnVUhDDied-c3zm3YnufcPMh6J_jFOvUhhur02Ynsk,21777
xfuser/model_executor/pipelines/pipeline_hunyuandit.py,sha256=J1pxSJUjSfvq80e6BxexBNB_AocCsvMZnsp_RE2R9Ck,40747
xfuser/model_executor/pipelines/pipeline_latte.py,sha256=3Pl5rOtGF7RJstLv0b7l_5Av7r89wcx_j-z_JqNl_YI,17361
xfuser/model_executor/pipelines/pipeline_pixart_alpha.py,sha256=6DxkUsXOc09uk9TO0xVCF2VVuulIQWvPxfV-YC0ssVQ,30409
xfuser/model_executor/pipelines/pipeline_pixart_sigma.py,sha256=6M4vZ0fEFLmmIbCG-Wn4Ycbpq4x6350AGIu-mZyXjhM,27529
xfuser/model_executor/pipelines/pipeline_stable_diffusion_3.py,sha256=djLJhjBa1DYeeQc2LmvrQPvcUw4UZEdYyDxqUruCmCw,34205
xfuser/model_executor/pipelines/register.py,sha256=hmlW-C4l3IUmqGbgKRayWlwSJtqMy2QsDtFMwmy3s4c,2694
xfuser/model_executor/schedulers/__init__.py,sha256=wyDtb3oZ6WwaQshY_B8fSY3_HYKXyesLLZ3F0Ca5Z54,673
xfuser/model_executor/schedulers/base_scheduler.py,sha256=VwqpzFgGtt_AHrZiKN7tXEH_sEZZR-J8_UJTRJOliJc,1411
xfuser/model_executor/schedulers/register.py,sha256=7aviR0JXMOsXiaBB0WXLikUY5IWArrPHflFp203SZW8,1884
xfuser/model_executor/schedulers/scheduling_ddim.py,sha256=-OZfenrhRUXBqIsMtbmHB5ntlMkgpzI9eeC_FqHOgCQ,2747
xfuser/model_executor/schedulers/scheduling_ddpm.py,sha256=9p3bT79BZW8bMZckAvdIzMrJJ5rP7NZYZzGEjrNF7Jw,1975
xfuser/model_executor/schedulers/scheduling_dpmsolver_multistep.py,sha256=mpgSVMIg1d882Uhwmyr2x9rjnxtpV_IAofI87BKRal8,7933
xfuser/model_executor/schedulers/scheduling_flow_match_euler_discrete.py,sha256=CNSjfM1GmYyreUTFXzdUEsdI0y4i3sQLDwE8oLK64JI,4806
xfuser-0.3.dist-info/LICENSE.txt,sha256=gyp5LUCTB_iZloFs2hyXFWuQiEt8T7ZryYMsVj_ctEE,11349
xfuser-0.3.dist-info/METADATA,sha256=nifArc8HEuns9ZrzWS7orKeaS8I6UmIyVMreGR2MS6k,15645
xfuser-0.3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
xfuser-0.3.dist-info/top_level.txt,sha256=qs_jJ8hVB1JaiehPzZxvPtIDtnqrji43Vst-3RFWxQ0,7
xfuser-0.3.dist-info/RECORD,,
