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
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,9 +16,16 @@ tags:
|
|
| 16 |
- floral
|
| 17 |
- High-Dynamic-Range
|
| 18 |
- Large-Image-Generation-Model
|
| 19 |
-
- conversational
|
| 20 |
- custom_code
|
| 21 |
- bf16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
datasets:
|
| 23 |
- future-technologies/Universal-Transformers-Dataset
|
| 24 |
---
|
|
|
|
| 16 |
- floral
|
| 17 |
- High-Dynamic-Range
|
| 18 |
- Large-Image-Generation-Model
|
|
|
|
| 19 |
- custom_code
|
| 20 |
- bf16
|
| 21 |
+
- text-to-image
|
| 22 |
+
- diffusion
|
| 23 |
+
- AI
|
| 24 |
+
- art
|
| 25 |
+
- photorealistic
|
| 26 |
+
- image
|
| 27 |
+
- powerful
|
| 28 |
+
- future
|
| 29 |
datasets:
|
| 30 |
- future-technologies/Universal-Transformers-Dataset
|
| 31 |
---
|