Instructions to use AlekseyCalvin/historic_color_dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/historic_color_dev with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AlekseyCalvin/historic_color_dev") prompt = "HST style autochrome photo, analog camera, blemished extremely elaborate mind-bogglingly fine objects within objects and textures within objects within textures within objects within subjects within textures within objects within textures within subjects within life within objects within textures, film photo, androgynous communist diverse deities amid peaceful revolution within revolt within reform within revolution, consolidate an inset progression of co-extending inspiring psychedelicate psychonautical images similar to poetic news cycle coverage, fearless spirits smitten with despairlessness, crisp, detailed timelessness, of future solarpunk utopian transurbanities, sublime global disassembly of capitalism, postcapitalist society, inspired by Walter Benjamin's Theses on the Philosophy of History, photorealistic reportage" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K