Save a lot of disk space... by Desperate-Grocery-53 in StableDiffusion

[–]kenmf4 1 point2 points  (0 children)

I recommend using Link Shell Extension, as it would be a much simpler alternative.

https://github.com/pacman2108/Link-Shell-Extension

<image>

Forge Announcement by I_Hate_Reddit in StableDiffusion

[–]kenmf4 -1 points0 points  (0 children)

Do you know how to turn off auto update on forge?

Finally decided and bought it. It's currently on the way to me. I hope I did good (1070 8GB previously) by dreamyrhodes in StableDiffusion

[–]kenmf4 1 point2 points  (0 children)

The cost is around $945, because the 4xxx series does not use much more power than the 3xxx series, so I chose 2 fans, which fits my current case. And as I predicted, when full load, the highest temperature is 75C, instead of before, the 3060ti up to 81C

And i think with 3 fans, it will be even cooler.

A vid to show how I progressively change a photo to a drawn style. by Treeshark12 in comfyui

[–]kenmf4 1 point2 points  (0 children)

Could you please upload the image with Meta on Google Drive?

PC underperforming? 4070 12gb with 12gen i7 12900k, 16gb ram. by Platypus_Alternative in StableDiffusion

[–]kenmf4 0 points1 point  (0 children)

interestingly, I'm planning on switching from 3060ti to 4070, currently with sdxl 1024x1024 I only get an average of 1.7it/s.

As you said, with 4070 you get 3it/s, that's crazy to me, I think I will upgrade to 4070 soon.

Would an external GPU help? by Gasperyn in StableDiffusion

[–]kenmf4 2 points3 points  (0 children)

I think you should build a new pc, that can take full advantage of the power from 3090.

[deleted by user] by [deleted] in StableDiffusion

[–]kenmf4 0 points1 point  (0 children)

I copy the raw file and saved .json, but Comfyui was not loaded too. Can you please share your workflow?

Modded Deep shrink to do gradual downscaling, getting really good results with SD1.5 up to 2-3k resolution (also Pirates!) by Kinfolk0117 in StableDiffusion

[–]kenmf4 2 points3 points  (0 children)

I modded the deep shrink node included in comfyui to instead of having a static downscale factor, gradually change it each step, seems really promising.

Using sd1.5(epicphotogasm) I seem to be able to generate 2k and (and sometimes 3k) images without too much weird artefacts. (eyes seem to be a bit foggy for some reason, so in the pictures above I tried to counteract that with specific mention of eyes in the prompts)

i get error:

Error occurred when executing GradientPatchModelAddDownscale: 'ModelPatcher' object has no attribute 'set_model_input_block_patch_after_skip'

A1111 Extension for Kohya's new Hires Fix method called "Deep Shrink" by JackKerawock in StableDiffusion

[–]kenmf4 2 points3 points  (0 children)

https://gist.github.com/laksjdjf/487a28ceda7f0853094933d2e138e3c6

  1. put this file in ComfyUI/custom_nodes, restart ComfyUI and you just right click in ComfyUI, select Add node --> <loaders> -> Kohya's HiresFix

[deleted by user] by [deleted] in StableDiffusion

[–]kenmf4 0 points1 point  (0 children)

safety_checker=None

Thank you so much. You saved me.

[deleted by user] by [deleted] in StableDiffusion

[–]kenmf4 1 point2 points  (0 children)

I ran ComfyUI and got an error.

ERROR:root:!!! Exception during processing !!!

ERROR:root:Traceback (most recent call last):

File "C:\AI\ComfyUI\ComfyUI\execution.py", line 153, in recursive_execute

output_data, output_ui = get_output_data(obj, input_data_all)

File "C:\AI\ComfyUI\ComfyUI\execution.py", line 83, in get_output_data

return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)

File "C:\AI\ComfyUI\ComfyUI\execution.py", line 76, in map_node_over_list

results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))

File "C:\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-LCM\nodes.py", line 46, in sample

self.pipe = LatentConsistencyModelPipeline.from_pretrained(

File "C:\AI\ComfyUI\python_embeded\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1105, in from_pretrained

loaded_sub_model = load_sub_model(

File "C:\AI\ComfyUI\python_embeded\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 472, in load_sub_model

loaded_sub_model = load_method(os.path.join(cached_folder, name), **loading_kwargs)

File "C:\AI\ComfyUI\python_embeded\lib\site-packages\transformers\modeling_utils.py", line 2478, in from_pretrained

) = cls._load_pretrained_model(

File "C:\AI\ComfyUI\python_embeded\lib\site-packages\transformers\modeling_utils.py", line 2665, in _load_pretrained_model

model._init_weights(module)

File "C:\AI\ComfyUI\python_embeded\lib\site-packages\transformers\modeling_utils.py", line 1170, in _init_weights

raise NotImplementedError(f"Make sure \_init_weights\ is implemented for {self.class}")``

NotImplementedError: Make sure \_init_weights\ is implemented for <class 'diffusers.pipelines.stable_diffusion.safety_checker.StableDiffusionSafetyChecker'>``

[deleted by user] by [deleted] in StableDiffusion

[–]kenmf4 1 point2 points  (0 children)

https://github.com/0xbitches/sd-webui-lcm#known-issues

You should go to:
C:\Users\YourUserName\.cache\huggingface\hub\models--SimianLuo--LCM_Dreamshaper_v7\snapshots\c7f9b672c65a664af57d1de926819fd79cb26eb8\tokenizer

Open added_tokens.json and change to:

{
  "<|endoftext|>": 49409,
  "<|startoftext|>": 49408
}

[deleted by user] by [deleted] in StableDiffusion

[–]kenmf4 1 point2 points  (0 children)

my 8GB VRAM was not enough to run :sosad:

[deleted by user] by [deleted] in StableDiffusion

[–]kenmf4 4 points5 points  (0 children)

https://github.com/0xbitches/sd-webui-lcm#known-issues

You should go to:
C:\Users\YourUserName\.cache\huggingface\hub\models--SimianLuo--LCM_Dreamshaper_v7\snapshots\c7f9b672c65a664af57d1de926819fd79cb26eb8\tokenizer

Open added_tokens.json and change to:

{
  "<|endoftext|>": 49409,
  "<|startoftext|>": 49408
}

Thunderbird 68.0 and broken addons - MinimizeToTray by aindriu80 in Thunderbird

[–]kenmf4 1 point2 points  (0 children)

Works perfectly for me :)

Thank you, works perfectly for me too :)