https://github.com/lucataco/cog-seine
Cog wrapper for Vchitect/SEINE
https://github.com/lucataco/cog-seine
cog
Last synced: 12 months ago
JSON representation
Cog wrapper for Vchitect/SEINE
- Host: GitHub
- URL: https://github.com/lucataco/cog-seine
- Owner: lucataco
- Created: 2023-11-20T19:49:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T21:16:39.000Z (over 2 years ago)
- Last Synced: 2025-06-05T23:34:58.128Z (about 1 year ago)
- Topics: cog
- Language: Python
- Homepage: https://replicate.com/lucataco/seine
- Size: 888 KB
- Stars: 37
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vchitect/SEINE Cog model
This is an implementation of [Vchitect/SEINE](https://github.com/Vchitect/SEINE) as a [Cog](https://github.com/replicate/cog) model.
## Development
Follow the [model pushing guide](https://replicate.com/docs/guides/push-a-model) to push your own model to [Replicate](https://replicate.com).
## Basic Usage
Download weights first
cog run script/download-weights
Then for predictions,
cog predict -i image=@demo.png
# Example
