Skip to content

Commit

Permalink
Fix Adetailer CFG
Browse files Browse the repository at this point in the history
  • Loading branch information
Stax124 committed Mar 18, 2024
1 parent d2f0f29 commit b997205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def adetailer_flag(self, job: Job, images: List[Image.Image]) -> List[Image.Imag
data["prompt"] = job.data.prompt
data["negative_prompt"] = job.data.negative_prompt
data["scheduler"] = data.pop("sampler")
data["guidance_scale"] = data.pop("cfg_scale")

data = InpaintData(**data)

Expand Down

0 comments on commit b997205

Please sign in to comment.