
In Progress
Posted
Paid on delivery
Description: I need a Windows offline tool (EXE) that can batch-process a folder of my images into an Orthodox icon style that looks like a wood-carved engraving made from cherry wood with a natural varnish highlighting the grain and texture. Style Prompt: "Orthodox icon in the style of wood-carved engraving, carved in cherry wood with natural varnish that highlights the texture and grain of the wood. In the center, prominently displayed, is the image provided, with clear modern Greek letters. The frame is simple and plain, without intricate carvings, to emphasize the figures of the Saints." Requirements: Completely offline (no API calls) using Stable Diffusion + Automatic1111 WebUI or similar Ability to select an input folder and process all images inside automatically Apply the same style prompt to every image for consistent results Output high-resolution PNG or JPEG images in an output folder Include all models, LoRAs, and configurations inside the EXE package so it works without installation Simple interface (button: "Select Folder" → "Process") Deliverables: Windows EXE that works offline All required AI models included locally Full source code (Python or other language) Skills Required: Stable Diffusion setup (Automatic1111 or ComfyUI) LoRA/custom model usage for wood-carved iconography Python scripting & batch automation EXE packaging (PyInstaller or similar) Knowledge of Greek typography (preferred) 2️⃣ Python Κώδικας για τον Freelancer (Batch Processing + Offline) python Αντιγραφή Επεξεργασία import os import base64 import requests API_URL = "[login to view URL]" PROMPT = ( "Orthodox icon in the style of wood-carved engraving, carved in cherry wood " "with natural varnish that highlights the texture and grain of the wood. " "In the center, prominently displayed, is the image provided, with clear modern Greek letters. " "The frame is simple and plain, without intricate carvings, to emphasize the figures of the Saints." ) NEGATIVE_PROMPT = "blurry, distorted, low quality, extra limbs, bad hands" INPUT_FOLDER = "input_images" OUTPUT_FOLDER = "output_images" [login to view URL](OUTPUT_FOLDER, exist_ok=True) for filename in [login to view URL](INPUT_FOLDER): if [login to view URL]().endswith((".png", ".jpg", ".jpeg")): image_path = [login to view URL](INPUT_FOLDER, filename) with open(image_path, "rb") as f: image_bytes = [login to view URL]() payload = { "init_images": [[login to view URL](image_bytes).decode()], "prompt": PROMPT, "negative_prompt": NEGATIVE_PROMPT, "width": 1024, "height": 1024, "steps": 30, "cfg_scale": 7, "denoising_strength": 0.5 } response = [login to view URL](API_URL, json=payload) result = [login to view URL]() for i, img_data in enumerate(result["images"]): out_path = [login to view URL](OUTPUT_FOLDER, f"{[login to view URL](filename)[0]}[login to view URL]") with open(out_path, "wb") as f: [login to view URL]([login to view URL](img_data)) print("✅ All images processed!")
Project ID: 39685357
20 proposals
Remote project
Active 11 mos ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
20 freelancers are bidding on average €18 EUR for this job

Hi There Ioannnis K. I saw your project detail. I can immediately start working on your project to design a Create Offline AI Tool (EXE) for Orthodox Wood-Carved Icon Style Batch Processing and I'll follow your requirements. I can submit original logo design ideas to choose from and also could offer unlimited revisions for you to provide feedback for necessary changes. I can arrange final logo files in all formats to be used in different applications such as print, web, stationery, and social media. I’m confident I’ll be a great fit for your logo project as I have extensive years of experience in Graphic Design, Icon Design, C++ Programming, Logo Design and C# Programming for different businesses. Portfolio: https://www.freelancer.com/u/SophieAny I’ve reviewed the attachment I will do definitely . Why choose me? ✅ Unlimited Revisions ✅ Fast Turnaround ✅ Final files as vector, transparent png, jpg, epsetc ✅ Provide editable files ✅ No templates or copies from other sources ✅ Excellent communication ✅ Competent in Adobe suits Sincerely, Anosha
€20 EUR in 1 day
6.9
6.9

Greetings, I see you're looking for a Windows offline tool that can batch process images into a specific Orthodox icon style, resembling a wood-carved engraving. My approach would involve creating an EXE application that utilizes Stable Diffusion, ensuring all necessary models and configurations are included for a smooth user experience. I would implement a simple interface where you can select the input folder, process all images automatically, and export them in high-resolution PNG or JPEG format. With my experience in Python scripting, automation, and working with AI models, I can ensure the tool meets your requirements and delivers consistent results. My background includes setting up Stable Diffusion and working with custom models, which aligns perfectly with your needs. Best regards, Saba Ehsan
€25 EUR in 2 days
6.4
6.4

Hi, Ioannnis K. Hope you are doing great I'll complete your Create Offline AI Tool (EXE) for Orthodox Wood-Carved Icon Style Batch Processing in accordance with your specifications. The design that I will give you to you will be a high-end, premium piece of work that will also be visually appealing to attract the attention of your target audience. Offering my design expertise for your project makes me happy. I've successfully completed projects like this in the past thanks to my experience, talent, and originality, so I know how to handle this. Here you can see my previous work: https://www.freelancer.com/u/nimraa52 If you have any questions or need further clarification, please feel free to connect with me in the chat. Thank you Nimra
€10 EUR in 1 day
5.8
5.8

Hello Ioannnis, I am Wafa Wadi, a Graphic Design and Logo Design expert with 10 years of experience. I have carefully read through your project requirements for creating an offline AI tool for batch processing images into an Orthodox wood-carved icon style. To accomplish this project, I plan to develop a Windows EXE tool that utilizes Stable Diffusion and Automatic1111 WebUI to process images in a selected folder. The tool will apply a consistent Orthodox icon style to each image, outputting high-resolution PNG or JPEG files. All necessary AI models will be included within the EXE package for seamless offline functionality. I am eager to discuss this project further with you and explore how we can bring your vision to life. Please let me know a convenient time to connect and chat about the details. Regards, Wafa Wadi
€19 EUR in 2 days
5.2
5.2

Hi, I can deliver a fully offline Windows EXE that batch‑processes a folder of images into an Orthodox wood‑carved (cherry wood) icon style using Stable Diffusion (Automatic1111 or ComfyUI)—no APIs, no installs. Core features • Simple UI: Select Folder → Process; auto‑runs all images • Consistent style: fixed prompt/params per your brief • High‑res outputs: PNG/JPEG to an output folder • All included: models/LoRAs/configs bundled inside EXE • Quality controls: steps, CFG, denoise, seed, optional upscaler/face restore • Greek letters: optional overlay with embedded modern Greek fonts • Robustness: progress bar, retries, logs, safe filenames Tech & packaging • Python engine + local SD WebUI/ComfyUI graph • Packaged with PyInstaller (one‑folder or single‑file) for true offline use Deliverables 1. Windows EXE (offline) 2. Full source code + build script 3. Model/LoRA files + presets 4. Quick User Guide (setup, parameters, tips) Timeline • 5 days total: model validation (1–2), UI + batch engine (2), QA + delivery (1) Beishoy
€40 EUR in 5 days
4.0
4.0

Hello Ioannnis K., I’d be happy to help you with your Create Offline AI Tool (EXE) for Orthodox Wood-Carved Icon Style Batch Processing, tailored exactly to your needs. All designs are crafted from scratch and fully customized to match your vision. What’s included: ☑️ Multiple original concepts with unlimited revisions ☑️ High-quality, unique work with full ownership rights ☑️ Clear and prompt communication throughout ☑️ Fast and reliable turnaround ☑️ Editable digital files + print-ready versions Here you can see my previous work: https://www.freelancer.com/u/zamand4 If you have any questions or need additional details, please don’t hesitate to reach out via chat. Thank You Zaman
€10 EUR in 1 day
3.1
3.1

"This is right up my alley—I’d be excited to dive into creating a Windows offline tool that batch-processes images into an Orthodox icon style. I'll ensure a seamless process with Stable Diffusion and Automatic1111 WebUI, personalized for cherry wood carvings. While I am new to Freelancer, I have ample experience with Python scripting and EXE packaging. I would love to chat more about your project! Regards, Kelvin Graaff"
€8 EUR in 30 days
1.4
1.4

I am a perfect fit for your project, specializing in creating Windows EXE tools for batch image processing. I understand the need for an Orthodox icon style tool that mimics wood-carved engraving on cherry wood, highlighting texture and grain. My expertise in Stable Diffusion, Python scripting, and EXE packaging ensures a seamless and user-friendly tool. While new to Freelancer, I have extensive experience offline. I would love to chat more about your project! Regards, Louis Calitz
€8 EUR in 30 days
0.8
0.8

Your project deserves a clean, seamless solution — and that’s exactly what I deliver. I understand the need for a Windows offline tool to batch-process images into an Orthodox icon style resembling wood-carved engraving on cherry wood, with modern Greek letters. Employing stable diffusion and a user-friendly interface, I ensure consistency in style across all processed images. While new to freelancer, my expertise in Stable Diffusion, LoRA model usage, Python scripting, and EXE packaging ensures successful project delivery. I would love to chat more about your project! Regards, Romano Coetzee
€8 EUR in 30 days
0.2
0.2

This type of project is always fun to dive into. I am excited about crafting a Windows offline tool to transform images into a wood-carved Orthodox icon style, as requested. Utilizing Stable Diffusion with a user-friendly interface, I will deliver a seamless EXE that batch-processes images, maintaining consistent output quality. With expertise in Stable Diffusion setup, Python scripting, and EXE packaging, I am well-equipped to meet your requirements accurately. 100% refund if I fail to deliver. Simple as that. Thanks, Alex
€8 EUR in 30 days
0.0
0.0

This project aligns perfectly with what I do. I can create a custom Windows offline tool (EXE) for batch-processing images into an Orthodox icon style akin to wood-carved cherry wood with varnish. My expertise in Stable Diffusion and wood-carved iconography using LoRA models ensures precise results. While new here, I come with vast experience off-platform. Let's discuss your project further! Regards, Francois Randall
€8 EUR in 30 days
0.0
0.0

Your work would be done to the best of your satisfaction. I work a lot on windows app and I’m good at programming asides the major Graphix design I normally do at my spare time.
€28 EUR in 8 days
0.0
0.0

My experience aligns perfectly with what you're looking for. I understand the need for a Windows offline tool to batch-process images into an Orthodox icon style resembling wood-carved engravings. With expertise in Stable Diffusion, LoRA models, Python scripting, and EXE packaging, I can deliver a seamless tool meeting all requirements. I may be new to this platform, but I’ve successfully completed many projects outside of it and bring strong, proven expertise. Looking forward to discussing your project in more detail! Regards, Kyle Faddel
€8 EUR in 30 days
0.0
0.0

"You’ve just found the right match for your project — here’s why:" I understand the need for an offline Windows tool to batch-process images into an Orthodox wood-carved engraving style, emphasizing cherry wood aesthetics with a natural varnish. I can deliver a seamless EXE tool incorporating Stable Diffusion, batch processing, and high-res output, meeting all your requirements. I bring expertise in Stable Diffusion setup, custom LoRA model usage, Python scripting, and EXE packaging. I may be new here, but I have a proven track record outside Freelancer.com. I’m ready to earn your trust too. Happy to discuss this further when you’re ready. Regards, Ahmed
€8 EUR in 30 days
0.0
0.0

I understand the need for a unique and specialized Windows offline tool to batch-process images into an Orthodox icon style reminiscent of wood-carved engraving. With expertise in Stable Diffusion, Python scripting, and EXE packaging, I am equipped to deliver a high-quality solution tailored to your requirements. By including all necessary AI models and providing a user-friendly interface, I guarantee a seamless and efficient process. Let's collaborate to bring your vision to life with precision and authenticity. Count on my commitment to excellence. Quality you can count on every step of the way. Looking forward to discussing your project further. Best regards, Tanya
€8 EUR in 30 days
0.0
0.0

KORINTHOS, Greece
Payment method verified
Member since Jun 1, 2011
$20 USD
$15-25 USD / hour
$10-30 USD
$10-30 USD
$10-30 USD
$250 CAD
$1500-3000 AUD
$250-750 USD
$50 USD
₹12500-37500 INR
₹700 INR
$150 USD
$10-30 USD
$100 USD
$10-30 USD
₹1500-12500 INR
₹12500-37500 INR
$15-25 AUD / hour
$40 USD
₹750-1250 INR / hour
₹1500-12500 INR
₹750-1250 INR / hour
₹12500-37500 INR
₹750-1250 INR / hour
£20-250 GBP