Unmasked default (#4553)

## What type of PR is this? (check all applicable)

- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ X ] Optimization
- [ ] Documentation Update
- [ ] Community Node Submission


## Have you discussed this change with the InvokeAI team?
- [ X ] Yes
- [ ] No, because:

      
## Have you updated all relevant documentation?
- [ ] Yes
- [ X ] No


## Description
Mask Edge was set to default, and producing poor results. I've updated
the default back to Unmasked.
This commit is contained in:
blessedcoolant 2023-09-16 06:48:00 +12:00 committed by GitHub
commit dc9074f65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ export const initialGenerationState: GenerationState = {
scheduler: 'euler', scheduler: 'euler',
maskBlur: 16, maskBlur: 16,
maskBlurMethod: 'box', maskBlurMethod: 'box',
canvasCoherenceMode: 'edge', canvasCoherenceMode: 'unmasked',
canvasCoherenceSteps: 20, canvasCoherenceSteps: 20,
canvasCoherenceStrength: 0.3, canvasCoherenceStrength: 0.3,
seed: 0, seed: 0,