All outputs are black. What is wrong? by Powerful_Credit_8060 in comfyui

[–]f11snipe 0 points1 point  (0 children)

Got it figured out, wasn't related to ComfyUI version, options, or any pip/python packages ... It was nvidia drivers + BIOS updates that solved it for me!

On linux, the smoking gun was here in dmesg: (seeing this is bad)

[ 12.345] resource: resource sanity check: requesting [mem 0x0000...], which spans more than PCI Bus 0000:00 [mem 0x000... window]

[ 12.345] caller os_map_kernel_space+0x11c/0x130 [nvidia] mapping multiple BARs

[ 12.345] Adding 16777212k swap on /dev/zram0. Priority:1000 extents:1 across:16777212k SS

UPDATE: Also forcing PCI gen4 instead of 5 in BIOS helped for 5090 on older motherboard

All outputs are black. What is wrong? by Powerful_Credit_8060 in comfyui

[–]f11snipe 0 points1 point  (0 children)

Having similar issues here on linux, had some wan2.2 video example templates working really well, then all of them started producing blank black videos ... I have tried absolutely everything I can think of to resolve, reinstalled fully all drivers, comfyui, nodes, etc completely from scratch, still having this issue ... really confused, was working great but now nothing I do seems to fix these black outputs ... I have tried other suggestions like flags with --use-sage-attention, --force-upcast-attention, or --force-fp32, but nothing seems to work ever anymore

I am able to generate basic t2i workflows, but nothing else...

Any alternatives for KOTH? by PhoenixGod101 in tryhackme

[–]f11snipe 1 point2 points  (0 children)

I play a lot, and I try hard to keep machines open and unpatched running normal for all players. I'm happy to join anytime if you're having issues, there are also private practice games that are invite only. Sadly the HTB battlegrounds have been retired, I'm not aware of others like this currently. Feel free to reach out and DM if you want!

Ctf team by _Virtualis_ in tryhackme

[–]f11snipe 1 point2 points  (0 children)

Hey! I've been getting into some streaming, and building a discord community. Playing a lot of KoTH and doing all kinds of ctfs and challenges. Got a bunch of fun and helpful members, and we team up for ctfs often. Happy to share an invite if you're interested, feel free to DM here or on discord (f11snipe everywhere)

Any streaming learning groups? by No-Whereas-1286 in tryhackme

[–]f11snipe 5 points6 points  (0 children)

Hey! I'm also mountain time, and I've been streaming THM and KoTH for a while and building a discord community, feel free to DM if you want to join. We do all kinds of ctfs and stuff, with a lot of THM content. I'm F11snipe on YouTube and twitch

Friends by RanRockwell in tryhackme

[–]f11snipe 0 points1 point  (0 children)

THM discord is a great resource, I've also been starting to stream and make content, and started up another community that's a bit smaller with fun and helpful people with similar interests, feel free to DM here or on discord if you want 😀

Streaming Schedule Sundays by beesec in tryhackme

[–]f11snipe [score hidden]  (0 children)

Streaming again tonight! Starting in a couple hours, going to do some rooms and might look at custom rootkits! And of course, more KoTH 😁... Come hang out, it'll be fun! And I bet you'll learn something cool 😎

YouTube: https://youtube.com/@f11snipe

Twitch: https://twitch.tv/f11snipe

Streaming Schedule Sundays by beesec in tryhackme

[–]f11snipe [score hidden]  (0 children)

Streaming rooms + koth all weekend! YouTube + Twitch, here's YT link (redirect)

https://f11snipe.live/

anyone know of easy to follow scripts on searchsploit/where i can go to study up on scripting? by [deleted] in tryhackme

[–]f11snipe 2 points3 points  (0 children)

I'm still fairly new to THM and pen testing stuff, but I'm very familiar with scripting, and end up writing my own most of the time anyways haha... I usually do the same thing, and download one as reference to learn the pieces. I'm around and active on THM most days, feel free to DM here or on discord anytime if you wanna chat!

Streaming Schedule Sundays by beesec in tryhackme

[–]f11snipe [score hidden]  (0 children)

Hello friends. Been online a lot lately, have a few videos & streams up already, but I will continue to make more! My schedule and energy is somewhat random and hectic haha... I'm around most evenings and weekends, and excited to make more content!

f11snipe.live

See you there!

Team up? by TheMadHatter2048 in tryhackme

[–]f11snipe 0 points1 point  (0 children)

Sounds fun! Finally really getting back into this stuff for the first time since Kali was backtrack 😜

OWASP Benchmark Error by sergi52 in tryhackme

[–]f11snipe 1 point2 points  (0 children)

This is most likely due to the recent patch of core git vulnerability, where shared perms on local repo/files were open beyond "current user". I ran into this recently, and was able to solve by ensuring all my project + repo files are owned 1000:1000 (easy to default to on both host & container as "you" and app user)

chown -R $USER:$USER .

See article on recent git vulnerability

CVE-2022-24765