Git Product home page Git Product logo

Comments (6)

gasvn avatar gasvn commented on July 18, 2024

1.The txt and json files can be refer to https://github.com/lllyasviel/ControlNet
2.The latest verision is trained with laion dataset, so the training code is a little bit differet, we will release it soon.
3.More training details will be added.

from editanything.

ukaukaaaa avatar ukaukaaaa commented on July 18, 2024

1.The txt and json files can be refer to https://github.com/lllyasviel/ControlNet 2.The latest verision is trained with laion dataset, so the training code is a little bit differet, we will release it soon. 3.More training details will be added.

Thanks for your reply,

Since in this project, mask image is taken as an extra source input to the model, so will that change the training part, such as the json file?

Also, if I want to add one more image as a guidance such as clothing item, is it possible to incorporate this in the training and inference framework?

from editanything.

alelordelo avatar alelordelo commented on July 18, 2024

@ukaukaaaa @gasvn Im also interested on this.

A training guide to train JSON COCO (with annotation and segmented masks) would be super helpful!

from editanything.

gasvn avatar gasvn commented on July 18, 2024

1.The txt and json files can be refer to https://github.com/lllyasviel/ControlNet 2.The latest verision is trained with laion dataset, so the training code is a little bit differet, we will release it soon. 3.More training details will be added.

Thanks for your reply,

Since in this project, mask image is taken as an extra source input to the model, so will that change the training part, such as the json file?

Also, if I want to add one more image as a guidance such as clothing item, is it possible to incorporate this in the training and inference framework?

Sorry I missed your comments. I am not sure about the exact form of how to use "one more image" as the guidance. Maybe the biggest problem here is the training data. Also, you can check our latest version, where I achieve a training free drag item from one image into another based on reference scheme. But of course, there are some failure cases as no training is evolved. With training data, I think the current pipeline would be improved.

from editanything.

gasvn avatar gasvn commented on July 18, 2024

@ukaukaaaa @gasvn Im also interested on this.

A training guide to train JSON COCO (with annotation and segmented masks) would be super helpful!

The training data is the same to the basic controlnet. As long as you can construct a dataloader that produce the data with jpg = item['jpg']
txt = item['txt']
hint = item['hint'], you can use this training code.

from editanything.

alelordelo avatar alelordelo commented on July 18, 2024

from editanything.

Related Issues (20)

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.