fix(local-ai): correct Dreamshaper 8 download URL

The catalog pointed at huggingface.co/Lykon/dreamshaper-8 which now returns
404 — the live HF repo is huggingface.co/Lykon/DreamShaper. Confirmed by
probing both URLs and downloading the file from the corrected one.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Anil Matcha 2026-04-26 02:09:08 +05:30
commit 6214f865a3

View file

@ -68,7 +68,7 @@ const LOCAL_MODEL_CATALOG = [
type: 'sd1',
filename: 'DreamShaper_8_pruned.safetensors',
sizeGB: 2.1,
downloadUrl: 'https://huggingface.co/Lykon/dreamshaper-8/resolve/main/DreamShaper_8_pruned.safetensors',
downloadUrl: 'https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_8_pruned.safetensors',
aspectRatios: ['1:1', '4:3', '3:4', '16:9', '9:16'],
defaultWidth: 512,
defaultHeight: 512,