Most famous for the role of Dana Scully in The X-Files. Later starred in Hannibal, American Gods, Sex Education, The Crown, The Fall and Bleak House
Description
FAQ
Comments (5)
Any chance you remember the training settings you used for this model?
It's one of the better examples of a model trained on a person I've seen, but I haven't been able to achieve similar results, even with a similar dataset, same base model and steps.
thanks for the compliment! ;-)
i believe this is it, i have saved the latest one and this was before I switched from shivam shirao to inb4DevOps/diffusers:
export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH
export MODEL_NAME="runwayml/stable-diffusion-v1-5"
export CLASS_DIR="/home/rey/dreambooth/data/woman"
export INSTANCE_DIR="/home/rey/dreambooth/data/training_gillian"
export OUTPUT_DIR="/home/rey/dreambooth/models/gillian"
accelerate launch train_dreambooth.py --pretrained_model_name_or_path=$MODEL_NAME \
--pretrained_vae_name_or_path="stabilityai/sd-vae-ft-mse" \
--instance_data_dir=$INSTANCE_DIR \
--class_data_dir=$CLASS_DIR \
--output_dir=$OUTPUT_DIR \
--instance_prompt="a photo of sks woman" \
--class_prompt="photo of a woman" \
--resolution=512 \
--train_batch_size=1 \
--gradient_accumulation_steps=1 \
--gradient_checkpointing \
--use_8bit_adam \
--learning_rate=5e-6 \
--lr_scheduler="constant" \
--lr_warmup_steps=0 \
--num_class_images=100 \
--max_train_steps=1400
Actually, thanks for reminding me, I do have a newer version of this model and I haven't uploaded it yet. I need to put some samples and make an upload. Hopefully today :-)
Awesome, thanks very much! Look forward to the update.
it's released :-)
Would you happen to have the training settings you are currently using? Thanks in advance. Also, have you considered making a 768 version?
Looks like we don't have an active mirror for this file right now.
CivArchive is a community-maintained index — we catalog mirrors that volunteers upload to HuggingFace, torrents, and other public hosts. Looks like no one has uploaded a copy of this file yet.
Some files do get recovered over time through contributions. If you're looking for this one, feel free to ask in Discord, or help preserve it if you have a copy.
Details
Files
Available On (1 platform)
Same model published on other platforms. May have additional downloads or version variants.