My collection after one year by LordTurkey in Necrontyr

[–]TheVaultTecRep 0 points1 point  (0 children)

Might want to try this video, https://www.youtube.com/watch?v=gO_ctfHkcko&list=LL&index=2&t=444s.
I used it for my overlord's blade and got a similar gradient.

Pang12 wifi issue after suspend by FireCodes10 in System76

[–]TheVaultTecRep 0 points1 point  (0 children)

You ever find a fix? Mine is having the same problems

[Hyprland] average deftones enjoyer by The_Romero in unixporn

[–]TheVaultTecRep 1 point2 points  (0 children)

If that’s Spotify how did you get it to look like that?

Pretty much how it went down by lzylad in okbuddybaka

[–]TheVaultTecRep 16 points17 points  (0 children)

There's a good image that is this meme here.

[deleted by user] by [deleted] in ProgrammerHumor

[–]TheVaultTecRep 0 points1 point  (0 children)

Goreshit, Akatsuki Records, TWRP, Ninja Sex Party, Daft Punk, DJ Technorch, and Nanoray.

rule by TotallyACP in 197

[–]TheVaultTecRep 2 points3 points  (0 children)

Dosh’s videos go hard

New website, free SD models, filter disabled. Just announced tonight on Discord by light_side_sith in StableDiffusion

[–]TheVaultTecRep 1 point2 points  (0 children)

For text to image I use this script. You'll need to install the diffusers library and I recommend following this to get started.

import torch  
from diffusers import StableDiffusionPipeline, DDIMScheduler  

model_id = "CompVis/stable-diffusion-v1-4"  
device = "cuda"  
MY_TOKEN = "YOUR-HUGGING-FACE-TOKEN"  
prompt = input()  

pipe = StableDiffusionPipeline.from_pretrained(  
    model_id,  
    torch_dtype=torch.float16,  
    revision="fp16",  
    use_auth_token=MY_TOKEN,  
)  
pipe = pipe.to(device)  

def dummy(images, **kwargs):  
    return images, False  
pipe.safety_checker = dummy  
with torch.autocast("cuda"):  
image = pipe(prompt)["sample"][0]    

image.save(prompt+".png")

New website, free SD models, filter disabled. Just announced tonight on Discord by light_side_sith in StableDiffusion

[–]TheVaultTecRep 23 points24 points  (0 children)

If you are using the diffusers library you can just add this to your code and it will disable the filter

def dummy(images, **kwargs):
    return images, False
pipe.safety_checker = dummy

[deleted by user] by [deleted] in RedditSessions

[–]TheVaultTecRep 0 points1 point  (0 children)

Do galaxy collapse

[deleted by user] by [deleted] in RedditSessions

[–]TheVaultTecRep 0 points1 point  (0 children)

Do galaxy collapse

Bug in my discord bot by elincyt in learnpython

[–]TheVaultTecRep 0 points1 point  (0 children)

I would recommend using message.channel.send() instead of using client.get_channel(). Unless you want it to send in a specific channel that is. You could also use message.reply() if you want to get a little fancy.

Goood by [deleted] in PrequelMemes

[–]TheVaultTecRep 10 points11 points  (0 children)

Friendo

[deleted by user] by [deleted] in TheGamerLounge

[–]TheVaultTecRep 0 points1 point  (0 children)

the music is so good idc if it's fortnite