Andrei Paraschiv

Results 6 comments of Andrei Paraschiv

I have the exact same problem in the AVD. Pixel 2.

Hi @johanmynhardt , what if there is no postid, what if I am creating it now? Do I create it first and then add the meta? Is there a documentation...

@johanmynhardt Do you have any idea why `PostMeta createdMeta = client.createMeta(createdPost.getId(), key, value);` might crash with a 404 error?

I'll look into it over the weekend

commited changes to dev branch seems to work on my machine now @volkoinen can you please check and let me know and I'll merge it with the master branch. Thank...

@GraemeHarris ``` if model_path is not None: # TODO: long warning for lora pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16) if load_lora: pipe.load_lora_weights(lora_path) else: pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0") pipe.to("cuda") pipe.enable_xformers_memory_efficient_attention() pipe.enable_sequential_cpu_offload() ``` tried it...