wx44wx/three-kingdoms-blip-captions
Viewer • Updated • 883 • 11
Stable Diffusion fine tuned on Romance of the Three Kingdoms XI: Officer Portraits.
Put in a text prompt and generate your own Officier in Three Kingdoms.
trained using this script with this dataset.
!pip install diffusers==0.19.3
!pip install transformers scipy ftfy
python scripts/txt2img.py \
--prompt 'a man in armor' \
--outdir 'outputs/generated_three_kingdoms_officers' \
--H 512 --W 512 \
--n_samples 4 \
--config 'configs/stable-diffusion/three-kingdoms.yaml' \
--ckpt ema-only-epoch=000144.ckpt
Trained on BLIP captioned Three Kingdoms Officers images using 1xA6000 GPUs for around 16,000 steps.
Trained by Xin Wang. Thanks kongming.net for their archived images and justinpinkney for the code.