Yahoo Canada Web Search

Search results

  1. People also ask

  2. Currently the AI Comic Factory uses zephyr-7b-beta through an Inference Endpoint. You have multiple options: Option 1: Use an Inference API model This is a new option added recently, where you can use one of the models from the Hugging Face Hub. By default we suggest to use zephyr-7b-beta as it will provide better results than the 7b model.

    • AI Comic Factory
    • Running the project at home
    • The LLM API (Large Language Model)
    • The Rendering API

    (note: the website "aicomicfactory.com" is not affiliated with the AI Comic Factory project, nor it is created or maintained by the AI Comic Factory team. If you see their website has an issue, please contact them directly)

    First, I would like to highlight that everything is open-source (see here, here, here, here).

    However the project isn't a monolithic Space that can be duplicated and ran immediately: it requires various components to run for the frontend, backend, LLM, SDXL etc.

    If you try to duplicate the project, open the .env you will see it requires some variables.

    Provider config:

    •LLM_ENGINE: can be one of: "INFERENCE_API", "INFERENCE_ENDPOINT", "OPENAI"

    •RENDERING_ENGINE: can be one of: "INFERENCE_API", "INFERENCE_ENDPOINT", "REPLICATE", "VIDEOCHAIN", "OPENAI" for now, unless you code your custom solution

    Option 1: Use an Inference API model

    This is a new option added recently, where you can use one of the models from the Hugging Face Hub. By default we suggest to use CodeLlama 34b as it will provide better results than the 7b model. To activate it, create a .env.local configuration file:

    Option 2: Use an Inference Endpoint URL

    If you would like to run the AI Comic Factory on a private LLM running on the Hugging Face Inference Endpoint service, create a .env.local configuration file: To run this kind of LLM locally, you can use TGI (Please read this post for more information about the licensing).

    Option 3: Use an OpenAI API Key

    This is a new option added recently, where you can use OpenAI API with an OpenAI API Key. To activate it, create a .env.local configuration file:

    This API is used to generate the panel images. This is an API I created for my various projects at Hugging Face.

    I haven't written documentation for it yet, but basically it is "just a wrapper ™" around other existing APIs:

    •The hysts/SD-XL Space by @hysts

    •And other APIs for making videos, adding audio etc.. but you won't need them for the AI Comic Factory

  3. If you fork the project you will be able to modify the code to use the Stable Diffusion technology of your choice (local, open-source, proprietary, your custom HF Space etc). It would even be something else, such as Dall-E.

  4. Oct 6, 2023 · The AI Comic Factory allows editing the auto-generated comic panels and pages: Modify text: You can edit the text, captions, dialogues, and onomatopoeia present in panels. Alter panels: Delete unwanted panels or rearrange them into your preferred sequence.

  5. Deploying the AI Comic Factory using the Inference API. We recently announced Inference for PROs, our new offering that makes larger models accessible to a broader audience. This opportunity opens up new possibilities for running end-user applications using Hugging Face as a platform.

  6. You can easily modify or refine prompt, allowing you to fine-tune the AI's response to better match your creative vision. Consistent Characters Across Every Frame. Harness the power of AI to maintain character consistency throughout your stories.

  7. AI Comic Factory is an online platform that allows users to create comics easily using AI technology. It generates comic artwork based on text descriptions or uploaded reference images, offering various styles, layouts, and customization options.

  1. People also search for