fka/prompts.chat
Viewer • Updated • 1.83k • 47k • 9.7k
How to use semanurozcal/t3hack with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("semanurozcal/t3hack", "model.bin"))Base model
black-forest-labs/FLUX.1-dev
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("semanurozcal/t3hack", "model.bin"))