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

Notebooks for Community Scripts Examples #9905

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Small Improvement in Script
  • Loading branch information
ParagEkbote committed Nov 11, 2024
commit 72957c30fb5088a763ff678263354d909864eda1
2 changes: 2 additions & 0 deletions examples/community/README_community_scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,6 @@ image = pipeline(
callback_on_step_end=callback,
callback_on_step_end_tensor_inputs=["prompt_embeds"],
).images[0]
torch.cuda.empty_cache()
image.save('image.png')
```