File size: 518 Bytes
c079b44 ca1454a bb631f4 abeb1dd bb631f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
language:
- en
tags:
- sd3-perturbed
---
This is a Research model only!, not for public use in any way shape or form outside of research.
See the Stable diffusion licensing for any questions or concerns on your use cases.
To run the script open your comfyui venv or conda env and run with
'python sd3-perturbed-2.py'
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.0.01 is 1% perturbed. |