Image-to-Image
Transformers
PyTorch
English
eruku
image-feature-extraction
handwriting-generation
styled-text-generation
text-to-image
autoregressive
vision
custom_code
Instructions to use blowing-up-groundhogs/eruku with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blowing-up-groundhogs/eruku with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="blowing-up-groundhogs/eruku", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("blowing-up-groundhogs/eruku", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K