Instructions to use hansyan/perflow-sdxl-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hansyan/perflow-sdxl-base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hansyan/perflow-sdxl-base", 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
|
@@ -33,7 +33,7 @@ prompts_list = [
|
|
| 33 |
"distorted, blur, low-quality, haze, out of focus",],
|
| 34 |
["photorealistic, uhd, high resolution, high quality, highly detailed; masterpiece, A closeup face photo of girl, wearing a raincoat, in the street, heavy rain, bokeh,",
|
| 35 |
"distorted, blur, low-quality, haze, out of focus",],
|
| 36 |
-
["photorealistic, uhd, high resolution, high quality, highly detailed;
|
| 37 |
"distorted, blur, low-quality, haze, out of focus",],
|
| 38 |
["photorealistic, uhd, high resolution, high quality, highly detailed; masterpiece, A beautiful cat bask in the sun",
|
| 39 |
"distorted, blur, low-quality, haze, out of focus",],
|
|
|
|
| 33 |
"distorted, blur, low-quality, haze, out of focus",],
|
| 34 |
["photorealistic, uhd, high resolution, high quality, highly detailed; masterpiece, A closeup face photo of girl, wearing a raincoat, in the street, heavy rain, bokeh,",
|
| 35 |
"distorted, blur, low-quality, haze, out of focus",],
|
| 36 |
+
["photorealistic, uhd, high resolution, high quality, highly detailed; painting, a red train moving, snow, mountain in the background",
|
| 37 |
"distorted, blur, low-quality, haze, out of focus",],
|
| 38 |
["photorealistic, uhd, high resolution, high quality, highly detailed; masterpiece, A beautiful cat bask in the sun",
|
| 39 |
"distorted, blur, low-quality, haze, out of focus",],
|