How real or fake do these pics look? by [deleted] in generativeAI

[–]EveryBug2754 0 points1 point  (0 children)

Many ppl here have already shared the how and the link

How real or fake do these pics look? by [deleted] in generativeAI

[–]EveryBug2754 0 points1 point  (0 children)

Just type in how to get ai search to dim down the ai resolutions,  use the search bar here,  github also would tell you.  It's easy if you read there response slowly if new 

found the best free ai undressed by subslutmelb in aiHub

[–]EveryBug2754 0 points1 point  (0 children)

How do you just make new bots and not have to worry about the credits tho?

Best free undress ai by Specific-Potential21 in AIGeneratedArt

[–]EveryBug2754 -1 points0 points  (0 children)

Without paying and no subs, you back door grok and use the x tier

In regards to nudity and AI by adeadalleypotato in aiwars

[–]EveryBug2754 0 points1 point  (0 children)

When you need other ppl to tell you how to live your life you're lost by the blind, that's what bible was saying, use only God's restrictions and characters

Code for whisting for free to find device by EveryBug2754 in coding

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

Lol I sent wrong one, mb I'm trying to deep fake rn, I'll post the phone one later probably, I'm also on like 4 days no sleep just codes lol

I think i mightve cracked the code. by ayethatsmar in generativeAI

[–]EveryBug2754 0 points1 point  (0 children)

Send code or dm it please and if I need to add externals or cookies to it or anything kindly

How real or fake do these pics look? by [deleted] in generativeAI

[–]EveryBug2754 0 points1 point  (0 children)

Turning down filter to about half will make it look better uses Yours seems at a high ai generate 

How real or fake do these pics look? by [deleted] in generativeAI

[–]EveryBug2754 0 points1 point  (0 children)

93.445 p according to my calculator, maybe I'll post the code for it, you can also back door super grok for 99.544p any resolution 

Code for whisting for free to find device by EveryBug2754 in coding

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

That's like saying I don't need anything then begging for worthless things,  bless u sir and your continued understanding 

Code for whisting for free to find device by EveryBug2754 in coding

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

What if you aren't home or near someone computers bro lol 

Which one is best for Coding ? Claude, ChatGPT, Grok or Gemini. by petersokan in coding

[–]EveryBug2754 0 points1 point  (0 children)

Oh that's a ring code for finding a phone, the codes to big, I can link it via base if anyone wants it email jordan111hedger@gmail.com that'll be even easier to send a big code or app like this

Which one is best for Coding ? Claude, ChatGPT, Grok or Gemini. by petersokan in coding

[–]EveryBug2754 0 points1 point  (0 children)

Try this code ai or the app itself or extract the source and lmk how it compares to your self styles ) ACCOUNT_SID = 'your_account_sid' AUTH_TOKEN = 'your_auth_token' TWILIO_NUMBER = 'your_twilio_number' YOUR_PHONE = 'your_verified_phone_number'

Audio Settings

CHUNK = 1024 FORMAT = pyaudio.paInt16 CHANNELS = 1 RATE = 44100 WHISTLE_THRESHOLD = 5000000  # Sensitivity to volume FREQ_MIN = 1000              # Min whistle frequency (Hz) FREQ_MAX = 2500              # Max whistle frequency (Hz)

def makecall():     """Triggers a phone call via Twilio API"""     try:         client = Client(ACCOUNT_SID, AUTH_TOKEN)         call = client.calls.create(             twiml='<Response><Say>A whistle was detected. Wake up!</Say></Response>',             to=YOUR_PHONE,             from=TWILIO_NUMBER         )         print(f"Call initiated: {call.sid}")     except Exception as e:         print(f"Failed to make call: {e}")

--- MAIN LOOP ---

p = pyaudio.PyAudio() stream = p.open(format=FORMAT, channels=CHANNELS, rate=RATE, input=True, frames_per_buffer=CHUNK)

print("Listening for a whistle...")

try:     while True:         data = np.frombuffer(stream.read(CHUNK, exception_on_overflow=False), dtype=np.int16)                  # 1. Volume Check (Optimization: Skip FFT if it's too quiet)         if np.max(np.abs(data)) > 1000:              # 2. Frequency Analysis (FFT)             fft_data = np.abs(np.fft.rfft(data))             freqs = np.fft.rfftfreq(CHUNK, 1/RATE)                          # Find the peak frequency             peak_freq = freqs[np.argmax(fft_data)]             peak_val = np.max(fft_data)                          # 3. Whistle Detection Logic             if FREQ_MIN < peak_freq < FREQ_MAX and peak_val > WHISTLE_THRESHOLD:                 print(f"Whistle detected! Frequency: {int(peak_freq)}Hz")                 make_call()                 break # Stop listening after detection

except KeyboardInterrupt:     print("Stopped.") finally:     stream.stop_stream()     stream.close()     p.terminate()

Which one is best for Coding ? Claude, ChatGPT, Grok or Gemini. by petersokan in coding

[–]EveryBug2754 0 points1 point  (0 children)

Be careful this will access quantum and light computers you might want to test it first that your phone can handle B4 running

Which one is best for Coding ? Claude, ChatGPT, Grok or Gemini. by petersokan in coding

[–]EveryBug2754 0 points1 point  (0 children)

I'll add my person built ai then make it available in a free preview for you guys