Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Aug 6, 2023
1 parent d305eb2 commit 694471b
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
To use open the scrips/signature.py file in notepad,
I made this script to add my signature to all the Stable Diffusion images I generate. I might make an extention for automatic1111 to use this in the future.

change the path to image folder to your folder of your images you want to add a signature to.
All you need is a folder with all the images you want to add a signature / name to. I suggest doing a few images first to see if the size, color and spacing will work for you. Below is an example image.

directory = r'C:\add-your-image-folder-path-here' # PATH TO YOUR IMAGES FOLDER example C:\Users\somedude\Downloads
---
## Windows 10/11 Install
### Need to have python 3+ installed

start.bat will install a python virtual enviroment (Venv)
### To use open the scrips/signature.py file in notepad

change the path to image folder to the folder of your images you want to add a signature to.

directory = r'C:\add-your-image-folder-path-here'
IS THE PATH TO YOUR IMAGES FOLDER
example C:\Users\somedude\Downloads


Add your name to the line
Expand All @@ -24,6 +35,6 @@ Supports ('.png', '.jpg', '.jpeg', '.bmp', '.tiff') upper and lowercase extent



Enjoy

-bigsk1
<a href="https://imageshack.com/i/pnUklSgDj" target="_blank"><img alt="FireShot Pro Screen Capture" src="https://imagizer.imageshack.com/img923/5148/UklSgD.th.jpg" border="0"></a><br/><a href="https://imageshack.com/i/pnUklSgDj" target="_blank">SDXL</a>

0 comments on commit 694471b

Please sign in to comment.