Skip to content

Commit f553d3e

Browse files
committed
Integrate CRM
1 parent b4e136a commit f553d3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+9385
-51
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,18 @@
1313
### Note: this project is still a WIP
1414

1515
## Currently support:
16-
- For use case please check [Example Workflows](./_Example_Workflows/). [**Last update: 05/03/2024**]
16+
- For use case please check [Example Workflows](./_Example_Workflows/). [**Last update: 12/03/2024**]
1717
- **Note:** you need to put [Example Inputs Files & Folders](_Example_Workflows/_Example_Inputs_Files/) under ComfyUI Root Directory\ComfyUI\input folder before you can run the example workflow
1818
- [tripoSR-layered-diffusion workflow](https://github.com/C0nsumption/Consume-ComfyUI-Workflows/tree/main/assets/tripo_sr/00) by [@Consumption](https://twitter.com/c0nsumption_)
1919

20+
- **CRM**: [thu-ml/CRM](https://github.com/thu-ml/CRM)
21+
- Three stages pipeline:
22+
1. Image to 6 multi-view images (Front, Back, Left, Right, Top & Down)
23+
2. Image & 6 multi-view images to 6 same views CCMs (Canonical Coordinate Maps)
24+
3. 6 multi-view images & CCMs to 3D mesh
25+
- *Note: For low vram pc, if you can't fit all three models for each stages into your GPU memory, then you can divide those three stages into different comfy workflow and run them separately*
26+
27+
2028
- **TripoSR**: [VAST-AI-Research/TripoSR](https://github.com/VAST-AI-Research/TripoSR) | [ComfyUI-Flowty-TripoSR](https://github.com/flowtyone/ComfyUI-Flowty-TripoSR)
2129
- Generate NeRF representation and using marching cube to turn it into 3D mesh
2230

0 commit comments

Comments
 (0)