Instructions to use artificialguybr/COLORINGBOOK-REDMOND-QWENIMAGE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/COLORINGBOOK-REDMOND-QWENIMAGE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-2512", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/COLORINGBOOK-REDMOND-QWENIMAGE") 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
|
@@ -116,3 +116,17 @@ You should use `ColoringBookAF` to trigger the image generation.
|
|
| 116 |
|
| 117 |
|
| 118 |
[Download](/artificialguybr/COLORINGBOOK-REDMOND-QWENIMAGE/tree/main) them in the Files & versions tab.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
|
| 117 |
|
| 118 |
[Download](/artificialguybr/COLORINGBOOK-REDMOND-QWENIMAGE/tree/main) them in the Files & versions tab.
|
| 119 |
+
|
| 120 |
+
<!-- artificialguybr-links:start -->
|
| 121 |
+
### Support My Work
|
| 122 |
+
|
| 123 |
+
If this model is useful to you, your support helps me keep publishing free models and open-source AI tools.
|
| 124 |
+
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape)
|
| 125 |
+
|
| 126 |
+
### Explore More
|
| 127 |
+
|
| 128 |
+
Discover more of my models, projects, and practical AI resources:
|
| 129 |
+
- **Prompt library:** [FindGoodPrompt](https://findgoodprompt.com/) — curated prompts for image and language models.
|
| 130 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 131 |
+
|
| 132 |
+
<!-- artificialguybr-links:end -->
|