Spaces:
Runtime error
Runtime error
title: Omni-Zero | |
emoji: 🧛🏻♂️ | |
colorFrom: purple | |
colorTo: red | |
sdk: gradio | |
sdk_version: 4.36.1 | |
app_file: app.py | |
pinned: false | |
license: gpl-3.0 | |
# Omni-Zero: A diffusion pipeline for zero-shot stylized portrait creation. | |
- [x] Release single person code | |
- [ ] Release couples code | |
- [ ] Add LoRA support | |
## Try our free demo on StyleOf [https://styleof.com/s/remix-yourself](https://styleof.com/s/remix-yourself) | |
 | |
## Use Omni-Zero in [fal.ai](https://fal.ai) Workflows [https://fal.ai/dashboard/workflows/okaris/omni-zero](https://fal.ai/dashboard/workflows/okaris/omni-zero) | |
 | |
## Run on Replicate [https://replicate.com/okaris/omni-zero](https://replicate.com/okaris/omni-zero) | |
 | |
## Use Omni-Zero in HuggingFace Spaces ZeroGPU [https://huggingface.co/spaces/okaris/omni-zero](https://huggingface.co/spaces/okaris/omni-zero) | |
 | |
### Single Identity and Style | |
 | |
### Multiple Identities and Styles (WIP) | |
 | |
### How to run | |
``` | |
git clone --recursive https://github.com/okaris/omni-zero.git | |
cd omni-zero | |
pip install -r requirements.txt | |
python demo.py | |
``` | |
### Credits | |
- Special thanks to [fal.ai](https://fal.ai) for providing compute for the research and hosting | |
- This project wouldn't be possible without the great work of the [InstantX Team](https://github.com/InstantID) | |
- Thanks to [@fofrAI](http://twitter.com/fofrAI) for inspiring me with his [face-to-many workflow](https://github.com/fofr/cog-face-to-many) | |
- Thanks to Matteo ([@cubiq](https://twitter.com/cubiq])) for creating the ComfyUI nodes for IP-Adapter | |