zbdbc
zbdbc
I have the same problem, how to solve that, please 
@1SAA **Hello, thank you very much for fixing this BUG, my problem has been solved. But after the training, I couldn't deduce a normal picture from prompt.**  **This is...
In fact, the BUG seemed to have been introduced two weeks ago, and I tried the Teyvat Datasets provided in the example and got the same exception. [BUG]: finetone on...
@Thomas2419 I tried the Docker image at first, but I got it wrong at install apex (the third RUN command) , so I abandoned the Docker image.I don't feel like...
I don't know what caused it. I tried many different trainings, PLMS sampling was always bad, DPM was a little better, but still there was noise. Looking forward to your...
@FrankLeeeee I train 3000 epochs using the TEYVAT dataset(https://huggingface.co/datasets/Fazzie/Teyvat), I just modified the configuration file'max_epochs(train_colossalai_teyvat.yaml). 
Based on the last generated ckpt file(epoch=2917-step=11672.ckpt ),steps should be 11672. At this step I saw that the loss was basically not optimized, so I stopped training at epoch 2917.
@JThh I did not try it on the LAION dataset, but I ran 2 epochs on the custom dataset (14w), totaling 5054 steps, and the generation effect was relatively poor....
**I'm also having this issue!!! This is my reasoning code:** `python scripts/txt2img.py --prompt "photo of a man wearing a pure white shir and a long pants" --plms \ --outdir ./output...
@Fazziekey **hello,I downloaded the model checkpoint from pretrained, as suggested in the examples** ``` git lfs install git clone https://huggingface.co/CompVis/stable-diffusion-v1-4 ``` **An error is reported when I add this parameter**...