Smile_Changer / editings /latent_editor.py

Commit History

Fix DeltaEditor device handling: add device parameter, error handling for missing files, replace .cuda() with .to(device)
96c63c3

LogicGoInfotechSpaces commited on

Fix CLIP model device handling: pass device to StyleCLIPGlobalDirection and use .to(device) instead of .cuda()
ad8ad02

LogicGoInfotechSpaces commited on

Avoid CUDA init on Spaces: map tensors to device, no .cuda() in LatentEditor
cfa4803

LogicGoInfotechSpaces commited on

Bundle StyleFeatureEditor code packages in Space to fix ModuleNotFoundError
95b1715

LogicGoInfotechSpaces commited on