I know there are many posts out there about the differences between these two patterns, but there are a few things that I cannot find.
From what I have been reading,
Abstract Factory is an interface for creating related products, but Factory Method is only one method. Abstract Factory can be implemented by multiple Factory Methods.