Skip to content

Commit

Permalink
Merge pull request kodadot#7266 from kodadot/waifu-berlin
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival authored Sep 13, 2023
2 parents 93fc7e6 + b00c402 commit be7b85d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions components/generative/promptBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const OF = 'of'
// const BY = 'by'
const COMMA = ','

export const NAME = 'Prague summer'
export const COLLECTION_ID = '7'
export const BACKGROUND = 'Prague'
export const CAMPAIGN = 'prag'
export const NAME = 'Berlin summer'
export const COLLECTION_ID = '165'
export const BACKGROUND = 'Berlin'
export const CAMPAIGN = 'waifulin'
export const PREDICATE = 'smiling anime'

export const buildPrompt = (options: Options): string => {
Expand Down Expand Up @@ -60,9 +60,8 @@ export const buildPrompt = (options: Options): string => {

export const buildDescription = (options: Options): string => {
const { gender, framing, art, style, having, wearing, lighting } = options
let base = `Konnichiwa! I am your sweet anime ${gender} character generated by artificial intelligence during Prague Blockchain Week.
let base = `Konnichiwa! I am your sweet anime ${gender} character generated by artificial intelligence during Berlin Blockchain Week.
Spring is already here and even summer is getting closer.
Let me tell you a secret about this picture:
This spring picture that you see is a ${framing} ${style} ${art} of me.
`
Expand Down

0 comments on commit be7b85d

Please sign in to comment.