Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update ui/src/app/api/hf-jobs/route.ts
Browse files
ui/src/app/api/hf-jobs/route.ts
CHANGED
|
@@ -597,7 +597,7 @@ def generate_model_card_readme(repo_id: str, config: dict, model_name: str, cura
|
|
| 597 |
tags.append("sd3")
|
| 598 |
|
| 599 |
# Add LoRA-specific tags
|
| 600 |
-
tags.extend(["lora", "diffusers", "template:sd-lora", "ai-toolkit"])
|
| 601 |
|
| 602 |
# Generate widgets and gallery section from sample images
|
| 603 |
curated_samples = curated_samples or []
|
|
|
|
| 597 |
tags.append("sd3")
|
| 598 |
|
| 599 |
# Add LoRA-specific tags
|
| 600 |
+
tags.extend(["lora", "diffusers", "template:sd-lora", "ai-toolkit", "ai-toolkit-jobs"])
|
| 601 |
|
| 602 |
# Generate widgets and gallery section from sample images
|
| 603 |
curated_samples = curated_samples or []
|