These are some of the Stable Diffusion references people have made listing hundreds of artist styles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import logging | |
| import time | |
| import yaml | |
| from jaeger_client import Config | |
| import os | |
| import datetime | |
| import logging | |
| from logging import StreamHandler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # On how to build the pixelstreaming images yourself: https://adamrehn.com/articles/pixel-streaming-in-linux-containers/ | |
| # and https://github.com/adamrehn/ue4-example-dockerfiles/tree/master/pixel-streaming. All images used in this YAML are public. | |
| # Developed for Bare Metal Managed Kubernetes GPUs from http://www.coreweave.com | |
| # Will work locally without any additional components if POD CIDRs are reachable from the clients computer. To work from the Internet, a STUN/TURN server needs to be setup. Hit me up for more info on that. | |
| apiVersion: serving.knative.dev/v1 | |
| kind: Service | |
| metadata: | |
| name: ue4-temple | |
| spec: |
OlderNewer