Instructions to use theintuitiveye/HARDblend with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use theintuitiveye/HARDblend with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("theintuitiveye/HARDblend", 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
- Draw Things
- DiffusionBee
Commit ·
d58fc43
1
Parent(s): c4d0fd0
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,9 +25,8 @@ Use phrases : photorealistic, instagram photography, shot on iphone, RAW, profes
|
|
| 25 |
|
| 26 |
|
| 27 |
*RAW samples*
|
| 28 |
-

|
| 31 |
|
| 32 |
Help us to be able to create models of professional standards. Consider supporting us on [Patreon](https://www.patreon.com/intuitiveai) / [Ko-fi](https://ko-fi.com/intuitiveai) / [Paypal](https://www.paypal.com/paypalme/theintuitiveye)
|
| 33 |
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
*RAW samples*
|
| 28 |
+

|
| 29 |
+

|
|
|
|
| 30 |
|
| 31 |
Help us to be able to create models of professional standards. Consider supporting us on [Patreon](https://www.patreon.com/intuitiveai) / [Ko-fi](https://ko-fi.com/intuitiveai) / [Paypal](https://www.paypal.com/paypalme/theintuitiveye)
|
| 32 |
|