Skip to content

Commit

Permalink
feat: repurposed allow_sdxl_controlnet to work for transparency as well
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Jun 30, 2024
1 parent ce0970f commit 71de454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgeData_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ allow_post_processing: true
# Note: There is additional RAM/VRAM overhead with this option. Low VRAM cards (<6gb) should be cautious to enable this.
allow_controlnet: false

# Allow SDXL controlnet jobs to be done by this worker.
# Allow SDXL jobs with high memory add-ons like controlnet or transparency to be done by this worker.
# Note: There is significant additional RAM/VRAM overhead with this option. Medium VRAM cards (<12gb) should be cautious to enable this.
# Note that if this is true, allow_controlnet must also be true
allow_sdxl_controlnet: false
Expand Down

0 comments on commit 71de454

Please sign in to comment.