liyzzz commited on
Commit
e61973e
·
verified ·
1 Parent(s): afe7070

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -14
README.md CHANGED
@@ -1,17 +1,25 @@
1
- ---
2
- license: creativeml-openrail-m
3
- language:
4
- - en
5
- base_model:
6
- - stabilityai/stable-diffusion-xl-base-1.0
7
- pipeline_tag: image-to-image
8
- tags:
9
- - SIGGRAPH
10
- - 3D-Stylization
11
- - ReStyle3D
12
- ---
 
13
 
14
  This repo contains the model weights for our SIGGRAPH 2025 paper:
15
 
16
- Scene-level Appearance Transfer with Semantic Correspondences
17
- [![Project](https://img.shields.io/badge/Project_Page-ReStyle3D-blue)](https://restyle3d.github.io/) [![arXiv](https://img.shields.io/badge/arXiv-2502.10377-blue?logo=arxiv&color=%23B31B1B)](https://arxiv.org/abs/2502.10377)
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ language:
4
+ - en
5
+ base_model:
6
+ - stabilityai/stable-diffusion-xl-base-1.0
7
+ pipeline_tag: image-to-image
8
+ tags:
9
+ - SIGGRAPH
10
+ - 3D-Stylization
11
+ - ReStyle3D
12
+ - cvpr
13
+ ---
14
 
15
  This repo contains the model weights for our SIGGRAPH 2025 paper:
16
 
17
+ ReStyle3D: Scene-level Appearance Transfer with Semantic Correspondences
18
+
19
+ [Project](https://restyle3d.github.io/) | [Code](https://github.com/GradientSpaces/ReStyle3D)
20
+
21
+ <p align="center">
22
+ <a href="">
23
+ <img src="https://arxiv.org/html/2502.10377v1/x1.png" width="100%">
24
+ </a>
25
+ </p>