Giter VIP home page Giter VIP logo

deepmake's Introduction

DeepMake

DeepMake uses generative AI make content creation fast and easy. We leverage the leading open source AI to give you VFX in a few clicks, create stock video from text prompts, instantly segment layers, and more.

Deepmake Logo

Support

For support please Join our Discord server or visit our support page.

DeepMake Backend

This repo contains the backend for DeepMake software. It requires host plugins (Such as our After Effects plugin) as well as processing plugins (such as our Diffusers plugin for Text to Image generation)

Installation

Install the Deepmake Backend

Easy install

MacOS (Apple Silicon only)

For Mac OS we have an easy installer available. Simply run

curl -s -L https://raw.githubusercontent.com/DeepMakeStudio/DeepMake/main/install_mac.sh -o install_mac.sh && sudo sh ./install_mac.sh

It should handle all the installation steps for the backend and you can continue to [Install any processing plugins you want](#Install any processing plugins you want)

Windows

For windows, Download the installer and run it to install DeepMake.

Download the Installer

Manual Install

If you used the easy installer, you don't need to manually install, but if you do not want to install using the installer, you can install manually.

For the most up-to-date instructions for manual installation, please see the installation guide on our website

Usage

Now that you've completed installation you're ready to use DeepMake

After Effects

To use DeepMake simply activate the plugin from Effects/DeepMake/AI Plugin Renderer

Then you may choose from the installed plugins. Each processing plugin will have its own settings for you to configure. DeepMake automatically makes the options that each processning plugin use visibile for you to modify.

For more

For more information or if you want to get more help see DeepMake.com or join our Discord server

New Guides, Videos, and tutorials will be released over time.

deepmake's People

Contributors

andresca94 avatar bryanlyon avatar roland-arkavian avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

deepmake's Issues

Can't find the effect

Hi, I'm new to After Effects and struggling to get this to work.
I followed the installation readme:

  • cloned the repo, cd'd into it, created the conda env conda env create -f environment.yml,
  • cd'd into plugins, cloned git clone https://github.com/DeepMakeStudio/Diffusers, created the conda env conda env create -f plugin/Diffusers/environment_mac.yml

Then:

  • downloaded the Binaries_Mac.zip file the zip, unzipped,
    • placed the .bundle file as described under: /Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore/DeepMake_ae.bundle,
    • placed the appPrompt.app under: /Applications/appPrompt.app

Finally:

  • conda activate deepmake
  • python startup.py
    getting:
(deepmake) username DeepMake % python startup.py      
INFO:     Started server process [18562]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
[2023-12-16 00:41:18,917] INFO:huey.consumer:MainThread:Huey consumer started with 1 thread, PID 18563 at 2023-12-15 23:41:18.917322
[2023-12-16 00:41:18,917] INFO:huey.consumer:MainThread:Scheduler runs every 1 second(s).
[2023-12-16 00:41:18,917] INFO:huey.consumer:MainThread:Periodic tasks are enabled.
[2023-12-16 00:41:18,917] INFO:huey.consumer:MainThread:The following commands are available:
+ main.huey_call_endpoint

Opened After Effects, but I can't find the effect. I looked under Window->Effects & Presets, or in Effect->Manage Effects...
Where is it supposed to show up or what am I missing?
Thank you!

Diffusers doesn't generate any output with default settings: 422 Unprocessable Entity

Tried several times restarting the server & after effects. Always get this error:

←[32mINFO←[0m:     Started server process [←[36m21136←[0m]
←[32mINFO←[0m:     Waiting for application startup.
←[32mINFO←[0m:     Application startup complete.
←[32mINFO←[0m:     Uvicorn running on ←[1mhttp://127.0.0.1:8000←[0m (Press CTRL+C to quit)
[2023-12-13 14:24:23,191] INFO:huey.consumer:MainThread:Huey consumer started with 1 thread, PID 21968 at 2023-12-13 19:24:23.191796
[2023-12-13 14:24:23,191] INFO:huey.consumer:MainThread:Scheduler runs every 1 second(s).
[2023-12-13 14:24:23,192] INFO:huey.consumer:MainThread:Periodic tasks are enabled.
[2023-12-13 14:24:23,194] INFO:huey.consumer:MainThread:The following commands are available:
+ main.huey_call_endpoint
←[32mINFO←[0m:     127.0.0.1:59306 - "←[1mGET /plugins/get_list HTTP/1.1←[0m" ←[32m200 OK←[0m
←[32mINFO←[0m:     127.0.0.1:59308 - "←[1mGET /plugins/start_plugin/Diffusers HTTP/1.1←[0m" ←[32m200 OK←[0m
INFO:     127.0.0.1:59329 - "GET /plugins/get_info/Diffusers HTTP/1.1" 200 OK
INFO:     127.0.0.1:59349 - "PUT /plugins/call_endpoint/Diffusers/generate_image HTTP/1.1" 422 Unprocessable Entity
INFO:     127.0.0.1:59371 - "PUT /plugins/call_endpoint/Diffusers/generate_image HTTP/1.1" 422 Unprocessable Entity
Callback received for plugin: Diffusers. Current state: STARTING
Diffusers is now in RUNNING state
INFO:     127.0.0.1:59403 - "PUT /plugins/call_endpoint/Diffusers/generate_image HTTP/1.1" 422 Unprocessable Entity
INFO:     127.0.0.1:59393 - "POST /plugin_callback/Diffusers/True HTTP/1.1" 200 OK
INFO:     127.0.0.1:59507 - "PUT /plugins/call_endpoint/Diffusers/generate_image HTTP/1.1" 422 Unprocessable Entity
INFO:     127.0.0.1:59516 - "PUT /plugins/call_endpoint/Diffusers/generate_image HTTP/1.1" 422 Unprocessable Entity
INFO:     127.0.0.1:59528 - "PUT /plugins/call_endpoint/Diffusers/generate_image HTTP/1.1" 422 Unprocessable Entity
INFO:     127.0.0.1:59652 - "PUT /plugins/call_endpoint/Diffusers/generate_image HTTP/1.1" 422 Unprocessable Entity

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.