Image-to-Image
Transformers
Safetensors
in-image-machine-translation
image-translation
image-editing
multimodal
qwen2.5-vl
flux
Instructions to use SeerRay-Lab/Unitranslator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SeerRay-Lab/Unitranslator with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="SeerRay-Lab/Unitranslator")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SeerRay-Lab/Unitranslator", device_map="auto") - Notebooks
- Google Colab
- Kaggle
I encountered some issues when trying to reproduce the results
#1
by ariesaa - opened
https://github.com/SeerRay-Lab/Unitranslator
The current repository has version inconsistencies and compatibility issues. Are there any plans for an update?
ariesaa changed discussion title from code error to I encountered some issues when trying to reproduce the results