生成的都是噪点图
TimeWings opened this issue · 9 comments
I'm having a similar issue in my environment.
(There is no problem with the AUTOMATIC1111 version)
I was able to replicate the results for this image:
https://github.com/7eu7d7/APT-stable-diffusion-auto-prompt/blob/master/imgs/p1.png?raw=true
By copying the image into PNG Info here is the following parameters:
masterpiece, best quality, ptun-d
Negative prompt: ptun-d-uc, lowres, bad anatomy, bad hands, text, error, missing fingers, extra fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry
Steps: 25, Sampler: Euler a, CFG scale: 7, Seed: 1316503418, Size: 768x512, Model hash: e6e8e1fc
Running this on AUTOMATIC1111's version I get the following image:
However I was about to recreate it properly on this repo and product similar images.
If you are getting a static image check that your using the correct model. Hash: e6e8e1fc. Aka NAI's animefull-latest.
同样的问题
我的模型是在hq done上练的,如果用不一样的可能出bug
# sha256sum novelaileakpt2/random_stableckpt/animefullhq-done/model.ckpt
a7529df02340e5b4c3870c894c1ae84f22ea7b37fd0633e5bacfad9618228032 novelaileakpt2/random_stableckpt/animefullhq-done/model.ckpt
# sha256sum novelaileakpt2/random_stableckpt/animefull-latest/model.ckpt
a7529df02340e5b4c3870c894c1ae84f22ea7b37fd0633e5bacfad9618228032 novelaileakpt2/random_stableckpt/animefull-latest/model.ckpt
no difference
ModuleNotFoundError: No module named 'sklearn'
pip3 install scikit-learn我运行这个还是报错啊,请问怎么解决的
我的模型是在hq done上练的,如果用不一样的可能出bug
我换成part2的animefullhq-done成功出图了,出一次图后再换成其他模型也正常出图了,神奇
ModuleNotFoundError: No module named 'sklearn' pip3 install scikit-learn我运行这个还是报错啊,请问怎么解决的
安装sklearn的依赖,在venv/Scripts/里打开命令行运行python -m pip install scikit-learn