import { Dialog, DialogContent, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog" import { Login } from "../login" import { SettingsDialog } from "../settings-dialog" export function AuthWall({ show }: { show: boolean }) { return (

The AI Comic Factory is a free app compatible with many vendors.

By default it uses Hugging Face for story and image generation,
our service is free of charge but we would like you to sign-in 👇

{/*

(if login doesn't work for you, please use the button in the About panel)

*/}

To hide this message, you can also go in the to replace
both the image and the story providers to use external vendors.

This pop-up will also disappear if you download the code to run the app at home.

) }