kei971031

Results 3 comments of kei971031

I wrote an inference script with small code modifications. I hope my experience helps... First, change two parts of the training code _**tutorial_train.py**_. ``` resume_path = "YOUR_OWN_CKPT" #trainer.fit(model, dataloader) trainer.test(model,...

@Psycho-9 I don't know exactly what your situation is, but based on the error message, it appears that an error occurs in _DDPM_'s `forward()` and that this problem is caused...

download checkpoints manually. mkdir checkpoints & cd checkpoints & run script below ``` from huggingface_hub import snapshot_download from huggingface_hub import login login() # login token needed! you can get token...