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
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,12 +19,9 @@ tags:
|
|
| 19 |
- 22th-Generation-Model
|
| 20 |
- Large-Image-Generation-Model
|
| 21 |
datasets:
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
-
- HuggingFaceFW/fineweb-2
|
| 26 |
-
- fka/awesome-chatgpt-prompts
|
| 27 |
-
- PowerInfer/QWQ-LONGCOT-500K
|
| 28 |
---
|
| 29 |
# Floral High Dynamic Range | Large Image Generation Model
|
| 30 |
<div style="display: flex; justify-content: center;">
|
|
|
|
| 19 |
- 22th-Generation-Model
|
| 20 |
- Large-Image-Generation-Model
|
| 21 |
datasets:
|
| 22 |
+
- k-mktr/improved-flux-prompts-photoreal-portrait
|
| 23 |
+
- Rapidata/700k_Human_Preference_Dataset_FLUX_SD3_MJ_DALLE3
|
| 24 |
+
- Rapidata/Flux_SD3_MJ_Dalle_Human_Coherence_Dataset
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
# Floral High Dynamic Range | Large Image Generation Model
|
| 27 |
<div style="display: flex; justify-content: center;">
|