🎨AI Art & Images

Generate and manipulate images with AI models

🔄 How These Prompts Work

1Copy a prompt and paste it into Claude, ChatGPT, or Cursor to get generated PyTorch code
2Run it on SeqPU — paste the code into SeqPU and hit Run
3Copy any errors back — if something breaks, paste the console output back into the AI chat
4Iterate until it works — the AI fixes the code, you run it again. Repeat until perfect!

💡 No coding experience needed. Just copy, run, and iterate.

Text-to-Image Generator

Generate images from text descriptions

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, build a tool where I type a description like "a castle on a cliff at sunset" and it generates that image. Let me control how creative vs literal the output is. Save images as PNG files.

Image Inpainting Tool

Remove or replace parts of images

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, create a tool where I upload an image and paint over the part I want to change. Then I describe what should go there instead, and the AI fills it in seamlessly matching the rest of the image.

Pose-Controlled Image Generation

Generate images matching a specific pose

Recommended GPU
A10G
Copy this prompt into your AI coding assistant:
Using PyTorch, build a tool where I upload a photo of someone in a pose, and then generate completely different people or characters in that exact same pose. The pose should match precisely.

Photo Style Transformer

Transform photos into different art styles

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, create a tool that transforms my photos into different styles. I upload a photo and pick a style like "oil painting", "anime", "watercolor", or "pencil sketch" and it converts my photo to that style.

Image Upscaler

Make small images bigger and sharper

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, build a tool that takes a small or blurry image and makes it 4 times larger while actually adding realistic detail. Old photos should come out sharp and clear, not just stretched and blurry.

Face Restoration Tool

Fix blurry or damaged faces in photos

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, create a tool that fixes faces in old or damaged photos. Upload a photo with blurry, scratched, or low-quality faces and it restores them to look sharp and natural while keeping the person recognizable.

Background Remover

Cut out subjects from images precisely

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, build a background removal tool. I click on what I want to keep in the image, and it cuts it out perfectly - even tricky edges like hair. Give me back a PNG with transparent background.

Depth Map Generator

Create depth maps from regular photos

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, create a tool that looks at a regular photo and figures out how far away everything is. Output a grayscale image where bright means close and dark means far. Useful for 3D effects.

Image Describer

Get detailed descriptions of any image

Recommended GPU
A10G
Copy this prompt into your AI coding assistant:
Using PyTorch, build a tool where I upload any image and it describes what it sees in detail. It should understand context - not just "a person" but "a chef cooking in a restaurant kitchen". Let me ask follow-up questions about the image.

Custom Style Trainer

Train the AI to generate a specific style

Recommended GPU
A10G
Copy this prompt into your AI coding assistant:
Using PyTorch, create a tool where I upload 10-20 images of a specific style or character, and it learns that style. Then I can generate new images in that same style just by describing what I want.

Concept Learner

Teach the AI a new object or person

Recommended GPU
A10G
Copy this prompt into your AI coding assistant:
Using PyTorch, build a tool where I show the AI 5 photos of something specific - my pet, a product, my face - and it learns what that thing looks like. Then I can generate new images featuring that thing in any scene I describe.

Seamless Texture Generator

Create textures that tile perfectly

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, create a tool that generates textures that repeat seamlessly - no visible edges when tiled. I describe a surface like "brick wall" or "marble floor" and it generates a texture I can tile infinitely for games or design.

Image Expander

Extend images beyond their borders

Recommended GPU
A10G
Copy this prompt into your AI coding assistant:
Using PyTorch, build a tool that extends images. I upload a photo and choose to expand it left, right, up, or down - the AI imagines what would be outside the frame and generates it seamlessly. Great for fixing cropped photos.

Face Swapper

Swap faces between photos

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, create a face swap tool. I upload two photos - one with the face I want to use, one where I want to put that face. It swaps them realistically, matching the lighting and angle of the target photo.

Batch Image Processor

Process hundreds of images at once

Recommended GPU
T4
Copy this prompt into your AI coding assistant:
Using PyTorch, build a batch processing tool. I point it at a folder of images and choose an operation - upscale, remove backgrounds, apply a style - and it processes all of them, saving results to a new folder. Show progress and handle errors gracefully.