--- library_name: craftsman-v1-5 license: creativeml-openrail-m license_name: creativeml-openrail-m license_link: https://raw.githubusercontent.com/CompVis/stable-diffusion/refs/heads/main/LICENSE pipeline_tag: image-to-3d language: - en - zh --- ## **CraftsMan-v1-5** ###
[Weiyu Li*1,2](https://wyysf-98.github.io/), Jiarui Liu*1,2, Hongyu Yan*1,2, [Rui Chen1,2](https://aruichen.github.io/), [Yixun Liang2,3](https://yixunliang.github.io/), [Xuelin Chen4](https://xuelin-chen.github.io/), [Ping Tan1,2](https://ece.hkust.edu.hk/pingtan), [Xiaoxiao Long1,2](https://www.xxlong.site/)
#####1HKUST, 2LightIllusions, 3HKUST(GZ), 4Tencent AI Lab
# Usage To use the model, please refer to the [official repository](https://github.com/wyysf-98/CraftsMan) for installation and usage instructions. ``` from craftsman import CraftsManPipeline import torch pipeline = CraftsManPipeline.from_pretrained("./ckpts/craftsman-v1-5", device="cuda:0", torch_dtype=torch.float32) # load from local ckpt mesh = pipeline("https://pub-f9073a756ec645d692ce3d171c2e1232.r2.dev/data/werewolf.png").meshes[0] mesh.export("werewolf.obj") ``` ## 🔥🔥🔥 News!! * Nov 16, 2024: 💬 We release the CraftsMan-v1-5 ## 📑 Open-source Plan - [x] Inference - [x] Checkpoints - [x] Training - [ ] ComfyUI ## 🎉 **CraftMan-v1-5 Architecture**