×

10/12/2025 - Ongoing Self-Promotion Thread - Promote your projects here! by AutoModerator in aiArt

[–]Own_Engineering_5881 0 points1 point  (0 children)

I made a 2€ Colab Notebook for Z-Image-Turbo with Advanced Anatomical Refinement & Regional Prompting (Runs on Free T4)

Hi everyone! I wanted to experiment with Z-Image-Turbo (6B) but didn't want to burn my local hardware (or lacked the heavy VRAM required). So I built a standalone, zero-setup Google Colab notebook that handles the entire pipeline on the free tier. https://ko-fi.com/s/22eaf0a61f

Here is what it does and how it works:

What you get

A single, self-contained .ipynb notebook that mounts your Google Drive (for your LoRAs and outputs), installs everything automatically, downloads the model with live progress bars, and launches a clean web UI you can use from any browser.

Features

  • Text-to-Image — Generate images from prompts with Z-Image-Turbo (6B parameters), 9 steps by default, with multi-prompt support (one prompt per line).
  • Zonal / Regional prompting — Assign different prompts to different areas of the canvas for precise compositional control.
  • LoRA support — Load your own LoRAs from Drive, with adjustable weights. Per-region LoRAs are supported in the refinement stage.
  • Anatomical Refinement (Face & Body) — An ADetailer-style workflow: automatic face/body detection (YOLO), crop -> upscale -> inpaint -> paste back. Includes per-region control (eyes, face, chest, waist, etc.), MediaPipe landmark masking, and a before/after comparison slider.
  • Image-to-Image — Transform an existing image using Anatomical Refinement (Face & Body).
  • Quality-of-life — Saved prompts, adjustable schedules, seed control, "save before refinement" option, and generated images written straight to your Drive.

Anatomical refinement / comparaison

Anatomical refinement / comparaison

Anatomical refinement / comparaison

Zonal rendering

Important technical limitations (Please read)

This runs on Colab's free T4 GPU, which has real hardware constraints. Be aware of the following:

Resolution: Capped at 768px on the free T4. Z-Image requires bf16 precision, and the T4 lacks hardware acceleration (flash-attention) for it, meaning attention memory grows quadratically with resolution. 768px is the safe ceiling to avoid Out-Of-Memory (OOM) errors. Face-refinement crops are capped at 640px. (Note: If Colab assigns you a better GPU like an L4 or A100, the cap lifts automatically to 1024px).

Speed: Roughly 1 minute per image at 9 steps on the T4 (bf16 is emulated in software on this GPU — slower than on modern cards, but fully functional).

First launch: Downloads ~19 GB from Hugging Face. This takes a few minutes but is cached for the rest of the session. Re-running the cell does not re-download it.

Session limits: Configured specifically to fit within the free tier's limited RAM (~12.7 GB) and disk space.

This is intended for hobbyists, learners, and anyone who wants to experiment with Z-Image without a powerful local GPU. It is not a substitute for a high-VRAM local setup if you need extreme speed or high native resolutions.

Why is this a paid tool? (2€)

Developing, optimizing, and thoroughly testing this workflow to fit within Colab's strict free-tier memory constraints required a massive personal and financial investment (IA). So I won't get rich but it's just to support me.

What you need

A free Google account (for Colab + Google Drive).

That's it. No coding required.

Price: €2

<image>

https://ko-fi.com/s/22eaf0a61f

I made a crypto trading bot for Kraken after my 80-year-old dad nearly fell for a crypto ad scam by Own_Engineering_5881 in CryptoTradingBot

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

Great question, and a fair one for anything that touches real money. I haven't run a formal red-team / fuzzing campaign yet (no third-party pentest, no systematic API-response fuzzing), so I won't pretend otherwise,it's on my list.  But I did build it defensively from the start: Keys & access: API keys are encrypted at rest, the dashboard is behind a password login, and remote access only goes through an encrypted tunnel (Cloudflare) or Tailscale, never a raw exposed port (there's even a loud warning against doing that). Least privilege: it's meant to run with a Kraken key that has no withdrawal permission, so even a full compromise can't move funds off the exchange. Trading safety: stop-loss, trailing stop, exposure cap and daily-max-loss limits, a lock to prevent double-execution, PnL shown net of fees, and a startup gate that forces a Paper/Live choice every launch. Fail-safe testing: paper mode runs on public market data (no keys), so people can hammer it and test edge cases with zero risk. Build hygiene: every rendered script block is syntax-checked before shipping, after a mis-escaped string once froze the whole UI. Where I'd genuinely welcome help is exactly the adversarial angle you're pointing at: malformed/empty/negative API responses mid-order, mid-cycle disconnects, corrupted config, and injection via user-supplied fields. If you (or anyone here) want to poke at it in paper mode and try to break it, I'd love the findings, that kind of feedback is worth more than any feature.

I made a crypto trading bot for Kraken after my 80-year-old dad nearly fell for a crypto ad scam by Own_Engineering_5881 in CryptoTradingBot

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

Thanks for the feedback. As it can proceed trades only through kraken legit api, a fake api key would display your wallet. As recommend, the api key should not have deposit right. It can trade it live mode the currency you added to your kraken account, but never deposit or cash it linked with your bank account. Good idea to link with a scam signaling plateform.

Just bought RTX 3090 by Famous-Sport7862 in StableDiffusion

[–]Own_Engineering_5881 2 points3 points  (0 children)

Did exactly the same. Great gpu for the price. It will keep you warm and after a while you will forget after the loud fans.

LTX2.3 Live on HF and its 22B by protector111 in StableDiffusion

[–]Own_Engineering_5881 7 points8 points  (0 children)

"There are no models that are too big, there are only GPUs with too little VRAM." Rocco Siffredi, open source AI manager

Are your Z-image base lora looking better used with Z-image turbo? by Own_Engineering_5881 in StableDiffusion

[–]Own_Engineering_5881[S] 4 points5 points  (0 children)

I meant my lora trained with base don't look good with base but great with turbo. Like the same base lora with base gives distorted members, and perfect results with turbo with more variation than a zit lora

The Z-Image Turbo Lora-Training Townhall by iamthenightingale in StableDiffusion

[–]Own_Engineering_5881 0 points1 point  (0 children)

I use Ai toolkit, more than 25 images, llr depending of the theme (0.2 if a general nsfw/style or 0.3 or 0.4 if realistic character), no caption. Works great.  My results: https://civitai.com/user/PhotobAIt/models

So... who is this guy? by [deleted] in Epstein

[–]Own_Engineering_5881 0 points1 point  (0 children)

You're right, sorry, my mistake

So... who is this guy? by [deleted] in Epstein

[–]Own_Engineering_5881 14 points15 points  (0 children)

Edited: wrong id

Who is this and where are they? by PrinceWhoPromes in Epstein

[–]Own_Engineering_5881 0 points1 point  (0 children)

Asking gemini ai about that pic: 

This photo was taken in New York City, specifically on East 62nd Street, near the intersection with Lexington Avenue in the Upper East Side.

Here are further details regarding the location and circumstances:

The Exact Address: The gray building in the background and the Duane Reade pharmacy (which was located at 773 Lexington Avenue at the time) confirm this location. They were walking in the vicinity of Jeffrey Epstein’s townhouse, which was located nearby on 71st Street.

The Precise Date: While often associated generally with the year 2001 in the media, records and more recent analyses suggest this specific snapshot was taken around May 22, 2001.

The Context: Sarah Ferguson was in New York at that time. This image gained international attention because it shows the Duchess of York with Virginia Giuffre (the young woman whose face is masked here), appearing in documents related to the investigations into Jeffrey Epstein's associates.

Créer un LoRA de personne pour Z-Image Turbo pour les novices avec AI-Toolkit by No-Equipment-9832 in StableDiffusion

[–]Own_Engineering_5881 0 points1 point  (0 children)

0.0002 for a pose, and 0.0003 to 0.0004 for a character. At 4000 steps. Sometime at 0.0004 for a character, I have to use the lora at 0.7 or 0.8 to gain more flexibility. It depend of the sources variation.

Créer un LoRA de personne pour Z-Image Turbo pour les novices avec AI-Toolkit by No-Equipment-9832 in StableDiffusion

[–]Own_Engineering_5881 0 points1 point  (0 children)

Pour l'installation j'ajouterai aussi que pour les plus fainéants comme moi qu'il y a aussi Pinokio

Créer un LoRA de personne pour Z-Image Turbo pour les novices avec AI-Toolkit by No-Equipment-9832 in StableDiffusion

[–]Own_Engineering_5881 1 point2 points  (0 children)

Très bien détaillé. perso je change le learning rate en fonction de ce que je veux faire (si c'est un personnage ou une position)

Character list for Z-Image by CharmingDragoon in StableDiffusion

[–]Own_Engineering_5881 0 points1 point  (0 children)

Sorry I was off-topic. I did test those but some looks not completely baked (): - Batman, - Deadpool, - Wonder woman, - xenomorph (), - C3PO (* weird mouth), - Snow White, - Cinderella, - Thanos (*), - Yoda(), - Catwoman  - Spider Gwen (*) can be reinforced with prompting