Created
October 21, 2022 14:10
-
-
Save matniedoba/3f0a4e52f275507bcb0b0c140953b24a to your computer and use it in GitHub Desktop.
Stable Diffusion texture generator YAML
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
# Anchorpoint Markup Language | |
# Predefined Variables: e.g. ${path} | |
# Environment Variables: e.g. ${MY_VARIABLE} | |
# Full documentation: https://docs.anchorpoint.app/Actions/Reference | |
version: 1.0 | |
action: | |
name: Texture from Prompt | |
version: 1 | |
id: user::C5V8WS2C1F | |
category: user | |
type: python | |
author: Matthäus Niedoba | |
description: "" | |
icon: | |
path: :/icons/action.svg | |
script: texture_from_prompt.py | |
python_packages: | |
- replicate | |
register: | |
new_file: | |
enable: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment