Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stable-diffusion
sdxl
fluetnly-xl
fluently
trained
Instructions to use fluently/Fluently-XL-Final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fluently/Fluently-XL-Final with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fluently/Fluently-XL-Final", 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
|
@@ -2,6 +2,22 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: fluently-license
|
| 4 |
license_link: https://huggingface.co/spaces/fluently/License
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
datasets:
|
| 6 |
- ehristoforu/midjourney-images
|
| 7 |
- ehristoforu/dalle-3-images
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: fluently-license
|
| 4 |
license_link: https://huggingface.co/spaces/fluently/License
|
| 5 |
+
extra_gated_prompt: >-
|
| 6 |
+
By clicking "Agree", you agree to the [License
|
| 7 |
+
Agreement](https://huggingface.co/spaces/fluently/License/blob/main/LICENSE.md)
|
| 8 |
+
extra_gated_fields:
|
| 9 |
+
Name: text
|
| 10 |
+
Email: text
|
| 11 |
+
Country: country
|
| 12 |
+
Who you are?:
|
| 13 |
+
type: select
|
| 14 |
+
options:
|
| 15 |
+
- 'Researcher'
|
| 16 |
+
- 'Student'
|
| 17 |
+
- 'Teacher'
|
| 18 |
+
- 'Model creator'
|
| 19 |
+
- 'Non-profit company'
|
| 20 |
+
- 'Commercial company'
|
| 21 |
datasets:
|
| 22 |
- ehristoforu/midjourney-images
|
| 23 |
- ehristoforu/dalle-3-images
|