{"id":23233939,"url":"https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix","last_synced_at":"2025-08-19T19:32:15.280Z","repository":{"id":252246944,"uuid":"813799214","full_name":"NVIDIAGameWorks/ComfyUI-RTX-Remix","owner":"NVIDIAGameWorks","description":"ComfyUI RTX Remix","archived":false,"fork":false,"pushed_at":"2024-09-25T01:40:47.000Z","size":112,"stargazers_count":27,"open_issues_count":0,"forks_count":4,"subscribers_count":17,"default_branch":"main","last_synced_at":"2024-12-14T15:03:05.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NVIDIAGameWorks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T19:06:34.000Z","updated_at":"2024-11-29T08:37:39.000Z","dependencies_parsed_at":"2024-08-08T16:15:43.274Z","dependency_job_id":"31ca49c2-9719-45a5-a8bf-f65b44739958","html_url":"https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix","commit_stats":null,"previous_names":["nvidiagameworks/comfyui-rtx-remix"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NVIDIAGameWorks%2FComfyUI-RTX-Remix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NVIDIAGameWorks%2FComfyUI-RTX-Remix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NVIDIAGameWorks%2FComfyUI-RTX-Remix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NVIDIAGameWorks%2FComfyUI-RTX-Remix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NVIDIAGameWorks","download_url":"https://codeload.github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230367781,"owners_count":18215326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T03:02:07.711Z","updated_at":"2025-08-19T19:32:15.264Z","avatar_url":"https://github.com/NVIDIAGameWorks.png","language":"Python","funding_links":[],"categories":["Workflows (3395) sorted by GitHub Stars","All Workflows Sorted by GitHub Stars"],"sub_categories":[],"readme":"# ComfyUI-RTX_Remix\n\n## Installation\n\n- Navigate to your `/ComfyUI/custom_nodes/` folder\n- Git clone this repo\n- Navigate to your `comfyui-rtx_remix` folder and run `install.bat`\n\nYou should see RTX Remix nodes:\n\n![RTX Remix](images/remix_nodes.png \"RTX Remix\")\n\n## Nodes\n### Textures\n- **RTX Remix Get Textures**: Read the textures matching provided criteria from the currently open project\n- **RTX Remix Texture Type To USD Attribute**: Use this node to get the proper texture attribute on the same asset but for a different texture type\n- **RTX Remix Set Texture**: Set the texture path on an asset\n- **RTX Remix Texture Type**: Select from a list of supported texture types.\n- **RTX Remix Texture Types**: Select multiple texture types from a list of supported texture types.\n\n### Ingestion\n- **RTX Remix Ingest Texture**: Ingest an image as a texture and save it to disk. Output folder is now mandatory and must be provided by user or Get Default Directory node\n- **RTX Remix Get Default Directory**: Captures the RTX Remix default output directory before closing projects for use with texture ingestion\n\n### Common\n- **RTX Remix Rest API Details**: Provide the port information to connect to the RTX Remix Toolkit\n- **RTX Remix String Constant**: Declare a string constant\n- **RTX Remix Start Context**: Use this node to begin a graph, then pass context along to determine execution order.\n- **RTX Remix End Context**: Put this node at the end of your graph to evaluate prior nodes\n\n### Layers\n- **RTX Remix Define Layer ID**: Helper node to define a layer path relative to project or another layer\n- **RTX Remix Create Layer**: Create or Insert a sublayer in the current stage\n- **RTX Remix Get Layers**: Query layer ids from the currently open project\n- **RTX Remix Remove Layer**: Remove a layer from the project\n- **RTX Remix Save Layer**: Save a project layer\n- **RTX Remix Mute Layer**: Mute or unmute a project layer\n- **RTX Remix Set Edit Target**: Designate the edit target on the open project to receive modifications\n- **RTX Remix Get Edit Target**: Get the edit target from the currently open project\n- **RTX Remix Layer Types**: Select multiple layer types from a list of supported layer types.\n- **RTX Remix Layer Type**: Select from a list of supported layer types.\n- **RTX Remix Open Project**: Opens RTX Remix projects by layer ID for workflow management and VRAM optimization\n- **RTX Remix Get Loaded Project**: Gets layer ID of current open project for use with Open Project node\n- **RTX Remix Close Project**: Closes RTX Remix projects to save VRAM during AI processing\n\n## Example Workflows and Templates\n\nTo help you get started, we have included the following template and workflow example in the ./workflows folder.\n\nSimple to Use:\n1. Open RTX Remix\n1. Open your project\n1. Select the objects with textures you want to upscale\n1. Launch ComfyUI, load a graph using the .JSON file and hit \"Queue Prompt\"\n\nNote: for subsequent runs: disable the \"Create Layer\" portion of the graph since it will already exist.\n\n### Plug n Play PBRify_Remix workflow\n`./workflows/rtx_remix_pbrify_workflow.json`\n\nAn upscaling workflow to upscale the diffuse textures in your mod. This will create Normal, Roughness and Height maps using [PBRify_Remix](https://github.com/Kim2091/PBRify_Remix) \n\nSteps to use it effectively are located [here](https://github.com/Kim2091/PBRify_Remix?tab=readme-ov-file#comfyui). This workflow requires additional files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNVIDIAGameWorks%2FComfyUI-RTX-Remix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNVIDIAGameWorks%2FComfyUI-RTX-Remix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNVIDIAGameWorks%2FComfyUI-RTX-Remix/lists"}