phalexo

Results 137 comments of phalexo

if_I = IFStageI('IF-I-XL-v1.0', device='cuda:1') if_II = IFStageII('IF-II-L-v1.0', device='cuda:2') if_III = StableStageIII('stable-diffusion-x4-upscaler', device='cuda:2') t5 = T5Embedder(device='cuda:0', torch_dtype=torch.float16)

Much better. The aspect ratio was affecting quality. ![Joker4](https://github.com/deep-floyd/IF/assets/4603365/1dea8e77-82bd-4ef5-86b3-273cff77e718)

![Hugging1](https://github.com/deep-floyd/IF/assets/4603365/6d1f5870-134b-40c6-9360-9bd349b0f3f2)

![WowGirl1](https://github.com/deep-floyd/IF/assets/4603365/e56be8ae-5383-4c20-9983-635f36bf643d)

Mine are overclocked and get about 9Tflops. That said, I am comparing Floyd with SD V1 running on the same GPU, at the same clock rate. I got some really...

Wouldn't you have to retrain text to image models because the representations are different?

I have found one working combination. If set count = 1, and t5 = T5Embedder(device='cpu'), it generates at least one pic, I only run the if_I.show(result['III'], size=14). Perhaps a blas...

I can see only a single call to this function. Should that call be commented out?

> There are 3, one per stage. There is an embedded comment that says to remove this line Hm. I grepped for it, saw only one. Do you know which...

> No, to try it I have to provide my info to download the checkpoints. If the above is not possible with the current code, then I don't want to...