mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update generationSlice.ts
This commit is contained in:
parent
c977d295f5
commit
29454a2974
@ -277,11 +277,11 @@ export const generationSlice = createSlice({
|
||||
state.threshold = threshold;
|
||||
}
|
||||
if (typeof perlin === 'undefined') {
|
||||
state.perlin = perlin;
|
||||
state.perlin = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
state.perlin = 0;
|
||||
state.perlin = perlin;
|
||||
}
|
||||
if (typeof seamless === 'boolean') state.seamless = seamless;
|
||||
// if (typeof hires_fix === 'boolean') state.hiresFix = hires_fix; // TODO: Needs to be fixed after reorg
|
||||
|
Loading…
Reference in New Issue
Block a user