zbdbc

Results 11 comments of zbdbc

I have the same problem, how to solve that, please ![图片](https://user-images.githubusercontent.com/50076227/209656416-a3112345-6783-4ee8-92b7-0d87f7a393ff.png)

@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.** ![图片](https://user-images.githubusercontent.com/50076227/209900169-0aac8f84-5dd4-4c36-840c-5dc87141819c.png) **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). ![图片](https://user-images.githubusercontent.com/50076227/219001486-813c9d3f-908c-4fdc-a2ce-93db1451fbd7.png)

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**...