Instructions to use artificialguybr/ILCOSDMODEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/ILCOSDMODEL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("artificialguybr/ILCOSDMODEL", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" 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
|
@@ -49,3 +49,11 @@ Special thanks to **[Redmond.AI](https://www.redmond.ai/)** for GPU support acro
|
|
| 49 |
|
| 50 |
|
| 51 |
Follow me on X/Twitter for new releases: https://twitter.com/artificialguybr/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
Follow me on X/Twitter for new releases: https://twitter.com/artificialguybr/
|
| 52 |
+
|
| 53 |
+
<!-- artificialguybr-links:start -->
|
| 54 |
+
### Explore More
|
| 55 |
+
|
| 56 |
+
Discover more of my models, projects, and practical AI resources:
|
| 57 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 58 |
+
|
| 59 |
+
<!-- artificialguybr-links:end -->
|