Instructions to use artificialguybr/COLORINGBOOK-REDMOND-ZIMAGE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/COLORINGBOOK-REDMOND-ZIMAGE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/COLORINGBOOK-REDMOND-ZIMAGE") prompt = "-" 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
|
@@ -86,3 +86,17 @@ You should use `ColoringBookAF` to trigger the image generation.
|
|
| 86 |
|
| 87 |
|
| 88 |
[Download](/artificialguybr/COLORINGBOOK-REDMOND-ZIMAGE/tree/main) them in the Files & versions tab.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
[Download](/artificialguybr/COLORINGBOOK-REDMOND-ZIMAGE/tree/main) them in the Files & versions tab.
|
| 89 |
+
|
| 90 |
+
<!-- artificialguybr-links:start -->
|
| 91 |
+
### Support My Work
|
| 92 |
+
|
| 93 |
+
If this model is useful to you, your support helps me keep publishing free models and open-source AI tools.
|
| 94 |
+
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape)
|
| 95 |
+
|
| 96 |
+
### Explore More
|
| 97 |
+
|
| 98 |
+
Discover more of my models, projects, and practical AI resources:
|
| 99 |
+
- **Prompt library:** [FindGoodPrompt](https://findgoodprompt.com/) — curated prompts for image and language models.
|
| 100 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 101 |
+
|
| 102 |
+
<!-- artificialguybr-links:end -->
|