You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/content/kohya-trainer/train_network_xl_wrapper.py", line 2, in
from sdxl_train_network import setup_parser, SdxlNetworkTrainer
File "/content/kohya-trainer/sdxl_train_network.py", line 3, in
from library import sdxl_model_util, sdxl_train_util, train_util
File "/content/kohya-trainer/library/sdxl_model_util.py", line 7, in
from diffusers import AutoencoderKL, EulerDiscreteScheduler, UNet2DConditionModel
ModuleNotFoundError: No module named 'diffusers'
The text was updated successfully, but these errors were encountered:
This problem should be fixed. However if you made a copy of the colab, it does not auto update. Go to the colab from here and not a copy one and try again.
This problem should be fixed. However if you made a copy of the colab, it does not auto update. Go to the colab from here and not a copy one and try again.
It's obvious that it's the latest official code, I haven't changed anything, and BS is 1, the lowest, obviously there's a problem with the code
Traceback (most recent call last):
File "/content/kohya-trainer/train_network_xl_wrapper.py", line 2, in
from sdxl_train_network import setup_parser, SdxlNetworkTrainer
File "/content/kohya-trainer/sdxl_train_network.py", line 3, in
from library import sdxl_model_util, sdxl_train_util, train_util
File "/content/kohya-trainer/library/sdxl_model_util.py", line 7, in
from diffusers import AutoencoderKL, EulerDiscreteScheduler, UNet2DConditionModel
ModuleNotFoundError: No module named 'diffusers'
The text was updated successfully, but these errors were encountered: