Instructions to use PrometheusProject/anime-painter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PrometheusProject/anime-painter with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("PrometheusProject/anime-painter") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
4f353d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:96d47069f27edb504f84af000f950ecce12d25241d25e183852758177198e7a6
size 4053512
|