Home Artists Posts Import Register

Content

Hi all, ok, this was a crazy ride between the last update and this one.
I'm trying to undestand all the SD code so its easier to implement stuff in the future, that involve a lot of tests, most that result in failed results, but it help me learn.

That create a mix of tests and easier stuff that I would like to implement, so right now I have quite a few ideas in the oven, that may appear soon in the GUI.

At the same time I did try to add some user suggestion and stuff that was in my TODO list. I know there still a lot of suggestions that need to be included, i'm trying to include then as fast as possible.

Anyway, here is the link:
https://drive.google.com/file/d/1BUomw6CjKsFP_c1Yz_gcUc6YbQ3nVt1a/view?usp=sharing

You can see my last post about the changes.

There also some additional changes on top of the last post:

  • Now seeds for batch render make sense! Lets say you create 4 images with the seed 777. The first image will be seed 777, the next 778, the next 779. Etc. The same with random seeds.
  • RunAway just released a inpaiting model. O boy awesome, gonna release the new build at the same time of a a inpaiting model, awesome right? To bad they changed a lot of the architeture for it. I did try to implement the changes on the code before the build, but it was simple to much changes, it will need to wait for the next build.
  • A new TXT Files system. Read the file inside the txt_files folder for more informations. It take a random line from a file to use in your prompts, so you can run semi-random prompts during the night.

Here is an example: A {txt:random} went to {txt:random} 

It will take two words from the random.txt file

  • I need to keep the libraries update. I update a library: There is warnings on the CMD. Ahhhhhhhh. I promisse there will be a cleanup on the CMD and a proper log windows inside the GUI, just need some time.
  • There is (a little) support to custom Hypernetworks as proposted by NovelAI, here how to use a model with custom VAE and hypernetwork (extreme beta):
Create a folder called experimental_hyper inside models
Inside add three files:
model.ckpt [The SD model]
vae.pt [The VAE to be used]
hyper.pt [The hyperparameters model]
  • Forgot to change the title from 0.53 to 0.54 inside the GUI, sorry about that.
  • Tomorrow will start fixing the problems in this update, prompt weight and more schedulers are almost working, so will do that as well, and keep working on a GUI for DreamBooth

Will also answer messages tomorrow, time to sleep 😴 (If there is something horrible wrong with this build, will try to fix it today before bed)

Comments

No comments found for this post.