mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixed opt.embiggen_strength again
This commit is contained in:
parent
f2a6985c78
commit
70bd61d616
@ -636,9 +636,7 @@ class Generate:
|
||||
elif tool == 'embiggen':
|
||||
# fetch the metadata from the image
|
||||
generator = self.select_generator(embiggen=True)
|
||||
opt.strength = 0.40
|
||||
if opt.embiggen_strength is not None:
|
||||
opt.strength = embiggen_strength
|
||||
opt.strength = opt.embiggen_strength or 0.40
|
||||
print(f'>> Setting img2img strength to {opt.strength} for happy embiggening')
|
||||
generator.generate(
|
||||
prompt,
|
||||
|
Loading…
Reference in New Issue
Block a user