marduk191 commited on
Commit
0e9ed9d
·
1 Parent(s): abeb1dd

fixed spelling from script

Browse files
README.md CHANGED
@@ -1,4 +1,4 @@
1
- To run the script open your comfyui venv or conda env and run with 'python sd3-purturbed-2.py'
2
 
3
  Be sure to change the paths to the files and the last number in 'noise = torch.normal(torch.zeros_like(v) v.mean(), torch.ones_like(v) v.std() * 0.01)' for noise percent.
4
  0.01 is 1% perturbed.
 
1
+ To run the script open your comfyui venv or conda env and run with 'python sd3-perturbed-2.py'
2
 
3
  Be sure to change the paths to the files and the last number in 'noise = torch.normal(torch.zeros_like(v) v.mean(), torch.ones_like(v) v.std() * 0.01)' for noise percent.
4
  0.01 is 1% perturbed.
sd3-purturbed-2.py → sd3-perturbed-2.py RENAMED
File without changes