mary

#2
by odeku - opened

23-year-old gorgeous woman, oval face, striking emerald green eyes, long wavy cream-blonde hair in messy low bun, light flawless skin, extreme pear-shaped hourglass figure with dramatically tiny waist, very wide hips and very large natural breasts, wearing red lace lingerie set and oversized cream knit cardigan falling off shoulders, lying on white fur rug under twinkling Christmas lights, ultra-realistic festive boudoir,

(.evn) nobus@xray:~/SSD/Workbench/PIE$ CUDA_VISIBLE_DEVICES=1 python app.py
Traceback (most recent call last):
File "/home/nobus/SSD/Workbench/PIE/app.py", line 2, in
from diffusers import NewbiePipeline
ImportError: cannot import name 'NewbiePipeline' from 'diffusers' (/home/nobus/SSD/Workbench/PIE/.evn/lib/python3.12/site-packages/diffusers/init.py). Did you mean: 'LattePipeline'?

(.evn) nobus@xray:~/SSD/Workbench/PIE$ CUDA_VISIBLE_DEVICES=1 python app.py
Traceback (most recent call last):
File "/home/nobus/SSD/Workbench/PIE/app.py", line 2, in
from diffusers import NewbiePipeline
ImportError: cannot import name 'NewbiePipeline' from 'diffusers' (/home/nobus/SSD/Workbench/PIE/.evn/lib/python3.12/site-packages/diffusers/init.py). Did you mean: 'LattePipeline'?

A non-dev version of Diffusers, of course it doesn't work

i tried to run it on RTX 5080, but have an OOM error.
or if i dont have OOM error, i have:
RuntimeError: Expected all tensors to be on the same device, but got index is on cuda:0, different from other tensors on cpu (when checking argument in method wrapper_CUDA__index_select)

as i remember, author used RTX 4070Ti with 16Gb VRAM

so can someone help to fix this error?

Sign up or log in to comment