Dreambooth-Ion-Cannon icon indicating copy to clipboard operation
Dreambooth-Ion-Cannon copied to clipboard

Results 6 Dreambooth-Ion-Cannon issues
Sort by recently updated
recently updated
newest added

I'm wondering why the regularisation images are so rough? these are images that are generated with another SD pass is the goal to have lots of variety and avoid plain...

if i want to add new training images and retrain, what do I need to delete? for example: ``` rm -rf logs/* rm trained_models/*.ckpt # and outpust rm -rf outputs/*...

this might be useful to people, I made a [justfile](https://github.com/casey/just) for syncing local/remote files using rsync. if it's useful I could make a PR ... justfile ``` # https://github.com/casey/just #...

This PR proposes a solution to issue #7 by removing the workspace file from the paths

in the "Downloading/Reconstituting Stable Diffusion v1.4" section of [dreambooth_ion_cannon.ipynb]( https://github.com/laurenceday/Dreambooth-Ion-Cannon/blob/main/dreambooth_ion_cannon.ipynb) the filepaths include the "workspace" folder. running the notebook as is throws and indexError - we cloned this repo into...

I would like to follow this rule while training my model: Learning Rate: 5e-5:100, 5e-6:1500, 5e-7:10000, 5e-8:20000 Is there a way to do that? Thanks!