nightknocker commited on
Commit
c9d7f89
·
verified ·
1 Parent(s): adecbee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - MalikAyaanAhmed1123/Air_waves_homo_1
5
+ pipeline_tag: image-to-image
6
+ ---
7
+
8
+ # U-DiT
9
+
10
+ The [detailer model](https://huggingface.co/MalikAyaanAhmed1123/Air_waves_homo_1/blob/main/src/model/unet.py) reconstructs the high frequency details, the U-DiT decoder estimates the denoised image.
11
+
12
+ ## References
13
+
14
+ - [HDM](https://huggingface.co/KBlueLeaf/HDM-xut-340M-anime)
15
+ - [SSDD](https://huggingface.co/facebook/SSDD)