Greaten

Results 4 comments of Greaten

我是ImportError: cannot import name 'TranslationDataset' from 'torchtext.datasets' 。貌似最新的torchtext里已经没有TranslationDataset这个类了

Up to now, the latest version of torchtext is 0.11.2, which discarded the TranslationDataset. If you want to use TranslationDataset, please install torchtext==0.3.1.

This issue occurs because the ComfyUI path is not included in the system's Python paths. To resolve it, you can manually add your ComfyUI directory path to the system paths....

> So you got the error at the `Generate the dataset` step? I could follow the doc and both dataset generation and training worked for me. I am under Ubuntu,...