Instructions to use artificialguybr/STUDIOGHIBLI-REDMOND-QWENIMAGE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/STUDIOGHIBLI-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/STUDIOGHIBLI-REDMOND-QWENIMAGE") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
docs: add missing creator links
Browse files
README.md
CHANGED
|
@@ -108,3 +108,12 @@ You should use `StdGbRedmAF` to trigger the image generation.
|
|
| 108 |
|
| 109 |
|
| 110 |
[Download](/artificialguybr/STUDIOGHIBLI-REDMOND-QWENIMAGE/tree/main) them in the Files & versions tab.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
| 109 |
|
| 110 |
[Download](/artificialguybr/STUDIOGHIBLI-REDMOND-QWENIMAGE/tree/main) them in the Files & versions tab.
|
| 111 |
+
|
| 112 |
+
<!-- artificialguybr-links:start -->
|
| 113 |
+
### Explore More
|
| 114 |
+
|
| 115 |
+
Discover more of my models, projects, and practical AI resources:
|
| 116 |
+
- **Prompt library:** [FindGoodPrompt](https://findgoodprompt.com/) — curated prompts for image and language models.
|
| 117 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 118 |
+
|
| 119 |
+
<!-- artificialguybr-links:end -->
|