Instructions to use AlekseyCalvin/HSTcolorFlexAlpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/HSTcolorFlexAlpha with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ostris/Flex.1-alpha", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AlekseyCalvin/HSTcolorFlexAlpha") prompt = "(6kCkpt)HST amateur anachrome photo, best quality, amateur photo shot on cell phone, bright daytime sky, USSR, heavens like coffee, intricate, highly detailed, HST style autochrome photo of a young woman playing poker against a blue-feathered dinosaur sitting across from her, moderately wrinkled blemished lined skin texture with pores, heaven like coffee" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K