Imaginer/src/provider/anything.py

6 lines
159 B
Python
Raw Normal View History

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