update readme

This commit is contained in:
Brett Kuprel
2022-07-05 07:44:42 -04:00
parent 8c204296d7
commit ba6080668f
2 changed files with 2 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ class MinDalle:
log2_supercondition_factor: int = 3,
is_verbose: bool = False
) -> Iterator[Image.Image]:
assert(log2_mid_count in range(5))
if is_verbose: print("tokenizing text")
tokens = self.tokenizer.tokenize(text, is_verbose=is_verbose)
if is_verbose: print("text tokens", tokens)