XavierXiao / Dreambooth-Stable-Diffusion

Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
MIT License
7.6k stars 795 forks source link

ValueError: source code string cannot contain null bytes #98

Open NaughtDZ opened 1 year ago

NaughtDZ commented 1 year ago

When I start training, it prompts Traceback (most recent call last): File "I:\Dreambooth-Stable-Diffusion\main.py", line 7, in import pytorch_ lightning as pl ValueError: source code string cannot contain null bytes"

I did not modify any files after git clone and requirements were installed.