We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139568a commit 31aa0a2Copy full SHA for 31aa0a2
examples/dreambooth/train_dreambooth_lora_hidream.py
@@ -42,7 +42,7 @@
42
from torchvision import transforms
43
from torchvision.transforms.functional import crop
44
from tqdm.auto import tqdm
45
-from transformers import CLIPTokenizer, PretrainedConfig, T5TokenizerFast
+from transformers import CLIPTokenizer, PretrainedConfig, T5TokenizerFast, PreTrainedTokenizerFast
46
47
import diffusers
48
from diffusers import (
0 commit comments