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
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,9 +42,9 @@ tags:
|
|
| 42 |
---
|
| 43 |
|
| 44 |
<div style="display: flex; justify-content: center;">
|
| 45 |
-
<img src="./floral-hdr-generation-output-example.png" alt="Floral HDR Image 1" width="
|
| 46 |
-
<img src="./floral-hdr-generation-output-example2.png" alt="Floral HDR Image 2" width="
|
| 47 |
-
<img src="./floral-hdr-generation-output-example3.png" alt="Floral HDR Image 3" width="
|
| 48 |
</div>
|
| 49 |
|
| 50 |
|
|
|
|
| 42 |
---
|
| 43 |
|
| 44 |
<div style="display: flex; justify-content: center;">
|
| 45 |
+
<img src="./floral-hdr-generation-output-example.png" alt="Floral HDR Image 1" width="250" height="250">
|
| 46 |
+
<img src="./floral-hdr-generation-output-example2.png" alt="Floral HDR Image 2" width="250" height="250">
|
| 47 |
+
<img src="./floral-hdr-generation-output-example3.png" alt="Floral HDR Image 3" width="250" height="250">
|
| 48 |
</div>
|
| 49 |
|
| 50 |
|