Git Product home page Git Product logo

magic-me's People

Contributors

bubo-gpt avatar eltociear avatar visionmaze avatar wangxueshe-bytedance avatar zhoudaquan 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

magic-me's Issues

Face VCD

Hi, thanks for your excellent work here.

After reading the paper, I have got two problems: 1) how to derive a natural face by leveraging partial denoising to refine the face in Face VCD without face keypoint control since I2I or V2V pipelines would lead to inconsistent local results; 2) how to preserve the background, with mask or something or the extended ID token would help?

thanks!

Can you provide training logs.txt ?

Hi, firstly thanks for your great work!

During train.py LINE 181 - LINE 198, I get these warnings while loading pretrained ckpts.

load inferece unet missing keys: 588, unexpected keys: 0
load clip text encoder missing keys: 0, unexpected keys: 1
load inferece vae missing keys: 16, unexpected keys: 16

I'm not very sure if it's ok, because the code reports that there're several tensors not found or loaded. I wonder if you could share your log during training, so I can check by myself. THANKS~ πŸ˜„

About Face VCD &Tile VCD in code

Hello, appreciate for sharing this amazing work.

After reading the paper and code, I wonder which part in the code is about Face VCD &Tile VCD. Thanks!

suspicious spam emails

While this seems like legitimate project with good intentions, you violate various laws and the GitHub Terms of Usage by scraping GitHub emails and sending spam advertisement emails for this project.

Please stop sending spam emails and never do this again.

olk_MUxHgD61SU

loss nan bug

loss = loss.sum([1,2,3,4])/masks.sum([1,2,3,4])
if masks.sum([1,2,3,4]) contains 0, then the loss will be NaN
so i simply change the upper code to loss = loss.sum([1,2,3,4])/(masks.sum([1,2,3,4])+1e-6), Is this appropriate?

About environment

pytorch1.12.0 can’t work with any versions of xformers, but the train.py requiring xformers to be used. How can i solve this problem?

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.