Your document is outdated
#69
by
oddball516
- opened
The ip model generate method has changed from purely **kwargs
, your readme is misleading.
I had to call this method with positional parameters instead. Please update your documents accordingly.
images = ip_model.generate(
faceid_embeds,
prompt,
negative_prompt,
7,
4,
None,
40,
width=1024,
height=1024
).images