Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwntus/material-diffusion-sdxl
Tileable Stable Diffusion XL - Cog model
https://github.com/pwntus/material-diffusion-sdxl
Last synced: 14 days ago
JSON representation
Tileable Stable Diffusion XL - Cog model
- Host: GitHub
- URL: https://github.com/pwntus/material-diffusion-sdxl
- Owner: Pwntus
- License: apache-2.0
- Created: 2023-08-03T16:31:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T18:24:53.000Z (over 1 year ago)
- Last Synced: 2024-12-15T19:05:36.519Z (16 days ago)
- Language: Python
- Homepage: https://replicate.com/pwntus/material-diffusion-sdxl
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Stable Diffusion XL Cog model that outputs tileable images for use in 3D applications such as [Monaverse](https://monaverse.com)
[![Replicate](https://replicate.com/pwntus/material-diffusion-sdxl/badge)](https://replicate.com/pwntus/material-diffusion-sdxl)
This is an implementation of the [Diffusers Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) as a Cog model. [Cog packages machine learning models as standard containers.](https://github.com/replicate/cog)
First, download the pre-trained weights:
cog run script/download-weights.py
Then, you can run predictions:
cog predict -i prompt="monkey scuba diving"