We lifted 7 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| idonahum/photoVerse | pwc_unofficial | 6 of 7 |
| Function | Status | Where it lives |
|---|---|---|
| collate_fn | Ran | idonahum/photoVerse/datasets/custom.py code served (permissive licence) · get_code("56c8eb1a25c430ac") |
| conv3x3 | Ran | idonahum/photoVerse/models/arcface_resnet.py code served (permissive licence) · get_code("fac5364e2f53c6db") |
| get_visual_cross_attention_values_norm | Ran | idonahum/photoVerse/models/unet.py code served (permissive licence) · get_code("091788297b78b8f8") |
| is_image | Ran | idonahum/photoVerse/datasets/custom.py code served (permissive licence) · get_code("08ed26a26d2e9173") |
| load_photoverse_model | Ran | idonahum/photoVerse/models/modeling_utils.py code served (permissive licence) · get_code("3c499a6b2e9532db") |
| resnet_face18 | Ran | idonahum/photoVerse/models/arcface_resnet.py code served (permissive licence) · get_code("af7992ac4792655f") |
| run_inference | Not yet run | idonahum/photoVerse/models/infer.py code served (permissive licence) · get_code("35ca8b80299da3c0") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Personalized text-to-image generation has emerged as a powerful and sought-after tool, empowering users to create customized images based on their specific concepts and prompts. However, existing approaches to personalization encounter multiple challenges, including long tuning times, large storage requirements, the necessity for multiple input images per identity, and limitations in preserving identity and editability. To address these obstacles, we present PhotoVerse, an innovative methodology that incorporates a dual-branch conditioning mechanism in both text and image domains, providing effective control over the image generation process. Furthermore, we introduce facial identity loss as a novel component to enhance the preservation of identity during training. Remarkably, our proposed PhotoVerse eliminates the need for test time tuning and relies solely on a single facial photo of the target identity, significantly reducing the resource cost associated with image generation. After a single training phase, our approach enables generating high-quality images within only a few seconds. Moreover, our method can produce diverse images that encompass various scenes and styles. The extensive evaluation demonstrates the superior performance of our approach, which achieves the dual objectives of preserving identity and facilitating editability. Project page: https://photoverse2d.github.io/
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2309.05793")
get_code_for_paper("2309.05793")
have("2309.05793")
Connect an agent — have() is free.