AlayaRenderer
Generative World Renderer: an AI-native Renderer for Games and Virtual Worlds.
File Explorer
- renderer_icon.png
- renderer_icon.svg
- renderer_icon2.png
- renderer_icon_white.png
- teaser.png
- README_CN.md
- README_JA.md
- README_KO.md
- __init__.py
- model_configs.py
- vram_management_module_maps.py
- __init__.py
- attention.py
- __init__.py
- operators.py
- unified_dataset.py
- __init__.py
- npu_compatible_device.py
- __init__.py
- gradient_checkpoint.py
- __init__.py
- config.py
- file.py
- model.py
- __init__.py
- disk_map.py
- initialization.py
- layers.py
- __init__.py
- __init__.py
- base_pipeline.py
- flow_match.py
- logger.py
- loss.py
- parsers.py
- runner.py
- training_module.py
- dinov3_image_encoder.py
- flux2_dit.py
- flux2_text_encoder.py
- flux2_vae.py
- flux_controlnet.py
- flux_dit.py
- flux_infiniteyou.py
- flux_ipadapter.py
- flux_lora_encoder.py
- flux_lora_patcher.py
- flux_text_encoder_clip.py
- flux_text_encoder_t5.py
- flux_vae.py
- flux_value_control.py
- general_modules.py
- longcat_video_dit.py
- ltx2_audio_vae.py
- ltx2_common.py
- ltx2_dit.py
- ltx2_text_encoder.py
- ltx2_upsampler.py
- ltx2_video_vae.py
- model_loader.py
- nexus_gen.py
- nexus_gen_ar_model.py
- nexus_gen_projector.py
- qwen_image_controlnet.py
- qwen_image_dit.py
- qwen_image_image2lora.py
- qwen_image_text_encoder.py
- qwen_image_vae.py
- sd_text_encoder.py
- siglip2_image_encoder.py
- step1x_connector.py
- step1x_text_encoder.py
- wan_video_animate_adapter.py
- wan_video_camera_controller.py
- wan_video_dit.py
- wan_video_dit_s2v.py
- wan_video_image_encoder.py
- wan_video_mot.py
- wan_video_motion_controller.py
- wan_video_text_encoder.py
- wan_video_vace.py
- wan_video_vae.py
- wav2vec.py
- z_image_controlnet.py
- z_image_dit.py
- z_image_image2lora.py
- z_image_text_encoder.py
- flux2_image.py
- flux_image.py
- ltx2_audio_video.py
- qwen_image.py
- wan_video.py
- z_image.py
- __init__.py
- annotator.py
- controlnet_input.py
- __init__.py
- media_io_ltx2.py
- __init__.py
- flux.py
- general.py
- merge.py
- reset_rank.py
- __init__.py
- flux2_text_encoder.py
- flux_controlnet.py
- flux_dit.py
- flux_infiniteyou.py
- flux_ipadapter.py
- flux_text_encoder_clip.py
- flux_text_encoder_t5.py
- flux_vae.py
- ltx2_audio_vae.py
- ltx2_dit.py
- ltx2_text_encoder.py
- ltx2_video_vae.py
- nexus_gen.py
- nexus_gen_projector.py
- qwen_image_text_encoder.py
- step1x_connector.py
- wan_video_animate_adapter.py
- wan_video_dit.py
- wan_video_image_encoder.py
- wan_video_mot.py
- wan_video_vace.py
- wan_video_vae.py
- wans2v_audio_encoder.py
- z_image_text_encoder.py
- __init__.py
- xdit_context_parallel.py
- __init__.py
- gbuffer_utils.py
- inference_gbuffer_caption.py
- styles.json
- LICENSE
- pyproject.toml
- .gitignore
- .gitmodules
- inverse_renderer
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
