Matthew McGoogan
Results
2
comments of
Matthew McGoogan
For the diffusers approach (currently, at least) you need to generate the initial noise directly and provide via `latents` argument when you call the pipeline. For example here's a function...
Adding that at least with SD 2.1, 768 resolution, and a 3090, enable_xformers_memory_efficient_attention does improve performance. Providing a ~2.5x speed increase vs xformers disabled.