Instructions to use future-technologies/Floral-High-Dynamic-Range with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use future-technologies/Floral-High-Dynamic-Range with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("future-technologies/Floral-High-Dynamic-Range", 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
Delete floral-hdr-generation-output-example2.png 33f2b19 verified
Upload ae.safetensors 36abcd1 verified
Upload spiece.model 23f4637 verified
Upload diffusion_pytorch_model.safetensors 0700d92 verified
Create .gitattributes c0265dc verified
Delete gitattributes 30ab7d4 verified
Rename gitattributes to .gitattributes a463d00 verified
Upload gitattributes 9c1dc94 verified
Update README.md 9f59fe7 verified
Create model_index.json 903bce9 verified
Create vae/config.json f074770 verified
Create diffusion_pytorch_model.safetensors.index.json 67e1687 verified
Create transformer/config.json e54e582 verified
Create tokenizer.json 7bab841 verified
Create tokenizer_config.json 8cd4323 verified
Create tokenizer_2/special_tokens_map.json c0c67bd verified
Create vocab.json dc678c0 verified
Rename scheduler/config.json to scheduler/scheduler_config.json 96a9144 verified
Create tokenizer/tokenizer_config.json d0c3480 verified
Create tokenizer/special_tokens_map.json b3d938d verified
Create tokenizer/merges.txt c5bd0f2 verified
Create text_encoder_2/model.safetensors.index.json b37bee3 verified
Create text_encoder_2/config.json cd22c47 verified
Create text_encoder/config.json 850dc95 verified
Create scheduler/config.json 0936912 verified
Delete scheduler_config.json d4a4f59 verified
scheduler/scheduler_config.json e878754 verified
Delete scheduler b3ca14f verified
Create scheduler/ 821249d verified
Update README.md 541ee7f verified
Update README.md 3ad781f verified
Update LICENSE.md a35f1cd verified
Revlon Carter commited on