Imaginer/src/provider/anything.py

6 lines
159 B
Python

from .huggingface import BaseHFProvider
class AnythingProvider(BaseHFProvider):
name = "Anything"
slug = "anything"
model = "andite/anything-v4.0"