mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update outcrop.py
This commit is contained in:
parent
e332529fbd
commit
825fa6977d
@ -32,7 +32,7 @@ class Outcrop(object):
|
||||
|
||||
result= self.generate.prompt2image(
|
||||
orig_opt.prompt,
|
||||
seed = orig_opt.seed, # uncomment to make it non-deterministic
|
||||
seed = orig_opt.seed, # uncomment to make it deterministic
|
||||
sampler = self.generate.sampler,
|
||||
steps = opt.steps,
|
||||
cfg_scale = opt.cfg_scale,
|
||||
|
Loading…
Reference in New Issue
Block a user