manbeast3b commited on
Commit
f7d393e
·
verified ·
1 Parent(s): ffb28b2

Update src/pipeline.py

Browse files
Files changed (1) hide show
  1. src/pipeline.py +1 -1
src/pipeline.py CHANGED
@@ -54,7 +54,7 @@ def load_pipeline() -> Pipeline:
54
  pipeline._exclude_from_cpu_offload = ["vae"]
55
  pipeline.enable_sequential_cpu_offload()
56
  for _ in range(2):
57
- pipeline(prompt="onomancy, aftergo, spirantic, Platyhelmia, modificator, drupaceous, jobbernowl, hereness", width=1024, height=1024, guidance_scale=0.0, num_inference_steps=4, max_sequence_length=256)
58
 
59
  return pipeline
60
 
 
54
  pipeline._exclude_from_cpu_offload = ["vae"]
55
  pipeline.enable_sequential_cpu_offload()
56
  for _ in range(2):
57
+ pipeline(prompt="warmup run testing one two three", width=1024, height=1024, guidance_scale=0.0, num_inference_steps=4, max_sequence_length=256)
58
 
59
  return pipeline
60