https://github.com/noxouille/stable-diffusion-workflows
Useful stable diffusion ComfyUI workflows and notebooks running on Paperspace and Google Collab.
https://github.com/noxouille/stable-diffusion-workflows
colab-notebook comfyui dockerfile img2img paperspace sd15 sdxl stable-diffusion txt2img workflows
Last synced: 4 months ago
JSON representation
Useful stable diffusion ComfyUI workflows and notebooks running on Paperspace and Google Collab.
- Host: GitHub
- URL: https://github.com/noxouille/stable-diffusion-workflows
- Owner: noxouille
- License: apache-2.0
- Created: 2023-08-27T20:03:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T20:37:00.000Z (over 2 years ago)
- Last Synced: 2023-10-16T03:35:19.438Z (over 2 years ago)
- Topics: colab-notebook, comfyui, dockerfile, img2img, paperspace, sd15, sdxl, stable-diffusion, txt2img, workflows
- Language: Jupyter Notebook
- Homepage:
- Size: 33.5 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stable Diffusion Workflows
This repo contains my workflow files for Stable Diffusion with [ComfyUI](https://github.com/comfyanonymous/ComfyUI).
I provided notebooks for both Paperspace and Google Colab, simply click the link to start running SD.
[](https://console.paperspace.com/github/noxouille/stable-diffusion-workflows?container=noxouille/comfyui-stable-diffusion:latest)
[](https://colab.research.google.com/github/noxouille/stable-diffusion-workflows/blob/main/notebooks/custom_comfyui_colab.ipynb)
Use my Paperspace referral code [3NZ590H](https://console.paperspace.com/signup?R=3NZ590H) to receive $10 in credit.
## Why multiple workflows ?
There are a lot of cool ultimate workflows out there, and workflows that tries to arrange the UI as compact as possible, and that's totally fine, if your only goal is to generate quality images.
I prefer modular workflow because it's way easier to visualize, reroute the flow and try new things to come up with different concepts while experimenting.
I find it counterproductive when a workflow is arranged as a monolith of control panel interface.
ComfyUI is a great interface to do exactly that, with only drag-and-drop modules instead of coding the custom python functions yourself, which speeds things up a lot!
It seems to be more efficient performance-wise as well, as ComfyUI only loads and process the nodes that you use.
The extensions I used also provide better optimization and quality of life.
Each of the workflows here are aimed at a single objective to facilitate that.
## Dockerfile
The docker image to run ComfyUI is hosted on Docker Hub: [noxouille/comfyui-stable-diffusion](https://hub.docker.com/r/noxouille/comfyui-stable-diffusion)
## Noise
The different noise in the Noise folder is a reupload of attachment files of [this mindblowing 4 parts-blog of Mitsuki Nozomi](https://note.com/mitsukinozomi/n/n3b9fb82f2ed6).
Full credit goes to the blog author.
After reading the blog, I always incorporate additive noises to enhance details and color transfer.
Sometimes I replace the details noise with PPF noise to see if I get interesting results.