Transformers How to use wangzeze/ObjectRelator-Joint with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-segmentation", model="wangzeze/ObjectRelator-Joint") # Load model directly
from transformers import PSALM_SSL_MultiCondition
model = PSALM_SSL_MultiCondition.from_pretrained("wangzeze/ObjectRelator-Joint", dtype="auto")