Kijai commited on
Commit
313405e
Β·
verified Β·
1 Parent(s): 049bf12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - comfyui
5
+ - diffusion-single-file
6
+ base_model:
7
+ - TencentARC/Pixal3D
8
  ---
9
+
10
+ # Pixal3D
11
+
12
+ Repackaged model files for ComfyUI.
13
+
14
+ Original model repository: https://huggingface.co/TencentARC/Pixal3D
15
+
16
+ Place the files in the following folders:
17
+
18
+ ```
19
+ πŸ“‚ ComfyUI/
20
+ β”œβ”€β”€ πŸ“‚ models/
21
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
22
+ β”‚ β”‚ β”œβ”€β”€ pixal3d_bf16.safetensors
23
+ β”‚ β”‚ └── pixal3d_int8_convrot.safetensors
24
+ β”‚ β”œβ”€β”€ πŸ“‚ clip_vision/
25
+ β”‚ β”‚ └── dino_v3_vit_l.safetensors
26
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
27
+ β”‚ β”‚ β”œβ”€β”€ trellis_2_shape_vae_bf16.safetensors
28
+ β”‚ β”‚ └── trellis_2_texture_vae_bf16.safetensors
29
+ ```