Instructions to use artificialguybr/LOGO-REDMOND-ZIMAGETURBO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/LOGO-REDMOND-ZIMAGETURBO 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/LOGO-REDMOND-ZIMAGETURBO") 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
|
@@ -78,3 +78,17 @@ You should use `logoredmaf` to trigger the image generation.
|
|
| 78 |
|
| 79 |
|
| 80 |
[Download](/artificialguybr/LOGO-REDMOND-ZIMAGETURBO/tree/main) them in the Files & versions tab.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
|
| 80 |
[Download](/artificialguybr/LOGO-REDMOND-ZIMAGETURBO/tree/main) them in the Files & versions tab.
|
| 81 |
+
|
| 82 |
+
<!-- artificialguybr-links:start -->
|
| 83 |
+
### Support My Work
|
| 84 |
+
|
| 85 |
+
If this model is useful to you, your support helps me keep publishing free models and open-source AI tools.
|
| 86 |
+
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
| 87 |
+
|
| 88 |
+
### Explore More
|
| 89 |
+
|
| 90 |
+
Discover more of my models, projects, and practical AI resources:
|
| 91 |
+
- **Prompt library:** [FindGoodPrompt](https://findgoodprompt.com/) — curated prompts for image and language models.
|
| 92 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 93 |
+
|
| 94 |
+
<!-- artificialguybr-links:end -->
|