Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi

Great, I was looking forward to this v2, thanks for your work, so nice!

About: -Support for dreambooth templates (checkpoint (.ckpt) files supported)

I tried version 2, and looked to use a .ckpt template generated with Dreamboth.

The template was placed in the stable-diffusion-v1 folder :(E:\SDImageGenerator-2.0.0-portable-x64\sdenv\stablediffusion\models}.

But alas, in the options window, at : "Models Switch", my model named stnyb, does not appear in the menu : "select a model and switch".

And inpainting 1.5 or SD1.4 is not present.

How to integrate my stnyb.ckpt model in the application? Where to download inpainting 1.5?

Thanks again for your work, I'm looking forward to test everything, like the use of the CPU, it may allow to go beyond the limits of cards with little VRam, and thus generated illustrations of larger size.

I found a solution (How to integrate my stnyb.ckpt  ?).

You have to edit the models.yaml file  (SDImageGenerator-2.0.0-portable-x64\sdenv\stablediffusion\configs\models.yaml)  

and added your model.

The easiest solution is to copy and paste from :

--------------------

your_model:

  description: of your model

  config: configs/stable-diffusion/v1-inference.yaml

  weights: models/ldm/stable-diffusion-v1/your_model.ckpt

  vae: models/ldm/stable-diffusion-v1/vae-ft-mse-840000-ema-pruned.ckpt

  width: 512

  height: 512

---------------------

replace 'your_model' with the name of your ckpt file.

Don't forget to copy your custom template into : 

SDImageGenerator-2.0.0-portable-x64\sdenv\stablediffusion\models\ldm\stable-diffusion-v1


Now,

1- Open: 'SDImageGenerator.exe"

2- Click on the "Dream" button and wait (the load)

3- Go to "Models Switch" in  the settings tab

4- In the drop down menu Models Switch, choose your model (it appears thanks to the little manipulation above)

5- Click on : 'Switch model'

6- Wait for the confirmation window to appear


That's it! You can use your custom model

Thanks, you can read more about it https://nolowiz.com/how-to-use-custom-stable-diffusion-models-with-sdimagegenera...

In another known SD interface, the simple fact of dropping a personal model in a folder intended for the personal ckpt, makes the model automatically available in the interface.

So I looked for why this was not working in SDgenerator, and I found the solution by opening each file that could have modifiable parameters, related to the Switch Model menu interface. I thought I would have to modify other files, but no!