Instructions to use artificialguybr/ColoringBookRedmond with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/ColoringBookRedmond with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/ColoringBookRedmond") prompt = "ColoringBookAF" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
docs: add missing creator links
Browse files
README.md
CHANGED
|
@@ -47,3 +47,11 @@ If you find this model useful, please consider supporting my work. It helps me c
|
|
| 47 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
| 48 |
- **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr)
|
| 49 |
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
| 48 |
- **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr)
|
| 49 |
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape)
|
| 50 |
+
|
| 51 |
+
<!-- artificialguybr-links:start -->
|
| 52 |
+
### Explore More
|
| 53 |
+
|
| 54 |
+
Discover more of my models, projects, and practical AI resources:
|
| 55 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 56 |
+
|
| 57 |
+
<!-- artificialguybr-links:end -->
|