Skip to content

Commit

Permalink
Add support for v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon authored Dec 16, 2022
1 parent 280231c commit 1f99576
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daam/run/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ def main():
model_id_map = {
'v1': 'runwayml/stable-diffusion-v1-5',
'v2-base': 'stabilityai/stable-diffusion-2-base',
'v2-large': 'stabilityai/stable-diffusion-2'
'v2-large': 'stabilityai/stable-diffusion-2',
'v2-1-base': 'stabilityai/stable-diffusion-2-1-base',
'v2-1-large': 'stabilityai/stable-diffusion-2-1'
}

parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 1f99576

Please sign in to comment.