Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Multimodal AI Story Teller, built with Stable Diffusion, GPT, and neural text-to-speech.
A multi-model AI story teller, built with Stable Diffusion, GPT, and neural text-to-speech (TTS).
Given a prompt as an opening line of a story, GPT writes the rest of the plot; Stable Diffusion draws an image for each sentence; a TTS model narrates each line, resulting in a fully animated video of a short story, replete with audio and visuals.
$ pip install fabler
$ git clone https://github.com/christopherwoodall/fabler.git
$ pip install --upgrade pip wheel
$ pip install -e ".[developer]"
/out/out.mp4
, alongside other intermediate images, audio files, and subtitles.$ fabler --scene=scene.yaml
4 Alternatively with make:
make install && make run
from fabler import Fabler
story_teller = Fabler.from_defaults()
story_teller.generate(...)
from fabler import Fabler, FablerConfig
config = FablerConfig(
writer="gpt2-large",
painter="CompVis/stable-diffusion-v1-4",
max_new_tokens=100,
diffusion_prompt_prefix="Van Gogh style",
)
story_teller = Fabler(config)
story_teller.generate(...)
Released under the MIT License.
FAQs
Multimodal AI Story Teller, built with Stable Diffusion, GPT, and neural text-to-speech.
We found that fabler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.