Skip to main content
XsiSec.com
HomeReposBlogProjectsPortfolio
© 2026 XsiSec.com
Security rules |security.txt
Updated 2026-08-15 · v1.0.0+2026-08-14.82f92cb · 82f92cb
← Back to overview
Security article

Made Dreambooth and GPT4-client run on Kali Linux

Made Dreambooth and GPT4-client run on Kali Linux: After some time away, I hopped back to Kali Linux and finally got DreamBooth to run cleanly. Posting my notes so I can repeat it later without digging through terminals. These are just my steps and screenshots. Adjust to your setup. • Other • other, dreambooth

2023-05-273 tags
Tags

After some time away, I hopped back to Kali Linux and finally got DreamBooth to run cleanly. Posting my notes so I can repeat it later without digging through terminals.

These are just my steps and screenshots. Adjust to your setup.


🖥️ System & Python

bash
uname -a
Linux d0m 6.1.0-kali9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1kali1 (2023-05-12) x86_64 GNU/Linux

Fresh virtual env with Python 3.10:

bash
python3.10 --version
Python 3.10.11

📸 Dataset & Compute

Collected ~150 images of myself and rented Google compute to train the model.


🧠 Model Choice

I used the following base checkpoint instead of the default from DreamBooth_Stable_Diffusion_SDA.ipynb:

text
dreamlike-art/dreamlike-photoreal-2.0

Link: https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0


✅ Proof it’s running

training screenshot


🧩 Side Quest: GPT‑4 GUI on Kali

Also managed to install a GPT‑4 GUI tool on Kali. Way less messy than the Stable Diffusion bits.

gpt4 gui on kali


📝 Notes to Self

  • Keep Python pinned (3.10 worked fine here).
  • Save the env YAML/requirements next time to rebuild faster.
  • Screenshots live in my xsisec bucket; keep filenames simple.

That’s it — minimal drama, finally working.

Navigate

In this post

  1. 01🖥️ System & Python
  2. 02📸 Dataset & Compute
  3. 03🧠 Model Choice
  4. 04✅ Proof it’s running
  5. 05🧩 Side Quest: GPT‑4 GUI on Kali
  6. 06📝 Notes to Self
Search
Explore

Popular tags

Browse all 30 tags

Comments

0 comments

No comments yet — be the first to comment.