give time tokens a surface area of 2 tokens as default, make it so researcher can customize which unet actually is conditioned on image embeddings and/or text encodings

This commit is contained in:
Phil Wang
2022-04-20 10:04:47 -07:00
parent ddde8ca1bf
commit 6f941a219a
4 changed files with 32 additions and 15 deletions

View File

@@ -6,4 +6,4 @@ def main():
@click.command()
@click.argument('text')
def dream(text):
return image
return 'not ready yet'