Spaces:
Running
Running
menu = [ | |
"Ensalada de atún con jitomate y queso", | |
"Tuna and tomato salad with cheese", | |
"Sopa de almeja con guisantes", | |
"Pollo a la plancha con arroz y ensalada de lechuga", | |
"Tofu sobre rebanada de pan blanco" | |
"Filete de carne con papas y ensalada verde" | |
] | |
espacios = [ | |
("stabilityai/stable-diffusion", "stabilityai/stable-diffusion"), | |
("stabilityai/stable-diffusion-3-medium", "stabilityai/stable-diffusion-3-medium"), | |
# ("stabilityai/stable-diffusion-3.5-large", "stabilityai/stable-diffusion-3.5-large"), | |
("black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-schnell"), | |
("black-forest-labs/FLUX.1-dev", "black-forest-labs/FLUX.1-dev") | |
] | |
modelos = [ | |
("stabilityai/stable-diffusion-xl-base-1.0", "stabilityai/stable-diffusion-xl-base-1.0"), | |
("stabilityai/stable-diffusion-2", "stabilityai/stable-diffusion-2"), | |
("stabilityai/stable-diffusion-2-1", "stabilityai/stable-diffusion-2-1"), | |
("stabilityai/stable-diffusion-3-medium", "stabilityai/stable-diffusion-3-medium"), | |
("stabilityai/stable-diffusion-3.5-large", "stabilityai/stable-diffusion-3.5-large"), | |
("black-forest-labs/FLUX.1-dev", "black-forest-labs/FLUX.1-dev"), | |
("black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-schnell") | |
] | |
proveedores_default = [ | |
("HF Inference", "hf-inference"), | |
] | |
proveedores_todos = [ | |
("HF Inference", "hf-inference"), | |
("Together AI", "together"), | |
("Fal AI", "fal-ai"), | |
("Replicate", "replicate"), | |
("Nebius", "nebius") | |
] | |
proveedores_sd1 = [ | |
("HF Inference", "hf-inference"), | |
("Together AI", "together"), | |
("Replicate", "replicate"), | |
("Nebius", "nebius") | |
] | |
proveedores_sd2 = [ | |
("HF Inference", "hf-inference"), | |
] | |
proveedores_sd3_medium = [ | |
("Fal AI", "fal-ai"), | |
] | |
proveedores_sd3_large = [ | |
("HF Inference", "hf-inference"), | |
("Fal AI", "fal-ai"), | |
("Replicate", "replicate") | |
] | |
proveedores_flux = [ | |
("HF Inference", "hf-inference"), | |
("Together AI", "together"), | |
("Fal AI", "fal-ai"), | |
("Replicate", "replicate"), | |
("Nebius", "nebius") | |
] |