Upload model
Browse files- README.md +3 -1
- config.json +20 -0
- diffusion_pytorch_model.safetensors +3 -0
README.md
CHANGED
|
@@ -73,7 +73,9 @@ im = load_image(
|
|
| 73 |
"https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/examples/output.jpg"
|
| 74 |
)
|
| 75 |
|
| 76 |
-
surface = normal_bae(
|
|
|
|
|
|
|
| 77 |
surface
|
| 78 |
```
|
| 79 |
|
|
|
|
| 73 |
"https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/examples/output.jpg"
|
| 74 |
)
|
| 75 |
|
| 76 |
+
surface = normal_bae(
|
| 77 |
+
im
|
| 78 |
+
)
|
| 79 |
surface
|
| 80 |
```
|
| 81 |
|
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FluxControlNetModel",
|
| 3 |
+
"_diffusers_version": "0.31.0.dev0",
|
| 4 |
+
"_name_or_path": "/data/checkpoints/flux_controlnet_hf/controlnet_normal/",
|
| 5 |
+
"attention_head_dim": 128,
|
| 6 |
+
"axes_dims_rope": [
|
| 7 |
+
16,
|
| 8 |
+
56,
|
| 9 |
+
56
|
| 10 |
+
],
|
| 11 |
+
"guidance_embeds": true,
|
| 12 |
+
"in_channels": 64,
|
| 13 |
+
"joint_attention_dim": 4096,
|
| 14 |
+
"num_attention_heads": 24,
|
| 15 |
+
"num_layers": 5,
|
| 16 |
+
"num_mode": null,
|
| 17 |
+
"num_single_layers": 0,
|
| 18 |
+
"patch_size": 1,
|
| 19 |
+
"pooled_projection_dim": 768
|
| 20 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1daf43ec18fe92607fca9114e08233313637949c67adc884ad21f79bee9c238
|
| 3 |
+
size 7166442536
|