[-] Tod_1ncignito@lemmy.world 3 points 3 days ago

No worries, the first one i shared is a nested list so if you generate like 4 images using a nested list it can give you random parts for fresh different things, dont use negative prompts as it kinda confuses the ai image generator so i usually start with "a casual photo" or end with "its a casual photo" to stop generating oil painting or art

[-] Tod_1ncignito@lemmy.world 3 points 4 days ago* (last edited 4 days ago)

you can use simple sentences like : various POV of a man driving a car, seen from the driver seat, the passengers seat, seen from the floor up at the driver, seen from the back seat behind the driver, various views or to use the image in say a chat use :

<image>Driver's POV: Hands gripping a worn leather steering wheel at golden hour, rearview mirror framing a sleepy passenger, asphalt blurring into warm streaks through a bug-splattered windshield.</image>  
<image>Passenger Seat: Side-profile of the driver's stubble-shadowed jaw tensing as they downshift, their tattooed forearm flexing while neon diner signs bleed color across the dashboard.</image>  

for simple prompts drop the image tags,

Floor-Up View: Cropped shot from the footwell—dust motes swirling in shafts of headlight glow as the driver’s boot hovers over the clutch pedal, their ring glinting against the gearshift’s worn knob.

or

Backseat Behind Driver: Over-the-shoulder framing of rain-streaked windows warping streetlights into smears, the driver’s hoodie strings swaying with every turn, their eyes flicking to the mirror where headlights flare like distant comets.

[-] Tod_1ncignito@lemmy.world 3 points 4 days ago

Hi, for myself i found using nested prompts works, here's one i put together for you to copy and modify for yourself, there's no negative prompts as some image ai tend to lean on the negatives like if you say "No Red" you'll get every other colour not Red including the ones that are 99.9999999% not Exactly Red as basically its not wrong, just too nitty picky.. here ye go

{a cinematic|a noir-inspired|a moody|a vibrant} multi-perspective sequence of a {handsome|rugged|stylish|brooding} man driving a {vintage muscle car|sleek modern sedan|beat-up pickup|luxury convertible} through {a neon-lit city at night|a rain-slicked highway|a desert road at dusk|a winding coastal route}, captured in {dynamic Dutch angles|tight close-ups|wide establishing shots|gritty documentary framing}. From the driver's POV: his {strong hands gripping the wheel|tattooed fingers tapping the gearshift|leather-gloved grip adjusting the mirror}, the {glow of dashboard lights|reflection of passing streetlamps|flicker of a cigarette ember} across his {stubble-shadowed jaw|sharp cheekbones|tired eyes}. Passenger seat view: his {rolled-up sleeves revealing forearms|loose tie fluttering from an open window|denim jacket draped over the seat}, the {hint of a smirk|focused frown|distant gaze} as he {changes lanes aggressively|leans back casually|checks the rearview}. Low-angle shot from the footwell: his {boot pressing the pedal|knees splayed in relaxed control|shifting weight during a turn}, the {vibration of the engine|scuff marks on the floor mat|glint of a discarded bottle}. Backseat perspective: his {broad shoulders filling the frame|head slightly tilted to the radio|profile silhouetted against passing headlights}, the {worn leather seats|fuzzy dice hanging from the mirror|road atlas crumpled in the door pocket} completing the {lonely wanderer|rebel without a cause|man with a secret} aesthetic. {Golden hour|Hard neon|Monochrome|Desaturated} lighting, {gritty film grain|pristine digital clarity|oil painting texture}, {unshaven realism|James Dean cool|Tom Hardy intensity} vibes.

{a gritty|a cinematic|a neon-lit|a rain-soaked|a sun-drenched} first-person POV from the { Driver’s seat|Passenger's seat| Backseat look ahead|low angle from the driver's feet on the pedals looking up} of a {vintage muscle car|sleek modern sedan|beat-up pickup|lowrider|sports coupe}, the leather-wrapped steering wheel {gripped tightly|casually draped|worn smooth|dusty|gloved} in {rough|elegant|tattooed|sweaty|shaking} hands. The rearview mirror frames a {shadowy|smirking|tense|bloodied|exhausted} figure in the backseat, their {hooded|striking|unshaven|piercing-eyed|sunglass-covered} face half-lit by the {flickering dashboard lights|glow of a smartphone|passing streetlamps|moonlight|blinking police sirens}. Outside, the world blurs past in {a haze of city lights|a desert highway stretch|a storm-lashed countryside|a neon alleyway|a fog-choked forest road}, the windshield {smeared with rain|cracked|pristine|frosted|splattered with mud}. The atmosphere is {claustrophobic|electric|calm-before-the-storm|desperate|retro-cool}, with {the radio static|the hum of tires|tense silence|a distant police scanner|a synthwave bassline} humming beneath it all. The angle is {tight and intimate|dutch-tilted|wide-angle|slightly fisheye|shaky-cam raw}, making the viewer feel like they’re {part of a heist|on the run|lost in thought|headed toward doom|cruising into the night}.

sample sample two sample three

[-] Tod_1ncignito@lemmy.world 1 points 5 days ago

Yes i kinda got the same for half an hour, i kept getting references to possible> vpns blocking access and> browser security warning* saying> a page tried to make a network request that conflicts with that page’s Content Security Policy (CSP). * Because the CSP is in "report-only" mode, the browser only logged the violation instead of blocking the request. I Opened Dev tools* (ctrl+shift+c)** choose network tab and was showing error code 429 "Too Many Requests," indicating that the client has sent too many requests in a given time frame, exceeding the server's rate limit.
After half an hour it went back to normal,

[-] Tod_1ncignito@lemmy.world 2 points 2 weeks ago
  1. It is a Simulation, Not a Generator The core of the generateVideo() function does not actually process your image into a video. Instead, it uses a simulation: It sets a timer for 3 seconds to mimic "processing". It then displays a text summary of the options you picked (duration, quality, prompt) rather than a video file. The actual code required to connect to a video AI service is commented out (disabled) and contains a placeholder URL (https://votre-api-de-generation-video.com/generate) that doesn't exist.

  2. Privacy and Data Handling The code is designed to upload your images to a third-party service called Cloudinary. Data Upload: Even though the video generation is fake, the image upload is real. If you select a file, it is sent to a specific Cloudinary account (df86bzl7s).

Misleading Marketing: The interface uses aggressive "spicy" and "NSFW" marketing, specifically targeting "private photos" and "hidden pictures".

  1. Age Gate Behavior The "Age Gate" is a simple JavaScript overlay. If you click "No," it simply replaces the page content with a message in French saying "Access denied". If you click "Yes," it just hides the black box to show the generator. It doesn't actually verify age; it's a basic barrier common in these types of bait-and-switch templates.

This code is a non-functional template. It collects your image by uploading it to a cloud server but provides nothing in return except a text box saying "Simulated video" Because it explicitly encourages users to upload "private" or "hidden" photos while sending them to a third-party server without actually providing the promised service, I would strongly advise against using or interacting with it.

[-] Tod_1ncignito@lemmy.world 1 points 3 weeks ago

DO you mean just an Image 2 Prompter "online site" or something Local like:

"easy Diffusion" https://easydiffusion.github.io/

or maybe a Library site like this :

https://easywithai.com/

[-] Tod_1ncignito@lemmy.world 2 points 2 months ago

Ah grand, i was convinced for a little while i was on the wrong page or was referencing a users generator title that was modified and not updated or such.

3

On the main Recently Updated Generators page there's an error

An error has occurred near line number 40: There appears to be an indenting error on this line near this text: "author = Ren_K_Rakshii".

When searching in the code and even in the gallery i couldn't figure out what it was..

Tod_1ncignito

0 post score
0 comment score
joined 2 months ago