Skip to content
New issue

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

When trying to run, an error appears #23

Open
ThinkerDesigns opened this issue Dec 12, 2021 · 0 comments
Open

When trying to run, an error appears #23

ThinkerDesigns opened this issue Dec 12, 2021 · 0 comments

Comments

@ThinkerDesigns
Copy link

ThinkerDesigns commented Dec 12, 2021

When I try to run my script

  • import sys
  • sys.path.append("clipit")
  • import clipit
  • clipit.reset_settings()
  • prompts = "underwater city"
  • quality = "normal"
  • aspect = "widescreen"
  • clipit.add_settings(prompts=prompts, quality=quality, aspect=aspect)
  • settings = clipit.apply_settings()
  • clipit.do_init(settings)
  • clipit.do_run(settings)

while calling for the clipit.py script, this error occurs
RuntimeError: requires_grad_ is not supported on ScriptModules

@ThinkerDesigns ThinkerDesigns changed the title When trying to run, an erorr appears When trying to run, an error appears Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant