Instructions to use mingyi456/SRPO-DF11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mingyi456/SRPO-DF11 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("mingyi456/SRPO-DF11", 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
|
@@ -60,4 +60,4 @@ This compressed model was made from [rockerBOO/flux.1-dev-SRPO](https://huggingf
|
|
| 60 |
image.save("SPRO.png")
|
| 61 |
```
|
| 62 |
#### ComfyUI
|
| 63 |
-
Refer to this [model](https://huggingface.co/mingyi456/
|
|
|
|
| 60 |
image.save("SPRO.png")
|
| 61 |
```
|
| 62 |
#### ComfyUI
|
| 63 |
+
Refer to this [model](https://huggingface.co/mingyi456/SRPO-DF11-ComfyUI) page instead, and follow the instructions there.
|