Skip to content

S-Tubasa/Animagine_XL_3_1_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animagine XL 3.1 Basic

LandScape(3:2 [1824 x 1248])

image

Portait(2:3 [1248 x 1824])

image

Setup

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

cd models/checkpoints
wget https://huggingface.co/cagliostrolab/animagine-xl-3.1/resolve/main/animagine-xl-3.1.safetensors

Example

LandScape

time python main.py --mode 1 --prompt "cute angel" --save_path "./test.png"
NVIDIA L4
real    0m31.758s
user    0m1.742s
sys     0m0.032s

Portait

time python main.py --mode 2 --prompt "cute angel" --save_path "./test.png"
NVIDIA L4
real    0m32.831s
user    0m1.760s
sys     0m0.036s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages