Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,10 @@ language:
|
|
4 |
tags:
|
5 |
- sd3-perturbed
|
6 |
---
|
7 |
-
To run the script open your comfyui venv or conda env and run with
|
|
|
8 |
|
9 |
-
Be sure to change the paths to the files and the last number in
|
10 |
-
|
|
|
|
|
|
4 |
tags:
|
5 |
- sd3-perturbed
|
6 |
---
|
7 |
+
To run the script open your comfyui venv or conda env and run with
|
8 |
+
'python sd3-perturbed-2.py'
|
9 |
|
10 |
+
Be sure to change the paths to the files and the last number in
|
11 |
+
'noise = torch.normal(torch.zeros_like(v) v.mean(), torch.ones_like(v) v.std() * 0.01)'
|
12 |
+
|
13 |
+
For noise percent.0.01 is 1% perturbed.
|