Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Craulback committed Nov 27, 2022
1 parent d4ecedf commit b40c871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/txt2vid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,6 @@ def diffuse(
speed = "it/s"
duration = 1 / duration

# perhaps add an option to set fps within the ui eventually
total_frames = st.session_state.max_duration_in_seconds * fps
total_steps = st.session_state.sampling_steps + st.session_state.num_inference_steps

Expand Down

0 comments on commit b40c871

Please sign in to comment.