mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Merge pull request #620 from AuwowaUwU/patch-1
Remove hardcoded disabling of grids in file script
This commit is contained in:
@@ -130,8 +130,6 @@ class Script(scripts.Script):
|
||||
lines = [x.strip() for x in prompt_txt.splitlines()]
|
||||
lines = [x for x in lines if len(x) > 0]
|
||||
|
||||
p.do_not_save_grid = True
|
||||
|
||||
job_count = 0
|
||||
jobs = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user