FahimF / sd-gui

Clean and simple Stable Diffusion GUI for macOS, Windows, and Linux
MIT License
230 stars 17 forks source link

{'trained_betas'} was not found in config. Values will be initialized to default values. #19

Closed y0himba closed 1 year ago

y0himba commented 1 year ago

Hello. Finally got it up and running under Windows. I LOVE IT. Wish it could follow Windows' theme though. for a dark interface, easier on the eyes.

I am getting an error that I don't understand:

{'trained_betas'} was not found in config. Values will be initialized to default values.

I guess I need to install some 'trained betas'? Or am I incorrect?

Also, what is the 'Prompts' tab used for? Do I just copy/paste from there or is it click to add the prompt?

Suggestion: Using a more optimized SD repo for better memory management and less resource usage.

This UI is excellent!

FahimF commented 1 year ago

The {trained_betas} is just a warning about the model. You can ignore that since I don't believe it affects anything. It's been there for weeks now ...

As far as the Dark theme goes, it should automatically switch to Dark Mode if you switch your Windows theme. But I have not tested it and don't know this for a fact. I do know that it switches correctly to Dark Mode on macOS. If it doesn't work that way on Windows, let me know.

The "Prompts" tab shows you all your prompt history since the dropdown under the Prompt entry on the main tab only shows you the last 20 prompts you entered. So you can edit your old prompts or delete some prompts that you might not need from the Prompts tab. You can also configure the prompt modifier categories and the modifiers themselves from the same list to have the modifiers you want rather than go with the built-in ones.

y0himba commented 1 year ago

It does not switch to dark mode, sorry to be the bearer of bad news.

How does one apply the prompts? Say I select 'Camera' then 'Canon50', do I copy and paste those modifiers or are they to apply to the selected prompt above automatically?

image

FahimF commented 1 year ago

OK, then I guess the Dark mode doesn't work for some reason on Windows. Will check and fix in an upcoming build.

Regarding the prompts, if you select an item from the prompt history dropdown which is right below the prompt entry field in the Generate Images tab, that prompt will be populated into the prompt box. The modiers are under the "Modifier" expandable area but it looks as if it's not showing up in your screenshot — my guess is that it's hidden in dark mode and will appear in Light mode. Just clicking in the area in the screenshot below should expand the area though ... CleanShot 2022-10-04 at 18 58 57@2x

y0himba commented 1 year ago

I have those on the 'Prompts' tab only, don't see them on the UI 'Generate Images' tab. image

FahimF commented 1 year ago

As I mentioned above, those are probably hidden on your UI because you are in Dark Mode. In dark mode the expandable items display in white and apparently that part works but blends into the white background 🙂 So as I suggested, if you tap on that area the expandable item should open up and you should see the contents.

Or you can switch to Light Mode and you should see the expandable items. Once the dark mode issue is fixed for Windows, they should display correctly.

y0himba commented 1 year ago

I didn't even know those were there on the Generate tab. So the Prompts tab, the category and modifier sections are user editable and copy/paste correct? They aren't meant to be clicked and auto added to a prompt above?

Are the saved prompts above meant to be copy/pasted as well, or are they able to be clicked and imported into the prompt on the Generate Images tab?

FahimF commented 1 year ago

The Prompts tab is for managing data only. Not be added to the prompt box in the Generate tab. Each tab mostly works independently. The only thing that passes on to other tabs at the moment is images from the Generate and Gallery tabs to the editor.

The saved prompts are not meant to be filled in to the prompt in the Generate tab either since the last 20 prompts from the list on Prompts tab is always available via the dropdown under the prompt box.

y0himba commented 1 year ago

Thank you for your patience and your answers. This UI is light and fast!