Open dnnyyq opened 10 months ago
base_model_path content are from SG161222--RealVisXL_V3.0-11ee564ebf4bd96d90ed5d473cb8e7f2e6450bcf.tar
SG161222/
├── model_index.json
├── scheduler
├── text_encoder
├── text_encoder_2
├── tokenizer
├── tokenizer_2
├── unet
└── vae
Did you try others base model, e.g., SDXL 1.0?
I found that my GPU do not support bfloat16, it was solved by changing bfloat16 to float16.
i runned the demo by notebook, but I got the noise like this
infer code is