We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current converted result
fluxsamplerparams_26 = fluxsamplerparams.execute( seed=random.randint(1, 2**64), sampler="euler", scheduler="beta", steps="20", guidance="3", max_shift="", base_shift="", denoise="0.8", model=get_value_at_index(unetloadergguf_27, 0), conditioning=get_value_at_index(cliptextencode_6, 0), latent_image=get_value_at_index(vaeencode_24, 0), )
should be seed=str( random.randint(1, 2**64) ),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
current converted result
should be seed=str( random.randint(1, 2**64) ),
The text was updated successfully, but these errors were encountered: