You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Im experimenting with aesthetic gradients and need to overwrite pip call to pass text_embeddings/uncond_embeddings.
Also it might save a bit of time with making a lot of images with same promt.
Describe the solution you'd like
Ability to pass text_embeddings/uncond_embeddings to pipe call.
Describe alternatives you've considered
Idk. Maybe split everything to separate functions and make it less cluttered.