diffusiondb / config.toml
Alex Cabrera
initial commit
ef9a72e
raw history blame
No virus
242 Bytes
functions = "./"
view = "image-classification"
metadata = "./metadata_f.parquet"
data_path = "https://diffusiondb.m4ke.org/"
data_column = "image_name"
label_column = "prompt"
batch_size = 100000
port = 7860
host = "0.0.0.0"
editable = false