Julia

Results 16 issues of Julia

Since there are no boundaries provided in the repo, I've tried my own to change facial attributes. Unfortunately, my boundaries work well if I use them only with pSp or...

Hi, awesome work! I wonder if you're going to release also the training code. I would like to finetune the model on my own data. Is it possible in the...

Is there any way to load Dinov2 with Mask2Former for instance segmentation having the newest mmcv-full (instead of 1.5.0) installed?

Hi, great work! I wonder if you're going to push this topic further and train DiT on a larger dataset like LAION. I would be grateful for any updates.

I am trying to train a nerfie using 8 GPUs, but training hangs at some early steps (about 1-5 k) every time. I tried to decrease batch size, but it...

Hi, I am trying to train the mega-dalle version, but there is one bug in the dataloader, e.g. in `flintstones_dataloader.py` in line 160 there is: ``` tokens.append(self.tokenizer.encode(text.lower())) ``` while the...

Hi, Are you going to release the weights of the pretrained DALL-E Mega version for all the datasets? I would be grateful for your response.

Is there any plan to add LORA finetuning? If no, could you provide some simple advice how to do this on one's own?

Are there any plans to add ControlNet? Or is it possible to use this model with ControlNet Pipeline from diffusers?

Is there a way I can set the train config to do a normal finetuning on a large dataset instead of LoRA?