Code Monkey home page Code Monkey logo

Comments (6)

drboog avatar drboog commented on September 2, 2024 2

I wrote an implementation and tested it on my local machine. Unfortunately, the performance is not satisfying.
For example, when we ask it to generate a photo of A and B shaking hands, it for sure generates an image of two people shaking hands. However, each one of these two people looks like a combination of A and B. But what we expect is one person looks like A, the other person looks like B.
This is an interesting topic, I will think about improvement (on method or trick) in the future.

from profusion.

drboog avatar drboog commented on September 2, 2024 1

I may update the code later, but I'm not sure how the performance will be.

from profusion.

SlZeroth avatar SlZeroth commented on September 2, 2024 1

thank you for trying.
I have read the C-LORA paper, and it seems to address issues related to learning when dealing with the same type of subject. https://arxiv.org/abs/2304.06027

from profusion.

drboog avatar drboog commented on September 2, 2024

If you want generate something like, "an image of A and B shaking hands", after fine-tuning the model on photos of A and B.
Then I think revision of pipeline_stable_diffusion_promptnet.py is needed.
Current implementation only generates conditioned on prompt like
"a photo of S*"
or conditioned on a list
["a photo of $S_1^* $", "a photo of $S_2^* $", ... ],
which is different from
"a photo of $S_1^* \text{ and } S_2^* $".

from profusion.

SlZeroth avatar SlZeroth commented on September 2, 2024

thank you for answer !

Is it possible to add multiple tokens while keeping promptnet technology intact?

I'm trying to make multi-token possible by modifying the source code as you posted in your reply, but before that, I wonder if this is easily possible for you.

from profusion.

SlZeroth avatar SlZeroth commented on September 2, 2024

@drboog Thank you so much!

from profusion.

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.