https://github.com/naklecha/replicate-local
Retrieve the source code for any model made available on replicate.com!
https://github.com/naklecha/replicate-local
Last synced: about 1 month ago
JSON representation
Retrieve the source code for any model made available on replicate.com!
- Host: GitHub
- URL: https://github.com/naklecha/replicate-local
- Owner: naklecha
- Created: 2024-01-22T11:14:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T14:47:36.000Z (over 1 year ago)
- Last Synced: 2024-11-08T07:08:38.810Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 15.2 MB
- Stars: 33
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# replicate-local
Retrieve the source code for any model made available on replicate.com.### demo
### search for a model on replicate
```
sh replicatesearch.sh "stable diffusion"
```### download code from replicate
```
sh replicatelocal.sh "r8.im/stability-ai/stable-diffusion"
```#### Once you've downloaded the code, locate the folder named after the image. Inside that folder, you'll find the Replicate code, and you can start exploring by reading predict.py.