Generate images of any character you know and love!
Entropy is a cutting-edge platform for generating images of characters using advanced machine learning models. It's divided into three main parts:
-
Client: A Next.js application that serves as the user interface. It fetches content from Sanity and handles interactions, including image generation requests via external services like Replicate. Setup Instructions.
-
Server: Contains the prediction workflow for image generation, utilizing Cog for containerization. The core logic is in
predict.py
, with the workflow defined inentropy_v2.json
. Setup Instructions. -
Sanity Studio: Manages the content displayed on the frontend, offering a customizable real-time editing environment.
Entropy leverages the latest in AI to bring your favorite characters to life in unique and creative ways.
- Generate high resolution images of any character.
- Customizable image generation parameters.
- Upload custom LoRA models (.safetensors).
We welcome contributions and feedback to make Entropy even better 🤧.
Entropy is released under the MIT License. See LICENSE for more details.