• Stars
    star
    102
  • Rank 333,737 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created about 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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']}

More Repositories

1

was-node-suite-comfyui

An extensive node suite for ComfyUI with over 180 new nodes
Python
201
star
2

easydiffusion

Easy Diffusion is an advanced Stable Diffusion Notebook with a feature rich image processing suite.
Jupyter Notebook
106
star
3

comfyui-plugins

Extensions, Custom Nodes, and other plugins for ComfyUI
97
star
4

PPF_Noise_ComfyUI

Perlin Power Fractal Noisey Latents for ComfyUI
Python
20
star
5

disco-diffusion-portrait-playground

A copy of Disco Diffusion 5.6 confiugred with portrait models, and Noodle Soup Prompts
Jupyter Notebook
15
star
6

humhub-themes-hivehub

A elegant theme for HumHub by WAS
CSS
12
star
7

discostream

A fork of the Disco notebook taylored for my personal taste.
Jupyter Notebook
9
star
8

humhub-themes-thermalcore

A dark, sharp orange theme for HumHub by WAS (Jordan S. C. Thompson)
CSS
6
star
9

ComfyUI_Preset_Merger

Merge models by preset
Python
6
star
10

humhub-modules-randomuser

Add a random user to the side of dashboard.
PHP
5
star
11

humhub-modules-onlineusers

Adds a widget to the dashboard to show online users.
PHP
5
star
12

StableDiffusionUI-TomRiddle

A fork of StableDiffusionUI by Voldemort
Jupyter Notebook
3
star
13

PlayerAirEvents

Spigot API Extension for Jump Events
Java
3
star
14

humhub-modules-random-space

Displays a "Space of the Moment" on the top of the Dashboard Widgets.
PHP
2
star
15

ComfyGallery

A light-weight browser based gallery for ComfyUI
Python
2
star
16

idunai-colab

Idun.AI Google Colab Notebook for Stable Diffusion
Jupyter Notebook
2
star
17

humhub-modules-devmode

Adds ability to put HumHub in Development Mode, restricting access to anyone but admins.
PHP
2
star
18

colabparamscraper

A Google Colab parameter scraper. Can be used to create dictionaries from user-input params for export.
Jupyter Notebook
2
star
19

RocketPropelledMinecarts

Use Firework Rocket to boost your Minecart!
Java
1
star
20

HUMHUB-module-chat

Chat module for humhub, using chatJs framwork http://chatjs.net/
JavaScript
1
star
21

PowerNoiseSuite

Power Noise Suite for ComfyUI is a latent noise oriented custom_node for variation in your generations
Python
1
star
22

HealthRegen

A simply health regen plugin for Spigot 1.11. Users with the permission node will alwyas regain health.
Java
1
star
23

ComfyLatentImage

Python
1
star
24

humhub-modules-attachments

A simple profile attachments system
PHP
1
star