-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can be used offline? #1
Comments
No, the APi needs to be networked |
Yes the free_workflow.json can be dropped in ComfyUI and it runs offline. The secret sauce is in the ControlNet: https://huggingface.co/copybaiter/ControlNet/blob/main/control_v11f1e_sd15_tile.safetensors The rest can be changed to other models, and the upscaler can be bypassed (it does not work for me, there seems to be a problem in the python code for this node currently). For more infos on how to manipulate or recreate this workflow, there was a related discussion on reddit: https://www.reddit.com/r/StableDiffusion/comments/136ere0/after_this_tile_controlnet_thingy_i_think_sd_beat/ Note however that this ComfyUI workflow does not have any of the easy sliders such as Creativity. So it's unclear how to recreate exactly how ClarityAI UI works, ie, what parameters the Creativity slider changes under the hood (if somebody knows, please share!). |
I hastily added instructions on how I did it in my fork, and I also updated the workflow to work with the latest version of ComfyUI and with a SD1.5-Hyper model (faster to iterate): https://github.com/lrq3000/ComfyUI-ClarityAI |
can this be used offline?
The text was updated successfully, but these errors were encountered: