Загрузка данных


Серийный номер тома: 801B-E36F
C:.
├───.ci
│   ├───update_windows
│   ├───windows_amd_base_files
│   ├───windows_intel_base_files
│   ├───windows_nightly_base_files
│   └───windows_nvidia_base_files
│       └───advanced
├───.git
│   ├───hooks
│   ├───info
│   ├───logs
│   ├───objects
│   │   ├───info
│   │   └───pack
│   └───refs
│       ├───heads
│       └───tags
├───.github
│   ├───ISSUE_TEMPLATE
│   ├───PULL_REQUEST_TEMPLATE
│   ├───scripts
│   └───workflows
├───alembic_db
│   ├───versions
│   │   └───__pycache__
│   └───__pycache__
├───api_server
│   ├───routes
│   │   ├───internal
│   │   │   └───__pycache__
│   │   └───__pycache__
│   ├───services
│   │   └───__pycache__
│   ├───utils
│   └───__pycache__
├───app
│   ├───assets
│   │   ├───api
│   │   │   └───__pycache__
│   │   ├───database
│   │   │   ├───queries
│   │   │   │   └───__pycache__
│   │   │   └───__pycache__
│   │   ├───services
│   │   │   └───__pycache__
│   │   └───__pycache__
│   ├───database
│   │   └───__pycache__
│   └───__pycache__
├───blueprints
│   └───.glsl
├───comfy
│   ├───audio_encoders
│   │   └───__pycache__
│   ├───background_removal
│   │   └───__pycache__
│   ├───cldm
│   │   └───__pycache__
│   ├───comfy_types
│   │   ├───examples
│   │   └───__pycache__
│   ├───extra_samplers
│   │   └───__pycache__
│   ├───image_encoders
│   │   └───__pycache__
│   ├───k_diffusion
│   │   └───__pycache__
│   ├───ldm
│   │   ├───ace
│   │   │   ├───vae
│   │   │   │   └───__pycache__
│   │   │   └───__pycache__
│   │   ├───anima
│   │   │   └───__pycache__
│   │   ├───audio
│   │   │   └───__pycache__
│   │   ├───aura
│   │   │   └───__pycache__
│   │   ├───cascade
│   │   │   └───__pycache__
│   │   ├───chroma
│   │   │   └───__pycache__
│   │   ├───chroma_radiance
│   │   │   └───__pycache__
│   │   ├───cogvideo
│   │   │   └───__pycache__
│   │   ├───cosmos
│   │   │   ├───cosmos_tokenizer
│   │   │   │   └───__pycache__
│   │   │   └───__pycache__
│   │   ├───depth_anything_3
│   │   │   └───__pycache__
│   │   ├───ernie
│   │   │   └───__pycache__
│   │   ├───flux
│   │   │   └───__pycache__
│   │   ├───genmo
│   │   │   ├───joint_model
│   │   │   │   └───__pycache__
│   │   │   └───vae
│   │   │       └───__pycache__
│   │   ├───hidream
│   │   │   └───__pycache__
│   │   ├───hidream_o1
│   │   │   └───__pycache__
│   │   ├───hunyuan3d
│   │   │   └───__pycache__
│   │   ├───hunyuan3dv2_1
│   │   │   └───__pycache__
│   │   ├───hunyuan_video
│   │   │   └───__pycache__
│   │   ├───hydit
│   │   │   └───__pycache__
│   │   ├───ideogram4
│   │   │   └───__pycache__
│   │   ├───kandinsky5
│   │   │   └───__pycache__
│   │   ├───lens
│   │   │   └───__pycache__
│   │   ├───lightricks
│   │   │   ├───vae
│   │   │   │   └───__pycache__
│   │   │   ├───vocoders
│   │   │   │   └───__pycache__
│   │   │   └───__pycache__
│   │   ├───lumina
│   │   │   └───__pycache__
│   │   ├───mmaudio
│   │   │   └───vae
│   │   │       └───__pycache__
│   │   ├───models
│   │   │   └───__pycache__
│   │   ├───modules
│   │   │   ├───diffusionmodules
│   │   │   │   └───__pycache__
│   │   │   ├───distributions
│   │   │   │   └───__pycache__
│   │   │   ├───encoders
│   │   │   │   └───__pycache__
│   │   │   └───__pycache__
│   │   ├───moge
│   │   │   └───__pycache__
│   │   ├───omnigen
│   │   │   └───__pycache__
│   │   ├───pixart
│   │   │   └───__pycache__
│   │   ├───pixeldit
│   │   │   └───__pycache__
│   │   ├───qwen_image
│   │   │   └───__pycache__
│   │   ├───rt_detr
│   │   │   └───__pycache__
│   │   ├───sam3
│   │   │   └───__pycache__
│   │   ├───supir
│   │   │   └───__pycache__
│   │   ├───triposplat
│   │   │   └───__pycache__
│   │   ├───wan
│   │   │   └───__pycache__
│   │   └───__pycache__
│   ├───sd1_tokenizer
│   ├───t2i_adapter
│   │   └───__pycache__
│   ├───taesd
│   │   └───__pycache__
│   ├───text_encoders
│   │   ├───ace_lyrics_tokenizer
│   │   ├───byt5_tokenizer
│   │   ├───hydit_clip_tokenizer
│   │   ├───llama_tokenizer
│   │   ├───qwen25_tokenizer
│   │   ├───qwen35_tokenizer
│   │   ├───t5_pile_tokenizer
│   │   ├───t5_tokenizer
│   │   └───__pycache__
│   ├───weight_adapter
│   │   └───__pycache__
│   └───__pycache__
├───comfy_api
│   ├───input
│   │   └───__pycache__
│   ├───input_impl
│   ├───internal
│   │   └───__pycache__
│   ├───latest
│   │   ├───generated
│   │   ├───_input
│   │   │   └───__pycache__
│   │   ├───_input_impl
│   │   │   └───__pycache__
│   │   ├───_util
│   │   │   └───__pycache__
│   │   └───__pycache__
│   ├───torch_helpers
│   │   └───__pycache__
│   ├───util
│   ├───v0_0_1
│   │   ├───generated
│   │   └───__pycache__
│   ├───v0_0_2
│   │   ├───generated
│   │   └───__pycache__
│   └───__pycache__
├───comfy_api_nodes
│   ├───apis
│   │   └───__pycache__
│   ├───util
│   │   └───__pycache__
│   └───__pycache__
├───comfy_config
│   └───__pycache__
├───comfy_execution
│   └───__pycache__
├───comfy_extras
│   ├───chainner_models
│   ├───frame_interpolation_models
│   │   └───__pycache__
│   ├───mediapipe
│   │   └───__pycache__
│   └───__pycache__
├───custom_nodes
│   └───__pycache__
├───input
│   └───3d
├───middleware
│   └───__pycache__
├───models
│   ├───audio_encoders
│   ├───background_removal
│   ├───checkpoints
│   ├───clip
│   ├───clip_vision
│   ├───configs
│   ├───controlnet
│   ├───detection
│   ├───diffusers
│   ├───diffusion_models
│   ├───embeddings
│   ├───frame_interpolation
│   ├───geometry_estimation
│   ├───gligen
│   ├───hypernetworks
│   ├───latent_upscale_models
│   ├───loras
│   ├───model_patches
│   ├───optical_flow
│   ├───photomaker
│   ├───style_models
│   ├───text_encoders
│   ├───unet
│   ├───upscale_models
│   ├───vae
│   └───vae_approx
├───output
├───script_examples
├───temp
├───tests
│   ├───compare
│   ├───execution
│   │   └───testing_nodes
│   │       └───testing-pack
│   └───inference
│       └───graphs
├───tests-unit
│   ├───app_test
│   ├───assets_test
│   │   ├───queries
│   │   └───services
│   ├───comfy_api_test
│   ├───comfy_extras_test
│   ├───comfy_quant
│   ├───comfy_test
│   ├───execution_test
│   ├───folder_paths_test
│   ├───prompt_server_test
│   ├───seeder_test
│   ├───server
│   │   └───utils
│   ├───server_test
│   └───utils
├───user
├───utils
│   └───__pycache__
└───__pycache__

C:\ComfyUI_windows_portable\ComfyUI>