Skip to content

Mirror HF model repos to daydreamlive org#536

Merged
leszko merged 3 commits intomainfrom
mirror-hf-models-to-daydreamlive
Mar 6, 2026
Merged

Mirror HF model repos to daydreamlive org#536
leszko merged 3 commits intomainfrom
mirror-hf-models-to-daydreamlive

Conversation

@ryanontheinside
Copy link
Copy Markdown
Collaborator

Summary

  • Point all artifact repo_id strings from upstream HF repos to daydreamlive-hosted mirrors
  • Enables download tracking via HF's built-in stats as a zero-consent telemetry proxy
  • Insulates users from upstream repo changes/deletions
  • No logic changes; local directory names are derived from repo name (not org), so existing downloaded models work without re-downloading

Repos mirrored (11 total)

Upstream Mirror
Wan-AI/Wan2.1-T2V-1.3B daydreamlive/Wan2.1-T2V-1.3B
Wan-AI/Wan2.1-T2V-14B daydreamlive/Wan2.1-T2V-14B
Kijai/WanVideo_comfy daydreamlive/WanVideo_comfy
lightx2v/Autoencoders daydreamlive/Autoencoders
Efficient-Large-Model/LongLive-1.3B daydreamlive/LongLive-1.3B
jerryfeng/StreamDiffusionV2 daydreamlive/StreamDiffusionV2
KlingTeam/MemFlow daydreamlive/MemFlow
krea/krea-realtime-video daydreamlive/krea-realtime-video
JaydenLu666/Reward-Forcing-T2V-1.3B daydreamlive/Reward-Forcing-T2V-1.3B
depth-anything/Video-Depth-Anything-Small daydreamlive/Video-Depth-Anything-Small
ali-vilab/VACE-Annotators daydreamlive/VACE-Annotators

Test plan

  • uv run daydream-scope starts without errors
  • Delete a model directory, trigger re-download, confirm it pulls from daydreamlive
  • Existing users with models already downloaded are unaffected (local paths unchanged)

Point all artifact repo_ids to daydreamlive-hosted mirrors for download
tracking via HF stats and insulation from upstream repo changes. Local
directory names are unchanged (derived from repo name, not org), so
existing downloaded models continue to work without re-downloading.

Signed-off-by: RyanOnTheInside <[email protected]>
Copy link
Copy Markdown
Collaborator

@BuffMcBigHuge BuffMcBigHuge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just need to ensure we have all repos in place on Huggingface.

@ryanontheinside
Copy link
Copy Markdown
Collaborator Author

LGTM! Just need to ensure we have all repos in place on Huggingface.

ty - the mirrors are created and testing is underway. this was meant to be a draft so I will convert it to avoid confusing/premature merge

@ryanontheinside ryanontheinside marked this pull request as draft February 25, 2026 19:00
Replace GoogleDriveArtifact with HuggingfaceRepoArtifact pointing to
daydreamlive/RIFE. The model weights (flownet.pkl) have been mirrored
to HuggingFace, eliminating the Google Drive download dependency.

Signed-off-by: RyanOnTheInside <[email protected]>
HuggingFace counts downloads by tracking requests to query files
(config.json by default). Most mirrored repos were missing this file,
so downloads were not being counted. Added config.json to each mirror
repo and to every artifact's files list to ensure it gets fetched.

Signed-off-by: RyanOnTheInside <[email protected]>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

🚀 fal.ai Preview Deployment

App ID daydream/scope-pr-536--preview
WebSocket wss://fal.run/daydream/scope-pr-536--preview/ws
Commit e6c4187

Testing

Connect to this preview deployment by setting the fal endpoint in your client:

FAL_WS_URL=wss://fal.run/daydream/scope-pr-536--preview/ws

🧪 E2E tests will run automatically against this deployment.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

❌ E2E Tests failed

Status failed
fal App daydream/scope-pr-536--preview
Run View logs

Test Artifacts

Check the workflow run for screenshots, traces, and failure details.

@ryanontheinside ryanontheinside marked this pull request as ready for review March 5, 2026 23:48
@leszko leszko merged commit 5fb173e into main Mar 6, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants