telcom commited on
Commit
5f55975
·
verified ·
1 Parent(s): 7360156

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # NSFW.pt used in HUB (https://github.com/ml-postech/HUB)
6
+
7
+ It is generated using repo
8
+ ```
9
+ git clone https://github.com/rohitgandikota/erasing.git
10
+ ```
11
+ It’s the official nudity-erased SD v1.4 UNet checkpoint from https://erasing.baulab.info/weights/esd_models/NSFW/ and can be loaded via NSFW.pt") into a CompVis/stable-diffusion-v1-4 UNet.
12
+
13
+ Note:
14
+ The specific file you downloaded as NSFW.pt (diffusers-nudity-ESDu1-UNET.pt) is published as full UNet weights, so strict=False generally isn’t necessary; strict=True is preferable to catch “wrong base model” mistakes (e.g., loading SD-v1.4 weights into SDXL). is required.