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
Traceback (most recent call last):
File "create_personalized.py", line 196, in <module>
images = pipe(
File "/opt/conda/lib/python3.8/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/opt/conda/lib/python3.8/site-packages/photomaker/pipeline.py", line 336, in __call__
) = self.encode_prompt_with_trigger_word(
File "/opt/conda/lib/python3.8/site-packages/photomaker/pipeline.py", line 176, in encode_prompt_with_trigger_word
raise ValueError(
ValueError: PhotoMaker currently does not support multiple trigger words in a single prompt. Trigger word: img, Prompt: A single female wide angle shot of pixar animation character of a photo of adult age female wearing plain tshirt of A single female front-facing cartoon upper torso running towards the viewer, waving hand in the air in pixar character style of adult age img age with a gentle smile expression, pixar-style, studio anime, Disney, high-quality.
The text was updated successfully, but these errors were encountered:
We want to use photomaker with textual embeddings.
We are using following code to load the textual embeddings
But getting error
The text was updated successfully, but these errors were encountered: