Yixin Jin

Results 4 issues of Yixin Jin

Hello, As I noticed your outputs have some red and green dots pattern which looks like artifacts generated by the network. But from the output of the original paper, there...

For the file train-SRResNet-VGGloss.lua, on line 153 local dJ_dh_x = dJ_dhp_x:div(255):index(2, torch.LongTensor{3,2,1}) -- deprocess gradient. According the chain rule, should that be mul(255) instead of div(255)

Here are the settings: MODEL_ID="Skywork/SkyReels-V2-DF-14B-540P" RESOLUTION="540P" BASE_NUM_FRAMES=97 NUM_FRAMES=289 OVERLAP_HISTORY=17 ADDNOISE_CONDITION=20 GUIDANCE_SCALE=5.0 INFERENCE_STEPS=30 SHIFT=5.0 SEED=42 # Fixed seed for reproducibility COMMON_ARGS="--resolution ${RESOLUTION} \ --base_num_frames ${BASE_NUM_FRAMES} \ --num_frames ${NUM_FRAMES} \ --overlap_history ${OVERLAP_HISTORY}...