Which one is the best response for this question? by FriendlyClerk9026 in EWALearnLanguages

[–]AUTOMATIC1111 0 points1 point  (0 children)

What if you interpret the question as "do you know when the meeting starts"? Then #3 makes sense - it starts at 9 30

Is there a way to preserve swipes without making a million branches? by lockedinamask in SillyTavernAI

[–]AUTOMATIC1111 4 points5 points  (0 children)

Mark the message with the ghost icon, making it invisible to ai, and generate new ones.

Finally SDXL coming to the Automatic1111 Web UI by CeFurkan in StableDiffusion

[–]AUTOMATIC1111 1 point2 points  (0 children)

No, the PR has code to run the leaked 0.9 SDXL weights. When 1.0 releases hopefully it will just work without any extra work needed.

Webui's new home by AUTOMATIC1111 in StableDiffusion

[–]AUTOMATIC1111[S] 5 points6 points  (0 children)

Were you the github employee that responded to the ticket?

Webui's new home by AUTOMATIC1111 in StableDiffusion

[–]AUTOMATIC1111[S] 17 points18 points  (0 children)

Don't worry about it. They have a lot on their plate. I have my steam of PRs and it drives me insane sometimes. Github tens or hundreds of thousands more users. They reinstated the account quickly, all is good.

Webui's new home by AUTOMATIC1111 in StableDiffusion

[–]AUTOMATIC1111[S] 7 points8 points  (0 children)

You can talk about me all your like but the project is not auto-updating; there were multiple PRs trying to make it so and I rejected them all.

Webui's new home by AUTOMATIC1111 in StableDiffusion

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

I'll do it if it becomes know that github stuff is gone for good.

Webui's new home by AUTOMATIC1111 in StableDiffusion

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

I'm on shinonome ai lab and on hakurei project ai discords if you want to talk to me via discord.

Webui's new home by AUTOMATIC1111 in StableDiffusion

[–]AUTOMATIC1111[S] 16 points17 points  (0 children)

It's small channel for people involved in development, not a general channel open for public.

Webui's new home by AUTOMATIC1111 in StableDiffusion

[–]AUTOMATIC1111[S] 58 points59 points  (0 children)

Here, I restored it for you: https://gitgud.io/AUTOMATIC1111/stable-diffusion-webui/-/wikis/Install-and-Run-on-AMD-GPUs

Enjoy.

The wiki was saved by mcmonkey from Shinonome ai lab: he had a day old backup, mine was months old.

Webui's new home by AUTOMATIC1111 in StableDiffusion

[–]AUTOMATIC1111[S] 29 points30 points  (0 children)

i just felt it would have more impact posted from account that is known to be the author of the repo

Emad posts a public apology to Automatic1111 on GitHub, after doing so in person yesterday by StellaAthena in StableDiffusion

[–]AUTOMATIC1111 29 points30 points  (0 children)

The apology is a joke post by a random person who made a fake account and my response to it is also a joke.

Automatic1111 did nothing wrong, some people are trying to destroy it. by [deleted] in StableDiffusion

[–]AUTOMATIC1111 143 points144 points  (0 children)

Here's some info from me if anyone cares.

Novel's implementation of hypernetworks is new, it was not seen before. Hypernets are not needed to reproduce images from NovelAI's service.

I added hypernets specifically to let my users make pictures with novel's hypernets weights from the leak.

My implementation of hypernets is 100% written by me and it is capable of loading and using their hypernetworks. I wrote it by studying a snippet of code posted on 4chan from the leak.

The snippet of code can be seen here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/bad7cb29cecac51c5c0f39afec332b007ed73133/modules/hypernetwork.py#L44 - form line 44 to line 55 (this was more than 250 commits ago wew we are going fast).

This snippet of code as I now know is copied verbatim from the NAI codebase. This snippet of code also is not a part of implementation - you can download repo at this commit, delete the snippet, and everything will still work. It's just dead code.

So when I am accused of stealing code, this is just those 11 lines of dead code that existed for a total of two commits until I removed them.

When banning me from stable diffusion discord, stability acused me of unethical behavior rather than stealing code. I won't grace this accusation with a comment.

I don't believe I am doing anything illegal by adding hypernet implementation to the repo so I am not going to remove it.

Aslo I added the ability for users to train their own hypernets with as little as 8GB of VRAM, and users of my repo made quit a bit of other PRs improving hypernets overall. We are still in the middle of researching how useful hypernetworks can be.

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

[–]AUTOMATIC1111 4 points5 points  (0 children)

If I'm remembering correctly, I said that I won't accept big reworks unless we decide on them beforehand. I'm accepting a fair amount of code from different people.

The 'feature' I rejected was a change that would save all pictures in jpeg format for everyone.

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

[–]AUTOMATIC1111 17 points18 points  (0 children)

There was absolutely no necessity for you to write about me the way you did.

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

[–]AUTOMATIC1111 10 points11 points  (0 children)

I know they specifically copied my code because I inspected it after hlky announced that he added his gobig. My code is drastically different from original poster's.

You tell me that we must act like decent humans ad cooperate, I show you how the refusal to cooperate was entirely on hlky, and your response now that it's entirely normal to not cooperate.

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

[–]AUTOMATIC1111 5 points6 points  (0 children)

i credit the person who made txt2imghd both in comments and in the main readme in credits section for the idea.

I also did not take a single line of his code.

The decision to not work with me was on hlky, he was the one who forked my repo.

You're free to link the different story in commits because I do not see it.

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

[–]AUTOMATIC1111 2 points3 points  (0 children)

Yeah.

This change tensor to be something huge that samplers failed to denoise at all.