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
|
@@ -41,11 +41,11 @@ tags:
|
|
| 41 |
|
| 42 |
---
|
| 43 |
|
| 44 |
-
<
|
| 45 |
<img src="./floral-hdr-generation-output-example.png" alt="Floral HDR Image 1" width="300" height="300">
|
| 46 |
-
<img src="./floral-hdr-generation-output-
|
| 47 |
<img src="./floral-hdr-generation-output-example3.png" alt="Floral HDR Image 3" width="300" height="300">
|
| 48 |
-
</
|
| 49 |
|
| 50 |
|
| 51 |
|
|
|
|
| 41 |
|
| 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="300" height="300">
|
| 46 |
+
<img src="./floral-hdr-generation-output-example2.png" alt="Floral HDR Image 2" width="300" height="300">
|
| 47 |
<img src="./floral-hdr-generation-output-example3.png" alt="Floral HDR Image 3" width="300" height="300">
|
| 48 |
+
</div>
|
| 49 |
|
| 50 |
|
| 51 |
|