https://github.com/lucataco/cog-pasd-magnify
Cog wrapper for PASD Magnify
https://github.com/lucataco/cog-pasd-magnify
cog
Last synced: 11 months ago
JSON representation
Cog wrapper for PASD Magnify
- Host: GitHub
- URL: https://github.com/lucataco/cog-pasd-magnify
- Owner: lucataco
- Created: 2024-01-08T14:50:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T15:01:53.000Z (over 2 years ago)
- Last Synced: 2025-07-26T13:41:08.396Z (12 months ago)
- Topics: cog
- Language: Python
- Homepage: https://replicate.com/lucataco/pasd-magnify
- Size: 229 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PASD Magnify Cog
This is an implementation of [PASD MAgnify](https://huggingface.co/spaces/fffiloni/PASD) 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 fork of SDXL to [Replicate](https://replicate.com).
## Basic Usage
Git clone this repo and the PASD one:
git clone https://github.com/lucataco/cog-PASD-Magnify
cd cog-PASD-Magnify
git clone https://github.com/yangxy/PASD
Download the weights to the proper folder:
PASD/checkpoints
Run a prediction:
cog predict -i image=@frog.png
