Closed heepengpeng closed 1 year ago
Hi @heepengpeng. I haven't seen samples like this before :) is this sampling from the pre-trained DiT models? would you mind sharing a code snippet/ more details?
Hi @heepengpeng. I haven't seen samples like this before :) is this sampling from the pre-trained DiT models? would you mind sharing a code snippet/ more details?
https://github.com/heepengpeng/minddiffusion/blob/main/vision/DiT/mainV2.py code is here. I use the the pre-trained DiT models. I rewrite the code by another AI framework MindSpore . https://github.com/heepengpeng/minddiffusion/blob/main/vision/DiT/mainV2.py
So it's a bit hard to tell if there's an issue from one sample, but if there is it's likely with the mindspore codebase. If you can reproduce the issue with the PyTorch codebase, let me know and I'll try to take a look.