Tim Green
Tim Green
Would you like to make this a pull request? I‘d be happy to merge.
Why have you removed the Japanese translation?
Nice work, I'll merge when it's complete.
@softmonkeyjapan any update on this?
@DN6 I'm getting this on `0.26.1`, looks like `num_in_channels`/`num_channels`/`in_channels` is ignored when using `from_pretrained`: ``` Keyword arguments {'num_in_channels': 9, 'ignore_mismatched_sizes': True} are not expected by StableDiffusionXLControlNetInpaintPipeline and will be ignored....
This should show you the problem: ```python controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-canny-sdxl-1.0", torch_dtype=torch.float16) pipe = StableDiffusionXLControlNetInpaintPipeline.from_pretrained( "tiimgreen/real-vis-v30-inpaint-sdxl", controlnet=controlnet, torch_dtype=torch.float16, ).to(device) pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config) pipe.enable_xformers_memory_efficient_attention() ``` `tiimgreen/real-vis-v30-inpaint-sdxl` generated by running: ``` python convert_original_stable_diffusion_to_diffusers.py...
Yeah the docs for this project are pretty terrible, need to make this much better if they want devs to come to Shopify. My webhooks have just broken and I've...
Any updates on this? Just started getting this issue
Would be super useful!
@oorestisime did you find a solution to this?