All Questions
Tagged with stable-diffusion transformer-model
3 questions
0
votes
1
answer
110
views
Inference error after training an IP-Adapter plus model
I downloaded packages from https://github.com/tencent-ailab/IP-Adapter
run the commands to train an IP-Adapter plus model (input: text + image, output: image):
accelerate launch --num_processes 2 --...
0
votes
0
answers
153
views
Should I interleave sin and cosine in sinusoidal positional encoding?
I'm trying to implement a sinusoidal positional encoding. I found two solutions that give different encodings. I am wondering if one of them is wrong or both are correct. I showcase visual figures of ...
0
votes
0
answers
1k
views
I cannot resolve the error that model.safetensor is not found in execution of my code?
I can not resolve an error in my code that is to generate an image via text and it keeps on giving an error that model.safetensor not found or unet\diffusion_pytorch_model.safetensors not found and I'...