Coder Social home page Coder Social logo

marcus-arcadius / noodle-soup-prompts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wasasquatch/noodle-soup-prompts

0.0 1.0 0.0 449 KB

A terminology database for creating unique prompts for Disco Diffusion or other related AI Art Generators.

License: MIT License

Python 5.63% Jupyter Notebook 94.37%

noodle-soup-prompts's Introduction

Noodle Soup Prompts - Prompt Terminology Generator visitors

Open In Colab

ย 

This tool contains a growing database of terminology to help build interesting prompts for Disco Diffusion. Give it a try!

Artist names gathered by MisterRuffian (Discord Misterruffian#2891) on his amazing Latent Artist & Modifier Encyclopedia.

Terminology Database created by WASasquatch (Discord: WAS#0263)

Contribute

Feel free to make pull requests with new terminology. Let's make this a expansive and easy way to discover new prompts!

Installation

Update: You do not use import nspterminology anymore. NSP will download the terminology database json on first run.

Noodle Soup Prompts was initially meant to be just a basic script for random prompt generation, but I have moved things over to a PY file you can download and import to use the database in your own projects.

Download nsp_pantry.py (Python)

wget -q --show-progress --no-cache 'https://raw.githubusercontent.com/WASasquatch/noodle-soup-prompts/main/nsp_pantry.py'

Download nsp_pantry.json (JSON)

wget -q --show-progress --no-cache 'https://raw.githubusercontent.com/WASasquatch/noodle-soup-prompts/main/nsp_pantry.json'

Import and Parse (Python)

import nsp_pantry
from nsp_pantry import nsp_parse

text_prompts = {
    0: [
        "Portrait of a _adj-beauty_ _noun-emote_ _nationality_ woman with pearlescent skin and white hair by _artist_, _site_.:5",
        "_hd_, _hd_, _3d-terms_, _3d-terms_:2",
        "_color_ Color Scheme",
        ],
}

new_prompts = nsp_parse(text_prompts)

print(new_prompts)

Note: nsp_parse() can accept dict, list and str input.

Example Output

{0: ['Portrait of a goodly Enraged Hungarian woman with pearlescent skin and white hair by Ferdinand Keller, trending on CGSociety.:5', 'HDR, 12k resolution, Bitmap, Raster graphics:2', 'Uranian blue Color Scheme']}

noodle-soup-prompts's People

Contributors

wasasquatch avatar thezakman avatar iceandstorm avatar lopyter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.