Code Monkey home page Code Monkey logo

Comments (4)

xuanlongORZ avatar xuanlongORZ commented on August 29, 2024 6

After some trailing, I found that the prompts are quite important, you can discouver it from the following trails: (I'm not familiar with prompt engineering at all, maybe it is worthy to provide a kind of prompt tutorial for generating better videos

  1. I tried 'an anime scene, keep the background unchanged.' and it works a bit.
    https://github.com/ToonCrafter/ToonCrafter/assets/43437272/ad197d22-b4f3-46b2-b618-09fd253defc0

  2. I tried 'an anime scene, keep the background strictly unchanged.' and it works better.
    https://github.com/ToonCrafter/ToonCrafter/assets/43437272/6d95b91f-091f-4883-95e2-3423023670b8

from tooncrafter.

Blackstylez83 avatar Blackstylez83 commented on August 29, 2024 1

awesome

do you have this kind of warning when running it ?

image

from tooncrafter.

xuanlongORZ avatar xuanlongORZ commented on August 29, 2024

awesome

do you have this kind of warning when running it ?

image

No from my side, but I think it is just because some of the packages have different versions compared to the requirement.txt, it might not affect the result.

from tooncrafter.

exceedcat avatar exceedcat commented on August 29, 2024

do you have this kind of warning when running it ?

@Blackstylez83 the warning disappears when providing antialias=True as the second argument to transforms.Resize:
transforms.Resize(min(self.resolution)) -> transforms.Resize(min(self.resolution), antialias=True)
currently there are only 3 places to edit (inference.py, i2v_test.py and i2v_test_application.py)

from tooncrafter.

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.