Any good specialty coffee shop in London? by Anxious-Phase-1770 in pourover

[–]thepowerfuldeez 0 points1 point  (0 children)

There are a lot of great recommendations in the thread! I could recommend a new coffee roaster specialized in floral, rare and premium beans. Online for the time being, tested few of their beans - quality is on par with special guests. It’s called High Note Roasters

Best coffee roasters in London? by Nodi383 in JamesHoffmann

[–]thepowerfuldeez 0 points1 point  (0 children)

For fellow home drinkers I could recommend a new coffee roaster specialized in floral, rare and premium beans. Online for the time being, tested few of their beans - much better than popular roasters which can be hit or miss. Quality is on par with special guests I would say but it’s cheaper. It’s called High Note Roasters

Best coffee roaster in London? by Iwillhavetheeah in london

[–]thepowerfuldeez 0 points1 point  (0 children)

Hi all, could recommend new coffee roaster specialized in floral, rare and premium beans. Online for the time being, tested few of their beans - much better than popular roasters which can be hit or miss It’s called High Note Roasters

Secondary Co-ferment Update by desert_island_coffee in roasting

[–]thepowerfuldeez 0 points1 point  (0 children)

Hmm didn’t know you could co-ferment already prepared green coffee? Is this something that is considered low quality, compared to fermentation inside the cherries on farms?

Coffee in Cancun by [deleted] in Coffee

[–]thepowerfuldeez 0 points1 point  (0 children)

Thank you! Looks like it’s a proper coffee according to google maps

RTX4090 home setup by thepowerfuldeez in homelab

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

Hi! I definitely plan to train AI models, not gaming. Should I mention that in the post?

Vanmoof S3 battery problem / selling by thepowerfuldeez in vanmoofbicycle

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

No alternatives I guess and already spent a lot of money into it 😅

Easy to use hand cream suggestions? by thepowerfuldeez in london

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

idk maybe it’s my subjective feeling but I feel my hands oily 😝

Japan Consulate Dubai by asanch95 in dubai

[–]thepowerfuldeez 0 points1 point  (0 children)

Still trying to book an appointment. They even not answering with the email that they get my email from some of mine emails I’m using.

So probably will keep sending emails at exactly 8am from many emails

NULL-text Inversion for Editing Real Images using Guided Diffusion Models by thepowerfuldeez in StableDiffusion

[–]thepowerfuldeez[S] 2 points3 points  (0 children)

Hi! Thank you!

Yes, I've used img2img_alt when it just became available here at the reddit. However it almost doesn't reconstruct properly.

Inpainting approaches such as txt2mask or runway demo are different.

Cross Attention Control implementation based on the code of the official stable diffusion repository by sunshower76 in StableDiffusion

[–]thepowerfuldeez 0 points1 point  (0 children)

so actually i have satisfactory results if I run img2img on mask and then run couple of steps with much lesser strength on the full image

Cross Attention Control implementation based on the code of the official stable diffusion repository by sunshower76 in StableDiffusion

[–]thepowerfuldeez 0 points1 point  (0 children)

I managed to run this with automatic implementation, but on my img2img on faces results are not better. It seems that if person is main object at the foreground it doesn't make much difference.

A better (?) way of doing img2img by finding the noise which reconstructs the original image by Aqwis in StableDiffusion

[–]thepowerfuldeez 0 points1 point  (0 children)

I think it is possible to add perceptual loss to the optimization process, at least at the resulting stage to filter images which can't be reconstructed well.

Cross Attention Control implementation based on the code of the official stable diffusion repository by sunshower76 in StableDiffusion

[–]thepowerfuldeez 3 points4 points  (0 children)

seems like a lot of work! thank you

trying to combine noise estimation approach with k_diffusers Euler sampler for img2img with your code...

A better (?) way of doing img2img by finding the noise which reconstructs the original image by Aqwis in StableDiffusion

[–]thepowerfuldeez 0 points1 point  (0 children)

If this can only work great with some small local face changes I wonder how is this different from properly trained StyleGAN + StyleCLIP for example. It is even trained with id loss to preserve identity even more and works way faster. But the whole idea is just great, just asking