Replies: 1 comment 4 replies
-
I'm glad to see you're fired up to use the tool! A few thoughts as I read:
Keep me posted how it's going! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I finally got a chance to mess around with generating some scripts that I want to try. Now I have to say im not a python programmer more of hacker with python, my coding really is web based style stuff but my background is a video game developer starting back in the early 1990's. I have been though various industries and startups but am always someone that loves to take technology and create art with it when possible. Sorry had to get it out of way because what I may share with code you may vomit :)
Here are the ideas I'm trying to create and evolve and some already added to my hack and slash code
Singe Images:
RAW thoughts.
I like to take a single with text or with test + image ref and have it iterate over text prompts, styles etc..
A example would be to take the Nike shoe I did and mixed with a unicorn to break out text prompts into a few things,.
Text Beginning + Material Type + Style Type iterate over all of those till done.
This gives me a folder of the various tries and again allowing me to pick what I like the best or what looks the coolest.
ideally after that is finished generate a montage but montages have limits so it got me thinking why not output each folder that created and generate a html file
HTML
If you have different ext prompts the page layout could be a row and each column has all the meta data on the left and image on the right..
I'm still working this out in my head and I'm not sure if you care but just thoughts that I want to do while I cant do all the cool coding using the engine functions like you so far :)
So here is an example of adding an array of styles and just looping though them.. this is "A painting of Han Solo + Style"
umm code..
Final Thoughts
Anyhow for single images for now my idea is to process the following
Video I have tried a few things but something is just wrong or my results suck (to much fast changing artifacts between frames)
Issue
One issue I have seen so far.. ESRGAN doesn't keep the meta data so need to figure out if its possible or to re-add it upon save.
Max Resolution
Properly size to max gpu based upon init image
Function to properly match init image if used based upon your max gpu output (I know ESRGAN upscales but when you have a higher res image to start with its better for me at least)
I have this as a test the init image is then passed though this and my W x H is generated (Im not sure if your doing this)
Beta Was this translation helpful? Give feedback.
All reactions