Nodes Browser

ComfyDeploy: How ComfyUI-SimDA works in ComfyUI?

What is ComfyUI-SimDA?

Nodes:SimDATrain, SimDALoader, SimDARun, VHS_FILENAMES_STRING_SimDA

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-SimDA and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-SimDA

workflow

Train & Inference

train & inference

<img src="wf.png" raw=true>

Model Weights

[Stable Diffusion] Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input. The pre-trained Stable Diffusion models can be downloaded from Hugging Face (e.g., Stable Diffusion v1-4, v2-1). You can also use fine-tuned Stable Diffusion models trained on different styles (e.g, Modern Disney, Anything V4.0, Redshift, etc.).

stable-diffusion-v1-5

 huggingface-cli download --resume-download runwayml/stable-diffusion-v1-5 --local-dir ~/ComfyUI/models/diffusers/stable-diffusion-v1-5 --local-dir-use-symlinks False

Notes

pip install diffusers[torch]==0.11.1

SimDA