# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("leonelhs/faceparser", dtype="auto")Quick Links
This is an non official Face Parser model mirror.
Reasons of this copy is because AI models can be very fragmented, and its hard to keeping point to an official source.
Meanwhile this concern will be solved, the projects listed here, will be using this repo.
Face Shine
Face Shine Is a backend server for photo enhancement and restoration.
Super Face
Super Face is a Python QT frontend for Face Shine server.
- Downloads last month
- 19
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="leonelhs/faceparser")