Instructions to use bdsqlsz/qinglong_controlnet-lllite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bdsqlsz/qinglong_controlnet-lllite with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bdsqlsz/qinglong_controlnet-lllite", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
config.json
Hi,
Don't we need a config.json to have it work ?
Thanks
it cant support diffusers now,so no config.json...
sorry to bother you @bdsqlsz
will it be implemented with diffusers ?
my code yield this error "OSError: bdsqlsz/qinglong_controlnet-lllite does not appear to have a file named config.json" >-_-<
thank you!
sorry to bother you @bdsqlsz
will it be implemented with diffusers ?
my code yield this error "OSError: bdsqlsz/qinglong_controlnet-lllite does not appear to have a file named config.json" >-_-<
thank you!
you can try https://github.com/kohya-ss/sd-scripts to use.
idk how to support diffusers because im not original model arch author.
details see here
https://huggingface.co/kohya-ss/controlnet-lllite/discussions/3
hi there @bdsqlsz , for some reason these models work on a1111 webui, but doesnt work on Forge. i keep getting a Attribute error 'NoneType ' notice on the cmd prompt.
do you possibly know why?