scepter
scepter copied to clipboard
SCEPTER is an open-source framework used for training, fine-tuning, and inference with generative models.
Thank you for your contributions. Could you please tell me how to do segmentation-based controlled image generation
I used the sample but encountered the following problems 
Dear author, thank you for realeasing the code. When I was working with the LARGEN inference on your huggingface space, there was a background error when I use the data...
Hello @wenmengzhou and team 🤗 I'm Niels and work as part of the open-source team at Hugging Face. I discovered ACE as it got featured on AK's daily papers: https://huggingface.co/papers/2410.00086....
Dear author, thank you for your great work and release the code. When I tried your LAR-gen in my project, it was not appropriate to include text hints because my...
Environment: Windows10_zh-cn, Anaconda Prompt The installation of the pre-environment is completed, but an error occurs when executing the following command. conda activate scepter set PYTHONPATH=. python scepter/tools/webui.py --cfg scepter/methods/studio/scepter_ui.yaml [Error]:...
Stability.ai released [StableCascade](https://stability.ai/news/introducing-stable-cascade). And the training seems to be much faster. Do you have plan to support it? Thanks!
Traceback (most recent call last): File "/cfs/cfs-pwqnpcrf/xuanllli/project/flux/ACE_plus/run_train.py", line 70, in we.init_env(cfg, logger=None, fn=run_task) File "/data/miniconda3/envs/sd_trainer/lib/python3.10/site-packages/scepter/modules/utils/distribute.py", line 679, in init_env fn(config) File "/cfs/cfs-pwqnpcrf/xuanllli/project/flux/ACE_plus/run_train.py", line 30, in run_task solver.solve() File "/data/miniconda3/envs/sd_trainer/lib/python3.10/site-packages/scepter/modules/solver/diffusion_solver.py", line...
With Python 3.12, I can correctly install the Node, but get error "ImportError: cannot import name 'find_loader' from 'importlib'" when running the workflow. With Python 3.10, Can't install the plugin...
when trying to use this in comfyui, I'm getting the error in the title: from importlib import find_loader ImportError: cannot import name 'find_loader' from 'importlib' (/usr/lib/python3.12/importlib/__init__.py) [comfyui.log](https://github.com/user-attachments/files/19595946/comfyui.log) I'm attaching the...