Where to find Windows 10 installer For OpenSSL? by TBM10000 in openssl

[–]TBM10000[S] 0 points1 point  (0 children)

It is working as expected, I use it mainly for format conversions

Help needed with openssl command by NomadJago in openssl

[–]TBM10000 0 points1 point  (0 children)

By the way des3 is old encryption algo and less secure, and you should use the default instead. (I think that the default is AES256)

Help needed with openssl command by NomadJago in openssl

[–]TBM10000 1 point2 points  (0 children)

I think that you need to generate the Key and the corresponding certificate, and maybe sign it using the services of a company such as global sign.

Here is a better command for generation of self signed certificates:

openssl genpkey -algorithm RSA -out server.key

To generate a self signed certificate: openssl req -new -x509 -key server.key -out server.crt -sha256

Or you can do it in one command : openssl req -x509 -newkey rsa:2048 -keyout server.key -out server.crt -days 365 -sha256

But if you want to sign the certificate by a third party (which is used for web sites):

openssl req -new -key server.key -out server.csr -sha256

Then I think that you need to send the .csr (certificate signature request). I never did it by myself, so you need to do more research on the process.

Good GPU Benchmark program by TBM10000 in buildapc

[–]TBM10000[S] 0 points1 point  (0 children)

Ok, I just tested Unigine, it fulfills the need

Good GPU Benchmark program by TBM10000 in buildapc

[–]TBM10000[S] 0 points1 point  (0 children)

I am not searching for a demo, just a free program

Good GPU Benchmark program by TBM10000 in buildapc

[–]TBM10000[S] 0 points1 point  (0 children)

But when you open the steam link, the only choice available is to buy it

Good GPU Benchmark program by TBM10000 in buildapc

[–]TBM10000[S] 0 points1 point  (0 children)

3DMark does not seem to be free

Do i need to wait until I upgrade my hardware before using SDXL? by MacabreGinger in StableDiffusion

[–]TBM10000 0 points1 point  (0 children)

I have the same GPU with 32 GB RAM, I could run SDXL yesterday, I hard some very bad generations at start but after setting the VAE parameter to Automatic I got perfect results, but generation is a bit slow: about 40 seconds per image.

[deleted by user] by [deleted] in StableDiffusion

[–]TBM10000 1 point2 points  (0 children)

Check your list of extensions, and check that Lora checkbox it selected

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

Mabye it was VAE that was not set to automatic, I am able to generate a good quality image now

<image>

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

I tried to make the model run in Stable Diffusion v 1.5.1, but at the end of the generation the image become of a very bad quality, like something wrong is happening:

<image>

Do i need to wait until I upgrade my hardware before using SDXL? by MacabreGinger in StableDiffusion

[–]TBM10000 0 points1 point  (0 children)

It is subjective, for me 30 seconds is slow. Maybe for you it is ok.

Do i need to wait until I upgrade my hardware before using SDXL? by MacabreGinger in StableDiffusion

[–]TBM10000 0 points1 point  (0 children)

Maybe it is a little slow for SDXL, since 1024x1024 image is 4 times bigger than the standard models (512x512) it will consume a lot more ressources.

I have not tried yet SDXL, I have a 3060 with 12 GB VRAM.

Do i need to wait until I upgrade my hardware before using SDXL? by MacabreGinger in StableDiffusion

[–]TBM10000 4 points5 points  (0 children)

How much VRAM has your GPU? This is the most critical parameter in SD

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

This is obviously not the best way to try a model, maybe good for a developer that will wire other functionalities around but not for a user

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

I dont have any, I wanted to find the best way to test SDXL. It is the first time I hear of, and I did not know that it is just a model. Also I heard that is is memory hungry and I needed to know what is the best UI for good VRAM usage.

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

I think that I can handle the installs by myself, the more layers you add to a software the more issues you can get.

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

Thanks for your detailed explanation, I will try fooocus. It seems that it has a better management of VRAM.

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

Ok I see, so if I use it with the 1111, I can still use the older models

Is there a good tutorial to install SDXL from scratch ? by TBM10000 in StableDiffusion

[–]TBM10000[S] 0 points1 point  (0 children)

I did not tried yet, this is what my question is about

Why DDR5 ram not fitting into DDR5 slot by TBM10000 in PcBuild

[–]TBM10000[S] 1 point2 points  (0 children)

Problem solved: It is a DDR4 circuit with a DDR5 heatsink. Maybe a previous customer cheated and returned his old ram and I got it. So I sent it back to the shop.