- 
  Notifications
 You must be signed in to change notification settings 
- Fork 436
 
 Papers
 
 #295
 
 -
Is there a documents I can read to educate myself about what this code is doing?
How do we know what to do with .safetensors file to make a cat picture?
Why exactly do we need stuff like this:
float sigma_up = std::min(sigmas[i + 1], std::sqrt(sigmas[i + 1] * sigmas[i + 1] * (sigmas[i] * sigmas[i] - sigmas[i + 1] * sigmas[i + 1]) / (sigmas[i] * sigmas[i])));
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
 
 Sign up for free
 to join this conversation on GitHub.
 Already have an account?
 Sign in to comment