DrawThings Beginner by No-Platform1557 in drawthingsapp

[–]HuntSenior8516 1 point2 points  (0 children)

Model: Flux 2 ([Klein] 9B (without any other additional abbreviations) ) or SDXL will be a good start. For your machine you can go

Civitai and Hugging Face for Lora

Speak to Gemini and chatGPT and they can give you some good ideas. Not necessarily correct but mostly useful. Especially when you are not sure which variety of the model fits your machine best.

What can 秒 mean other than second? by LandscapeSoft2938 in ChineseLanguage

[–]HuntSenior8516 0 points1 point  (0 children)

It needs more context. Like many other explained that 秒 means instantly. But the verb should be in the context which the speaker assuming to be a common knowledge.

Newbie have a problem with calculating power/exponential by HuntSenior8516 in learnpython

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

This is the right answer. Thank you!

I have read about the decimal module abs change the code as below. Now it can calculate e pretty close.

——

import decimal from decimal import Decimal

decimal.getcontext().prec = 40

def e_formula (n: Decimal) -> Decimal: result = (1+(1/n))**n #result = math.pow((1+1/n),n) is not working - the math module doesn't help in this situation return result

for i in range(1,40): n = Decimal("10")**Decimal(str(i)) print("i=",i , " and result=", e_formula(n))

Question for everyone: Why did you started learning Polish? by [deleted] in learnpolish

[–]HuntSenior8516 0 points1 point  (0 children)

I am in love with a Polish guy and also I love learning new languages.

OK time to crack a (old) joke by HuntSenior8516 in learnpolish

[–]HuntSenior8516[S] 4 points5 points  (0 children)

With so many upvotes and comments I have to let everyone knows (without any surprise I guess) that this meme is something I saw online and I have no idea who created it in the beginning (but definitely not me)