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 Settings
- Draw Things
- DiffusionBee
Commit ·
5cf9b3d
1
Parent(s): e724e1b
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ A versatile photorealistic NSFW capable model which is great at generating high
|
|
| 20 |
It is a finetuned model trained on ~500 portrait images merged with Hassanblend, Aeros, RealisticVision1.2, Delibrate, SxD, f222.
|
| 21 |
|
| 22 |
## Usage
|
| 23 |
-
Use stability ai VAE for better results
|
| 24 |
|
| 25 |
|
| 26 |
*RAW samples*
|
|
|
|
| 20 |
It is a finetuned model trained on ~500 portrait images merged with Hassanblend, Aeros, RealisticVision1.2, Delibrate, SxD, f222.
|
| 21 |
|
| 22 |
## Usage
|
| 23 |
+
Use stability ai VAE for better results.
|
| 24 |
|
| 25 |
|
| 26 |
*RAW samples*
|