Skip to content

S-Tubasa/Pony_Diffusion_V6_XL_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pony Diffusion V6 XL Basic

LandScape(3:2 [2432 × 1664])

image

Portait(2:3 [1664 x 2432])

image

Setup

  • Python 3.12.3
cd ComfyUI
pip install -r requirements.txt
pip install websocket-client

cd models/checkpoints
wget https://civitai.com/api/download/models/290640?token=xxxxxxxxx --content-disposition
--relative-path

cd models/upscale_models
wget https://huggingface.co/ai-forever/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth

Example

LandScape

time python main.py --mode 1 --prompt "
cute angel" --save_path "./test.png"
NVIDIA L4
real    0m25.163s
user    0m2.713s
sys     0m0.036s

Portait

time python main.py --mode 2 --prompt "
cute angel" --save_path "./test.png"
NVIDIA L4
real    0m23.289s
user    0m2.660s
sys     0m0.024s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages