Skip to content

Commit

Permalink
🔨 chore(generate_image): update cfg_rescale parameter type to float
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Feb 14, 2024
1 parent e24a7f1 commit 0b22334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/novelai_python/sdk/ai/generate_image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def build(cls,
seed: int = None,
steps: int = 28,
scale: float = 6.0,
cfg_rescale: int = 0,
cfg_rescale: float = 0,
sampler: Union[Sampler, str] = Sampler.K_EULER,
width: int = 832,
height: int = 1216,
Expand Down

0 comments on commit 0b22334

Please sign in to comment.