Coder Social home page Coder Social logo

dreambooth-ion-cannon's People

Contributors

diabeticpilot avatar laurenceday avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dreambooth-ion-cannon's Issues

how to reset for a new training run?

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/*

anything else I should delete that won't get overwritten by running the notebook again?

Inconsistent File Paths in Jupyter Notebook

in the "Downloading/Reconstituting Stable Diffusion v1.4" section of dreambooth_ion_cannon.ipynb the filepaths include the "workspace" folder.

running the notebook as is throws and indexError - we cloned this repo into /, not into workspace

The images in the readme and the lack of an instruction to cd into workspace make me think that it's a defunct folder.

trouble shooting `woman` generations?

hey thanks for this! I've fine-tuned a model on the man class and things worked fine. but I am trying a woman and the raw images and samples come out identical no matter what I do.

are there any other steps to trouble shoot this? I can confirm the files are named as:

[email protected]:/workspace/Dreambooth-Ion-Cannon$ tree training_samples/

training_samples/
└── woman
    ├── emma woman_001.png
    ├── emma woman_002.png
    ├── emma woman_003.png
    ├── emma woman_004.png
    ├── emma woman_005.png
    ├── emma woman_006.png
    ├── emma woman_007.png

and the notebook vars are initialized as:

target_name = "emma"
target_class = "woman"

not sure how else I could mess it up :)
any other hints where to look? I created a clean new vast instance and have done this twice now with identical results.

the raw gallery image comes out as the attached, both times (even though I'm using more training images now)

any other suggestions appreciated!

emma_raw-0000

upload and down

this might be useful to people, I made a justfile for syncing local/remote files using rsync. if it's useful I could make a PR ...

justfile

# https://github.com/casey/just

# assumes you have symlinked the right file to .env
set dotenv-load

default:
    @just --list

checkenv:
  @echo "vastPort: $vastPort vastLogin: $vastLogin"

sync-down: checkenv
  rsync -avu -e "ssh -p $vastPort -i ~/.ssh/rikai.pub -o StrictHostKeyChecking=no -l root" $vastHost:/workspace/Dreambooth-Ion-Cannon/outputs synced

sync-up: checkenv
  rsync -avu -e "ssh -p $vastPort -i ~/.ssh/rikai.pub -o StrictHostKeyChecking=no -l root" synced/inputs/emma/ $vastHost:/workspace/Dreambooth-Ion-Cannon/training_samples/woman

and a .env file in the same directory with your vast config

# .env 
vastPort=39443
vastHost=ssh5.vast.ai
vastLogin=root@$vastHost

you can get the port etc from the instances dashboard here

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.