How to use HanzhiZhang/lowResSegModel_Human with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="HanzhiZhang/lowResSegModel_Human")
# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("HanzhiZhang/lowResSegModel_Human") model = AutoModelForMaskGeneration.from_pretrained("HanzhiZhang/lowResSegModel_Human")
The community tab is the place to discuss and collaborate with the HF community!