Skip to content

Commit

Permalink
ini
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel committed Aug 23, 2023
1 parent fb00027 commit ed6a32e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/controlnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,11 +719,6 @@ def process(self, p, *args):
if len(self.enabled_units) == 0:
self.latest_network = None
return

is_sdxl = getattr(p.sd_model, 'is_sdxl', False)
if is_sdxl:
logger.warning('ControlNet does not support SDXL -- disabling')
return

detected_maps = []
forward_params = []
Expand Down

0 comments on commit ed6a32e

Please sign in to comment.