Instructions to use artificialguybr/bettertextredmond with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/bettertextredmond with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/bettertextredmond") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
docs: add Prompt Hub link to findgoodprompt.com
Browse files
README.md
CHANGED
|
@@ -37,6 +37,9 @@ masterpiece, high quality, detailed composition, cinematic lighting, clean backg
|
|
| 37 |
You can find more models, projects, and updates on:
|
| 38 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 39 |
|
|
|
|
|
|
|
|
|
|
| 40 |
### 💖 Support My Work
|
| 41 |
If this model helps you, please consider supporting open-source development:
|
| 42 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
|
@@ -47,4 +50,4 @@ If this model helps you, please consider supporting open-source development:
|
|
| 47 |
Special thanks to **[Redmond.AI](https://www.redmond.ai/)** for GPU support across multiple experiments.
|
| 48 |
|
| 49 |
|
| 50 |
-
Follow me on X/Twitter for new releases: https://twitter.com/artificialguybr/
|
|
|
|
| 37 |
You can find more models, projects, and updates on:
|
| 38 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 39 |
|
| 40 |
+
|
| 41 |
+
### 🚀 Prompt Hub
|
| 42 |
+
Need high-quality prompts for image models and LLMs? Explore **[findgoodprompt.com](https://findgoodprompt.com)**.
|
| 43 |
### 💖 Support My Work
|
| 44 |
If this model helps you, please consider supporting open-source development:
|
| 45 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
|
|
|
| 50 |
Special thanks to **[Redmond.AI](https://www.redmond.ai/)** for GPU support across multiple experiments.
|
| 51 |
|
| 52 |
|
| 53 |
+
Follow me on X/Twitter for new releases: https://twitter.com/artificialguybr/
|