hcgprague

Results 8 issues of hcgprague

swarm 時 為什麼web這樣的config 能知道要連到哪一個db (ip:port) , web 連線db 的設定值並沒有看見? web: image: twtrubiks/my_swarm_secrets_demo ports: - "8000:8000" networks: - backend deploy: replicas: 4 update_config: parallelism: 2 restart_policy: condition: on-failure secrets: - my_password...

I try to do a ctx_player pulling URL source running background on web page and forward to mix_track. I do as above for hidden property but it seems not work....

1. mode=WebRtcMode.SENDONLY, video_frame = webrtc_ctx.video_receiver.get_frame(timeout=1) is work But when mode=WebRtcMode.RECVONLY , webrtc_ctx.video_receiver is always None . it could not get_frame of the case mix_ctx . 2. is it any method...

第一次發起連線正常 但後面.stop 沒正常停止 仔細看除錯應是時序沒對準 在.stop運行前 又多跑了一次request

如何加入auto play 到 div tag ?

PDGAN train no module named models.testmaskconv

it does not work with streamlit for py_3_11

from video_kandinsky3 import get_T2V_pipeline import os os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "max_split_size_mb:8024" t2v_pipe = get_T2V_pipeline('cuda', fp16=True) pfps = 'medium' # ['low', 'medium', 'high'] video = t2v_pipe( 'a red car is drifting on the...