Kkkkkz21
Results
2
issues of
Kkkkkz21
Hello, I am running this part of the tutorial code `token = np.random.choice(scene_loader.tokens) scene = scene_loader.get_scene_from_token(token)` The following error occurs: `TypeError Traceback (most recent call last) Cell In[60], [line 2](vscode-notebook-cell:?execution_count=60&line=2)...
您好,我想请问一下,在训练时high noise和low noise模型使用不同的采样时间边界,为什么推理时switch_DiT_boundary不沿用0.358这个边界而是新值0.875呢?