You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in
20
20
-[stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) style tokenizer (not all the features, only token weighting for now)
21
21
- Sampling method
22
22
-`Euler A`
23
+
- Cross-platform reproducibility (`--rng cuda`, consistent with the `stable-diffusion-webui GPU RNG`)
23
24
- Supported platforms
24
25
- Linux
25
26
- Mac OS
@@ -35,8 +36,6 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in
35
36
-[ ] Continuing to reduce memory usage (quantizing the weights of ggml_conv_2d)
36
37
-[ ] LoRA support
37
38
-[ ] k-quants support
38
-
-[ ] Cross-platform reproducibility (perhaps ensuring consistency with the original SD)
0 commit comments