mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
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:
parent
032ab0c693
commit
6214f865a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue