Persona Slots
Persona slots are the visual knowledge library of personas.
Persona Slots
Persona slots are the visual knowledge library of personas.
1-6
7
Curl Example
Using Slots in Generation
To use slots in generation, provide the persona ID using the pid
parameter:
This will automatically:
Use slot 1 for style reference if
style_transfer=persona
Use slot 7 as the input image if no explicit image URL provided
When configuring persona slots in Interior AI, providing a pid
(Persona ID) parameter eliminates the need to specify the image
and style_transfer
parameters.
For instance, in the Fluw implementation, once you establish a persona and assign an image to slot 7, subsequent operations require only the pid
parameter. The system will automatically utilize the slot's designated image as the starting frame for video generation, with processing continuing from that initial state.
This persona slot functionality is not unique to Interior AI, or Fluw - it can be implemented across all Luw.ai generators, allowing for consistent style application and streamlined parameter management.
Last updated