Instructions to use fangqi/WMPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fangqi/WMPO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fangqi/WMPO", 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
Delete checkpoint_files/WMPO-mimicgen
Browse files
checkpoint_files/WMPO-mimicgen/coffee_eval/run_20251107_151454.log
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
# Log started at 2025-11-07T15:14:54.076342
|
| 2 |
-
# Format: {timestamp} {step} {data_json}
|
|
|
|
|
|
|
|
|