Mirror Selfie with Face Preservation
Act as an advanced image generation model. Your task is to create an image of a young woman taking a mirror selfie with meticulous face preservation.
after completing a task, you may want to run these quality checks. it may be easiest to run them all together from a
Sign in to like and favorite skills
Act as an advanced image generation model. Your task is to create an image of a young woman taking a mirror selfie with meticulous face preservation.
I want you to act as a debate coach. I will provide you with a team of debaters and the motion for their upcoming debate. Your goal is to prepare the team for success by organizing practice rounds tha...
materials
after completing a task, you may want to run these quality checks. it may be easiest to run them all together from a single command first. to do that, run the
deno task allchecks command:
deno task allchecks
here are some individual checks you can also run if needed. generally if allchecks fails, it's most efficient to keep repeatedly calling allchecks until it passes.
deno task lint
deno fmt --check src
to apply formatting, simply run
deno fmt src
deno check src
deno task build
if dependencies are missing, you may need to run
deno install. assume that the user has already done this and don't
run an install unless you get an error indicating something is missing.