Skip to content

mattcurf/qwen_image_play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qwen_image_play

Create still images using Huggingface diffusers library and latest Qwen Image model

sample image

"A couple strolling in a dimly lit dark night, digital painting, artstation, concept art, Sergey Kolesov , Breathtaking, 8k resolution, extremely detailed, beautiful, establishing shot, artistic, hyperrealistic, octane render, cinematic lighting, dramatic lighting, masterpiece, light brazen, extremely detailed and beautiful face"

Hardware Configuration tested

  • Intel/AMD system with at least 24 cores
  • 256 GB DDR5
  • NVIDIA 5090 w/ 32GB VRAM
  • 80GB free storage space for models

Prerequisites

System setup with:

  • kernel drivers for NVIDIA GPU
  • docker with NVIDIA-Runtime support
  • 'make' installed with your package manager (e.g. apt install make)

Steps for setup and execution

  1. Build docker container
$ make image
  1. Run sample to generate three different images from prompts under scripts/prompts.txt
$ make run

On NVIDIA 5090 card, it takes about 1 minute to generate each image. They will be located as 0.png, 1.png, and 2.png in the 'output_folder' folder

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published