nightingale01

Results 29 comments of nightingale01

@mariosasko hey i tried with metadata.jsonl also and it still doesn't get the right columns

@mariosasko it says metadata.csv not found dataset = load_dataset('/dataset',metadata.csv) | workspace || source code | dataset | |-- images | |-- metadata.csv | |-- metadata.jsonl | |-- padded_images Example of...

hi Thanks for sharing this, Actually I was trying with a webdataset format of the data as well and it did'nt work. Could you share how i can create Dataset...

@xiankgx can you share how you used the base model for inference in diffusers?

> @arpitsahni04 Specifically for the core LoRA model (not the others which change layer sizes): > > Diffusers have some support for converting SGM/Automatic/Kohya format loras to diffusers format. This...

is that the only change required to make it work for batch of torch.tensors? did you face any other issues like mismatch in mask shape

any updates on this?

> I can add code to load it but there's no point without a model that actually expects embeddings from that text model. > > It's like trying to use...

Why are the Generation times slower for SD1.5 over SDXL? SDXL checkpoint seems almost twice as fast(3s vs 6s). Am i missing something?

> SD15 are all attn sharing one step model. They are not directly comparable with previous SDXL models. > > > Why are the Generation times slower for SD1.5 over...