Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tulpa-prompter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tulpa-prompter

  • 0.1.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

TulpaPrompter

This is just a simple Ruby gem implementing the functionality of Animation Prompter on my website.

Installation

Add this line to your application's Gemfile:

gem 'tulpa-prompter'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install tulpa-prompter

Usage

json_string = TulpaPrompter.call(
  lines: ["prompt #1", "prompt #2", "prompt #3"],
  prefix: "portrait of ",
  suffix: " by greg rutkowski",
  interval: 15,
  shuffle: false,
  format: :deforum_colab # default
)

Or you can use it as a CLI:

bin/tulpa_prompter path/to/prompts.txt --prefix "portrait of " --suffix " by greg rutkowski" --interval 15 --shuffle

This copies the output to the clipboard on macOS. Doesn't work for other platforms yet. If you want it, submit a PR.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

FAQs

Package last updated on 31 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc