1
0
Fork 0

fix txt2img call

This commit is contained in:
Sean Sube 2023-02-04 17:46:50 -06:00
parent 7b506cb6d3
commit 3231a904c1
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def run_txt2img_pipeline(
rng = np.random.RandomState(params.seed)
progress = job.get_progress_callback()
result = pipe.txt2img(
result = pipe.text2img(
params.prompt,
height=size.height,
width=size.width,