Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
6 changes: 3 additions & 3 deletions frontend/src/data/pipelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const PIPELINES: Record<string, PipelineInfo> = {
streamdiffusionv2: {
name: "StreamDiffusionV2",
docsUrl:
"https://github.com/daydreamlive/scope/blob/main/pipelines/streamdiffusionv2/docs/usage.md",
"https://github.com/daydreamlive/scope/blob/main/src/scope/core/pipelines/streamdiffusionv2/docs/usage.md",
about:
"A streaming pipeline and autoregressive video diffusion model from the creators of the original StreamDiffusion project. The model is trained using Self-Forcing on Wan2.1 1.3b with modifications to support streaming.",
modified: true,
Expand All @@ -33,7 +33,7 @@ export const PIPELINES: Record<string, PipelineInfo> = {
longlive: {
name: "LongLive",
docsUrl:
"https://github.com/daydreamlive/scope/blob/main/pipelines/longlive/docs/usage.md",
"https://github.com/daydreamlive/scope/blob/main/src/scope/core/pipelines/longlive/docs/usage.md",
about:
"A streaming pipeline and autoregressive video diffusion model from Nvidia, MIT, HKUST, HKU and THU. The model is trained using Self-Forcing on Wan2.1 1.3b with modifications to support smoother prompt switching and improved quality over longer time periods while maintaining fast generation.",
modified: true,
Expand All @@ -49,7 +49,7 @@ export const PIPELINES: Record<string, PipelineInfo> = {
"krea-realtime-video": {
name: "Krea Realtime Video",
docsUrl:
"https://github.com/daydreamlive/scope/blob/main/pipelines/krea_realtime_video/docs/usage.md",
"https://github.com/daydreamlive/scope/blob/main/src/scope/core/pipelines/krea_realtime_video/docs/usage.md",
about:
"A streaming pipeline and autoregressive video diffusion model from Krea. The model is trained using Self-Forcing on Wan2.1 14b.",
modified: true,
Expand Down
Loading