{"id":13723767,"url":"https://github.com/ashawkey/InTeX","last_synced_at":"2025-05-07T17:31:21.675Z","repository":{"id":228413354,"uuid":"679956708","full_name":"ashawkey/InTeX","owner":"ashawkey","description":"Interactive Text-to-Texture Synthesis via Unified Depth-aware Inpainting.","archived":false,"fork":false,"pushed_at":"2024-03-19T08:30:25.000Z","size":2831,"stargazers_count":182,"open_issues_count":7,"forks_count":6,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-07-08T06:01:47.065Z","etag":null,"topics":["interactive","text-to-texture"],"latest_commit_sha":null,"homepage":"https://me.kiui.moe/intex/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashawkey.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-18T02:31:24.000Z","updated_at":"2024-07-02T11:01:18.000Z","dependencies_parsed_at":"2024-03-18T17:40:45.864Z","dependency_job_id":"26c60c45-0838-43c7-8ddb-55693332fa52","html_url":"https://github.com/ashawkey/InTeX","commit_stats":null,"previous_names":["ashawkey/intex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkey%2FInTeX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkey%2FInTeX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkey%2FInTeX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashawkey%2FInTeX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashawkey","download_url":"https://codeload.github.com/ashawkey/InTeX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213752961,"owners_count":15633473,"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":["interactive","text-to-texture"],"created_at":"2024-08-03T01:01:45.377Z","updated_at":"2024-11-14T13:30:58.757Z","avatar_url":"https://github.com/ashawkey.png","language":"Python","funding_links":[],"categories":["\u003cspan id=\"texture\"\u003eTexture\u003c/span\u003e"],"sub_categories":["\u003cspan id=\"tool\"\u003eLLM (LLM \u0026 Tool)\u003c/span\u003e"],"readme":"# InteX\n\nThis repository contains the official implementation for *InteX: Interactive Text-to-Texture Synthesis via Unified Depth-aware Inpainting*.\n\n### [Project Page](https://me.kiui.moe/intex/) | [Arxiv](https://arxiv.org/abs/2403.11878)\n\n![teaser](assets/teaser.jpg)\n\n### Install\n```bash\npip install -r requirements.txt\n\n# nvdiffrast\npip install git+https://github.com/NVlabs/nvdiffrast/\n```\n\n### Usage\n```bash\n### generate texture for a mesh based on a prompt (command line), output will be saved to ./logs\n# please check ./configs/revani.yaml for each parameter's meaning\npython main.py --config configs/revani.yaml mesh=data/dragon.glb prompt=\"a red pet dragon with fire patterns\" save_path=dragon_fire.glb text_dir=True\n\n### open local GUI for interactive editing\npython main.py --config configs/revani.yaml mesh=data/dragon.glb prompt=\"a red pet dragon with fire patterns\" save_path=dragon_fire.glb text_dir=True gui=True\n\n### simple web GUI with gradio\npython app.py\n```\n\nPlease check `./scripts` for more examples.\n\n### Acknowledgement\n\nThis work is built on many amazing research works and open-source projects, thanks a lot to all the authors for sharing!\n\n- [nvdiffrast](https://github.com/NVlabs/nvdiffrast)\n- [dearpygui](https://github.com/hoffstadt/DearPyGui)\n\n### Citation\n\n```\n@article{tang2024intex,\n  title={InTeX: Interactive Text-to-Texture Synthesis via Unified Depth-aware Inpainting},\n  author={Tang, Jiaxiang and Lu, Ruijie and Chen, Xiaokang and Wen, Xiang and Zeng, Gang and Liu, Ziwei},\n  journal={arXiv preprint arXiv:2403.11878},\n  year={2024}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashawkey%2FInTeX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashawkey%2FInTeX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashawkey%2FInTeX/lists"}