Instructions to use hassanblend/HassanBlend1.5.1.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hassanblend/HassanBlend1.5.1.2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hassanblend/HassanBlend1.5.1.2", 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
Commit History
Update README.md 6722584
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#10) 81b59f4
Update README.md 7861cd5
Upload HassanBlend1.5.1.2-withVae.ckpt 2aefb9e
Update README.md 9de8571
Update README.md c64a26b
Add `scale_factor` to vae config. (#6) 38af61e
update i2i pipeline 01a50ac
Update app.py ec451ae
Update README.md c525df0
Add Diffusers weights (#2) 873bbc1
upload minor release 1.5.1.2 b3aa9ea
Delete HassanBend1.5.safetensors 6316e1b
Delete HassanBend1.5.ckpt 67adb38
Upload 2 files 1ee8c1a
Upload 18 files 25811db
Update README.md fcfca67
Upload HassanBlend1.5-pruned.safetensors d925f4b
Upload 2 files 9912bb3
Update README.md b0fe7bf
Update README.md abd3608
initial commit 80e43e2
Hassan commited on