cornpo
cornpo
Did you use `ssh -X`
I'm in randomthoughtss branch, monkeypatched `sd_config.model.params.use_ema = False > sd_models.py` and 1.4 loads now, size mismatch persists for "1.5" inpaint. caveat; torch1.12.1+rocm5.1, bur it usually doesn't matter. ``` File "/home/cornpop/conda/envs/shit/lib/python3.9/site-packages/gradio/routes.py",...
``` sd_config = OmegaConf.load(checkpoint_info.config) ###monkey sd_config.model.params.use_ema = False sd_config.model.params.conditioning_key = hybrid ### sd_model = instantiate_from_config(sd_config.model) ``` Vanilla `python webui.py` `Traceback (most recent call last): File "/home/cornpop/ml/stable-diffusion-webui/webui.py", line 161, in webui(cmd_opts.api)...
`size mismatch for model.diffusion_model.input_blocks.0.0.weight: copying a param with shape torch.Size([320, 9, 3, 3]) from checkpoint, the shape in current model is torch.Size([320, 4, 3, 3]).` I give up for now....
One API for krita, blender, inkscape, ... , would be nice. https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/765
"The only thing that requiring the auth token does is exert control and keep track of who is using the model." +1 for huggingface is weird and the "spaces" never,...
Has anyone tried https://github.com/mayank31398/GPTQ-for-SantaCoder
This was working last night. Broke today right around "superbooga" so I reset to 8c06eeaf8... I don't know if that's where it's broken exactly. But it does work on that...
https://github.com/TimDettmers/bitsandbytes/issues/252
@milezzz Have you tried `pip install --upgrade git+https://github.com/TimDettmers/bitsandbytes.git`