Skip to content

Commit

Permalink
Merge pull request #1 from s9roll7/main
Browse files Browse the repository at this point in the history
fix s9roll7#199 (controlnet_normalbae)
  • Loading branch information
hassantsyed authored Dec 14, 2023
2 parents c744817 + dbf40d1 commit 6e6b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animatediff/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def controlnet_preprocess(
save_path = det_dir.joinpath(f"{org_name}.png")
ref_image.save(save_path)

controlnet_no_shrink = ["controlnet_tile","animatediff_controlnet","controlnet_canny","controlnet_depth","controlnet_lineart","controlnet_lineart_anime","controlnet_scribble","controlnet_seg","controlnet_softedge","controlnet_mlsd"]
controlnet_no_shrink = ["controlnet_tile","animatediff_controlnet","controlnet_canny","controlnet_normalbae","controlnet_depth","controlnet_lineart","controlnet_lineart_anime","controlnet_scribble","controlnet_seg","controlnet_softedge","controlnet_mlsd"]
if "no_shrink_list" in controlnet_map:
controlnet_no_shrink = controlnet_map["no_shrink_list"]

Expand Down

0 comments on commit 6e6b37e

Please sign in to comment.