Text to image/animation using Claude API
- Download code and navigate to vignette folder
- Check/install required packages mentioned at the top in app.py
- Add your Claude API key in app.py
- From Terminal, run app.py with command: python3 app.py
- Go to http://127.0.0.1:5000 and try some example prompts
vignette_demo1.mov
animate_existing_image.mov
- Support upload/attaching images to provide a reference image via API to be used in the generated image (as a workaround, currently you can just paste SVG XML into text area with the prompt)
- Include generated output in the next API call to support modifications to generated images
--