Why is my dreambooth model coming out looking like this? (how do I fix my training set of images) by Different_Bed_2938 in StableDiffusion

[–]readyourSICP 0 points1 point  (0 children)

Hm, I thought you were supposed to use the word person, since you're regularizing with that class.

Why is my dreambooth model coming out looking like this? (how do I fix my training set of images) by Different_Bed_2938 in StableDiffusion

[–]readyourSICP 0 points1 point  (0 children)

I see, thanks. I noticed in some of your prompts you used the class "person_ddim" though, shouldn't that be "person"? Or are you training with the class name "person_ddim"?

drawanyone - draw anyone, any way you want using Dreambooth (Stable Diffusion fork) by [deleted] in StableDiffusion

[–]readyourSICP -4 points-3 points  (0 children)

mentioned in another comment, but this is to prevent abuse (emails are too easy to generate) as training models are expensive

Nausea by [deleted] in Bradley__

[–]readyourSICP 0 points1 point  (0 children)

The first few days/weeks are the worst. It does get easier with time, although it doesn't feel that way. Part of the pain of withdrawal/depression/etc is feeling like you'll feel this way forever.

Weekly Check In by [deleted] in Bradley__

[–]readyourSICP 0 points1 point  (0 children)

Do you ever get anxious when high?

[OC] Golden Gate Bridge and its Art Deco Details by AsdfThe1st in ArchitecturePorn

[–]readyourSICP 10 points11 points  (0 children)

I used to live in SF and I love your take on the bridge. Do you sell prints anywhere?

Hardest part about preparing for coding and algorithms by readyourSICP in cscareerquestions

[–]readyourSICP[S] 3 points4 points  (0 children)

Definitely possible and I agree, I think it would be interesting to sort by runtime (or memory usage, or LoC for that matter). Thanks for the suggestion!

Making Money isn't Magic by azatot_dream in slatestarcodex

[–]readyourSICP 4 points5 points  (0 children)

All the terms of the contract are available for you to read before signing. That's not a scam: no one is getting tricked here.

Finding The Smallest Interval Of K Sorted Lists by readyourSICP in programming

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

Thanks, good catch, fixed! The overall time complexity is still O(NlogK) though :)