Skip to content

Can I change the link of the Perchance project so I can use my own styles? #1

Answered by manh9011
AstroCatPlays asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, there is no way to integrate styles from Perchance web to Perchance desktop. But if you have some programming experience, you can change the styles in file Perchance/ArtStyle.cs to add new styles.

Example:

["Casual Photo"] = new(
    prompt: input => $"{input.Description}, casual photo",
    negative: input => $"{input.Negative}, bad photo, bad lighting, high production value, unnatural studio lighting, commercial photoshoot, photoshopped, terrible photo, disfigured"
),

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AstroCatPlays
Comment options

Answer selected by AstroCatPlays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants