Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion-xl
stable-diffusion-xl-diffusers
stable-diffusion
ffai
Instructions to use FFusion/FFXL400 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FFusion/FFXL400 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FFusion/FFXL400", dtype=torch.bfloat16, device_map="cuda") prompt = "a dog in colorful exploding clouds, dreamlike surrealism colorful smoke and fire coming out of it, explosion of data fragments, exploding background,realistic explosion, 3d digital art" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
readme thumbnail
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ widget:
|
|
| 40 |
language:
|
| 41 |
- en
|
| 42 |
thumbnail: >-
|
| 43 |
-
https://
|
| 44 |
---
|
| 45 |
|
| 46 |
# FFXL400 Combined LoRA Model 🚀
|
|
|
|
| 40 |
language:
|
| 41 |
- en
|
| 42 |
thumbnail: >-
|
| 43 |
+
https://huggingface.co/FFusion/400GB-LoraXL/resolve/main/images/image7sm.jpg
|
| 44 |
---
|
| 45 |
|
| 46 |
# FFXL400 Combined LoRA Model 🚀
|