#prodbysimo - 112725
python flux.py -prompt "simple cute forest nature"
python flux.py --width 1920 --height 1080 -prompt "cyberpunk city at night"
python flux.py --help-modelspython flux.py --model pro -prompt "photorealistic portrait of a woman"
python flux.py --model pro --width 2048 --height 2048 -prompt "luxury watch product photo, studio lighting"
python flux.py --model pro --seed 12345 -prompt "mountain landscape at sunset" --format pngpython flux.py --model flex -prompt "detailed fantasy artwork with dragons"
python flux.py --model flex --steps 50 --guidance 7.5 -prompt "hyperrealistic close-up of eyes"
python flux.py --model flex --width 1920 --height 1080 --steps 40 --guidance 5.0 -prompt "futuristic spaceship interior"python flux.py --model pro-1.0 -prompt "vintage car on empty road"
python flux.py --model pro-1.0 --width 1536 --height 1024 -prompt "architectural rendering of modern house"python flux.py --model pro-1.1-ultra -prompt "professional headshot, natural lighting"
python flux.py --model pro-1.1-ultra --raw -prompt "extreme close-up of human skin texture, pores visible"
python flux.py --model pro-1.1-ultra --raw --width 2048 --height 2048 -prompt "macro photography of water droplets on leaf"python flux.py --model flux-pro-1.1 -prompt "corporate office interior design"
python flux.py --model flux-pro-1.1 --width 1920 --height 1080 -prompt "e-commerce product photography, white background"Requires a mask file.
python flux.py --model pro-1.0-fill --mask-image mask.png -prompt "replace background with tropical beach"
python flux.py --model pro-1.0-fill --mask-image mask.png --image original.jpg -prompt "remove object and fill with grass"
python flux.py --model pro-1.0-fill --mask-image face_mask.png --image portrait.jpg -prompt "change facial expression to smile"python flux.py --model kontext-pro -prompt "modern minimalist logo design"
python flux.py --model kontext-pro --image base_character.jpg -prompt "same character but in medieval armor"
python flux.py --model kontext-pro --image scene.jpg -prompt "add dramatic storm clouds to sky"python flux.py --model kontext-max -prompt "professional poster with text 'INNOVATION 2024' color #ff0000"
python flux.py --model kontext-max -prompt "magazine cover layout, bold typography 'FUTURE' in color #0066cc, modern design"
python flux.py --model kontext-max --image logo_draft.jpg -prompt "refine typography and add gradient background #ff6600 to #ffcc00"python flux.py --model kontext-max -prompt "Abstract geometric artwork with gradient from color #ff0066 to color #00ccff"
python flux.py --model flex -prompt "Modern website hero section, background color #1a1a1a, button color #00ff88, text color #ffffff"
python flux.py --model kontext-max -prompt "Corporate branding mockup, primary color #2563eb, secondary color #f59e0b, clean layout"python flux.py --model pro --width 2048 --height 1536 --seed 42 -prompt "cinematic landscape, golden hour"python flux.py --model flex --seed 999 --steps 50 -prompt "character design, fantasy warrior"
python flux.py --model flex --seed 999 --steps 50 -prompt "character design, fantasy mage"python flux.py --model kontext-pro -prompt "base sci-fi character design" --seed 100
python flux.py --model kontext-pro --image flux_kontext-pro_20241127_150000.jpeg -prompt "add futuristic armor details" --seed 100
python flux.py --model kontext-max --image flux_kontext-pro_20241127_150030.jpeg -prompt "refine details and add glowing elements color #00ffff" --seed 100python flux.py --model pro --safety 6 --width 1920 --height 1080 -prompt "artistic nude sculpture, classical style" --format pngpython flux.py --model kontext-max -prompt "Minimalist poster: title 'SIMPLICITY' in Helvetica, color #000000, white background"
python flux.py --model kontext-max --width 1080 --height 1920 -prompt "Instagram story template, header 'SALE 50% OFF' color #ff0000, modern layout"for i in {1..5}; do
python flux.py --model pro -prompt "cute forest creature, variation $i"
donepython flux.py --model pro -prompt "sunset over ocean" --seed 777
python flux.py --model flex -prompt "sunset over ocean" --seed 777
python flux.py --model pro-1.1-ultra --raw -prompt "sunset over ocean" --seed 777python flux.py --model pro-1.0-fill -prompt "fill background"
# Error: pro-1.0-fill requires --mask-image parameterpython flux.py --model fake-model -prompt "test"
# Error: tf is this model? 'fake-model'python flux.py --model kontext-pro --image nonexistent.jpg -prompt "edit this"
# Error: Image file not found: nonexistent.jpg