comfyanonymous
dcec1047e6
Invert the start and end percentages in the code.
...
This doesn't affect how percentages behave in the frontend but breaks
things if you relied on them in the backend.
percent_to_sigma goes from 0 to 1.0 instead of 1.0 to 0 for less confusion.
Make percent 0 return an extremely large sigma and percent 1.0 return a
zero one to fix imprecision.
1 year ago
comfyanonymous
7c0f255de1
Clean up percent start/end and make controlnets work with sigmas.
1 year ago
Jedrzej Kosinski
3783cb8bfd
change 'c_adm' to 'y' in ControlNet.get_control
1 year ago
comfyanonymous
a0690f9df9
Fix t2i adapter issue.
1 year ago
comfyanonymous
9a55dadb4c
Refactor code so model can be a dtype other than fp32 or fp16.
1 year ago
comfyanonymous
76cdc809bf
Support more controlnet models.
1 year ago
comfyanonymous
1e6b67101c
Support diffusers format t2i adapters.
1 year ago
comfyanonymous
5c363a9d86
Fix controlnet bug.
1 year ago
comfyanonymous
cfe1c54de8
Fix controlnet issue.
1 year ago
comfyanonymous
f2f5e5dcbb
Support SDXL t2i adapters with 3 channel input.
1 year ago
comfyanonymous
65cae62c71
No need to check filename extensions to detect shuffle controlnet.
1 year ago
comfyanonymous
f92074b84f
Move ModelPatcher to model_patcher.py
1 year ago
comfyanonymous
a57b0c797b
Fix lowvram model merging.
1 year ago
comfyanonymous
c77f02e1c6
Move controlnet code to comfy/controlnet.py
1 year ago