Skip to content

Commit 2f2bbd4

Browse files
fix: RNGType arguments
1 parent 4dab23a commit 2f2bbd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stable_diffusion_cpp/stable_diffusion_cpp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
158158
class RNGType(IntEnum):
159159
STD_DEFAULT_RNG = 0
160160
CUDA_RNG = 1
161-
RNG_TYPE_COUNT = 2
162161
CPU_RNG = 2
163162
RNG_TYPE_COUNT = 3
164163

0 commit comments

Comments
 (0)