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
- Draw Things
- DiffusionBee
Revlon Carter commited on
Upload floral-intro-image.jpg
Browse files- .gitattributes +1 -0
- floral-intro-image.jpg +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ floral-hdr-generation-output-example2.png filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
floral-hdr-generation-output-example3.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
floral-hdr-generation-output-example4.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
floral-hdr-generation-output-example5.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
floral-hdr-generation-output-example3.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
floral-hdr-generation-output-example4.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
floral-hdr-generation-output-example5.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
floral-intro-image.jpg filter=lfs diff=lfs merge=lfs -text
|
floral-intro-image.jpg
ADDED
|
Git LFS Details
|