Skip to content

Commit 3ef04f1

Browse files
[misc] [docs] Various fixes for logging and docs (#758)
1 parent 0eced76 commit 3ef04f1

File tree

21 files changed

+130
-37
lines changed

21 files changed

+130
-37
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exclude: |
2222
examples/.*|
2323
.github/workflows/fastvideo-publish.yml|
2424
.github/workflows/sta-publish.yml|
25+
.github/workflows/vsa-publish.yml|
2526
.github/workflows/build-image-template.yml|
2627
docs/source/inference/support_matrix.md
2728
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src=assets/logo.png width="30%"/>
2+
<img src=assets/logos/logo.svg width="30%"/>
33
</div>
44

55
**FastVideo is a unified post-training and inference framework for accelerated video generation.**

assets/logo.png

-46.4 KB
Binary file not shown.

assets/logos/icon_simple.svg

Lines changed: 6 additions & 0 deletions
Loading

assets/logos/logo.svg

Lines changed: 18 additions & 0 deletions
Loading

comfyui/assets/icon_simple.svg

Lines changed: 6 additions & 0 deletions
Loading

comfyui/assets/logo.png

-30.9 KB
Binary file not shown.

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
#
9797
html_title = project
9898
html_theme = 'sphinx_book_theme'
99-
html_logo = '../../assets/logo.jpg'
100-
#html_favicon = 'assets/logos/vllm-logo-only-light.ico'
99+
html_logo = '../../assets/logos/icon_simple.svg'
101100
html_theme_options = {
102101
'path_to_docs': 'docs/source',
103102
'repository_url': 'https://github.com/hao-ai-lab/FastVideo/',

docs/source/contributing/developer_env/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
If you prefer a containerized development environment or want to avoid managing dependencies manually, you can use our prebuilt Docker image:
55

6-
**Image:** [`ghcr.io/hao-ai-lab/fastvideo/fastvideo-dev:latest`](https://ghcr.io/hao-ai-lab/fastvideo/fastvideo-dev)
6+
**Images:** [`ghcr.io/hao-ai-lab/fastvideo/fastvideo-dev:py3.12-latest`](https://ghcr.io/hao-ai-lab/fastvideo/fastvideo-dev)
77

88
## Starting the container
99

1010
```bash
11-
docker run --gpus all -it ghcr.io/hao-ai-lab/fastvideo/fastvideo-dev:latest
11+
docker run --gpus all -it ghcr.io/hao-ai-lab/fastvideo/fastvideo-dev:py3.12-latest
1212
```
1313

1414
This will:

docs/source/contributing/developer_env/runpod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can easily use the FastVideo Docker image as a custom container on [RunPod](
66

77
## Creating a new pod
88

9-
Choose a GPU that supports CUDA 12.4
9+
Choose a GPU that supports CUDA 12.8
1010

1111
Pick 1 or 2 L40S GPU(s)
1212

0 commit comments

Comments
 (0)