• Stars
    star
    106
  • Rank 324,072 (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

Easy Diffusion is an advanced Stable Diffusion Notebook with a feature rich image processing suite.

Stability.AI Easy Diffusion visitors

Stability.AI Easy Diffusion is a Google Colab Notebook designed to be a relatively easy to use all-in-one suite for stable diffusion. It is being improved with features frequently.

Features

  • Text to Image Stable Diffusion
  • Image to Image Stable Diffusion
  • Inpainting Stable Diffusion
  • Enable or Disable NSFW Filtering (Gaussian Blurred Images)
  • Cached Pipes - Cache pipes to disk for faster loading between pipe types.
  • Optional Attention Slicing
  • Define a HF Model not listed by selecting the MODEL_ID text and writing in your own model ID, or select from the drop down arrow list of predefined models.
  • Stable Diffusion Concept support
  • Use local, or remote init images or mask images.
  • Use a text file of init images, masks, or prompts to do batches.
    • PROMPT_FILE - Supports line repetition (useful with NSP or random prompts). Use ^#| at the beginning of your prompt line to define how many times a line should repeat. For example ^5|A cat on a park bench would repeat A cat on a park bench for 5 batches and X iterations.
  • Noodle Soup Prompts support for prompts.
  • Random word support in [word1|word2|word3] syntax, or multiple words in [^#|word1|word2|word3] format, where #` is a number determining how many random words from the list to use.
  • Negative prompt support built into normal prompts, denote negative prompts at the end of your prompt with --. For example Positive prompt here--Negative prompt here
  • Recursive Evolution - Feed your diffusion result into img2img for evolution. Can be used to create cool animations like below:
    Β Β Β Β 
  • Image Upscaling (Easy Diffusion can be used as a image processor by enabling SKIP_DIFFUSION_RUN)
    • GOBIG - Slice a upscaled image up into small tiles to diffuse with img2img, and then compile the final upscaled result. Useful for adding diffusion details at higher resolutions where VRAM wouldn't allow.
    • IMG2IMG - Basic Image to Image upscaling, very VRAM intensive
    • GFPGAN - GFPGAN Face Enhancement
    • CodeFormer - CodeFormer Face Enhancement + Real-ESRGAN
    • Real-SRGAN - Real-ESRGAN Super Resolution
  • Image Processing
    • Sharpening
    • Chromatic Aberration
    • Median Filter
    • Depth Output
    • Fake Depth of Field
    • Tileable Texture Output
  • CLIP Interrogate
    • Interrogate diffusion results with various CLIP models
    • Interrogate batch images without diffusion (with SKIP_DIFFUSION_RUN)

Easy Diffusion is maintained by WASasquatch (WAS#0263)

Stablity.AI Model Terms of Use

This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.

The CreativeML OpenRAIL License specifies:

  1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content

  2. CompVis claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license

  3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)

Please read the full license here: https://huggingface.co/spaces/CompVis/stable-diffusion-license

More Repositories

1

was-node-suite-comfyui

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

noodle-soup-prompts

A terminology database for creating unique prompts for Disco Diffusion or other related AI Art Generators.
Jupyter Notebook
102
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