import { Button } from "@/components/ui/button" import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog" import { useState } from "react" import { Login } from "../login" export function About() { const [isOpen, setOpen] = useState(false) return ( AI Comic Factory 1.0 AI Comic Factory 1.0 (March 2024 Update)

The AI Comic Factory generates stories using AI in a few clicks.

App is free for Hugging Face users 👉

Are you an artist? Learn how to use your own art style

👉 Default AI model used for stories is Zephyr-7b-beta

👉 Default AI model used for drawing is SDXL by Stability AI

This is an open-source project, see the README for more info.

) }