Views
No views yet
1from teamwork.pipelines import TeamworkPipeline
2from PIL import Image
3
4pipe = TeamworkPipeline.from_checkpoint(
5 'samsartor/teamwork-release',
6 'decomposition_heterogeneous_sd3.safetensors',
7).to('cuda')
8
9generated = pipe({'image': Image.open('./demo/red_glass_sphere.png'})| Description | Base Model | Resolution | Inputs | Outputs | |
| decomposition_heterogeneous_sd3.safetensors | Intrinsic image decomposition trained on heterogeneous datasets (InteriorVerse, HyperSim, CGIntrinsics, Infinigen, ABC). | SD3 | 1024x1024 | image | diffuse specular roughness normals depth albedo inverseshading diffuseshading residual |
| decomposition_interiorverse_sd3.safetensors | Intrinsic image decomposition specialized for InteriorVerse dataset. | SD3 | 640x480 | image | diffuse specular roughness normals depth albedo inverseshading |
| inpainting_sd3.safetensors | Text-conditional inpainting of masked regions. | SD3 | 1024x1024 | mask masked | image |
| neuralshading_sd3.safetensors | Synthesizes images from intrinsic components under unknown random lighting. | SD3 | 1024x1024 | albedo diffuse specular roughness normals depth | image diffuseshading inverseshading residual |
| colocated_svbrdf_estimation_flux_256.safetensors | Estimates material properties from a single flash-lit photograph. | FLUX.1-dev | 256x256 | image halfway | diffuse specular roughness normals |
| colocated_svbrdf_estimation_flux_512.safetensors | Estimates material properties from a single flash-lit photograph. | FLUX.1-dev | 512x512 | image halfway | diffuse specular roughness normals |
| colocated_svbrdf_estimation_sd3_256.safetensors | Estimates material properties from a single flash-lit photograph. | SD3 | 256x256 | image halfway | diffuse specular roughness normals |
| colocated_svbrdf_estimation_sd3_512.safetensors | Estimates material properties from a single flash-lit photograph. | SD3 | 512x512 | image halfway | diffuse specular roughness normals |
| colocated_svbrdf_estimation_sdxl_256.safetensors | Estimates material properties from a single flash-lit photograph. | SDXL | 256x256 | image halfway | diffuse specular roughness normals |
@conference{Sartor:2025:TCD,
author = {Sartor, Sam and Peers, Pieter},
title = {Teamwork: Collaborative Diffusion with Low-rank Coordination and Adaptation},
month = {December},
year = {2025},
booktitle = {ACM SIGGRAPH Asia Conference Proceedings},
}