Instructions to use sophiaa/revise with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sophiaa/revise with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sophiaa/revise", 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
Commit History
Upload 20251107_104924_ditto_reward_celoss_grad_sum_0.25_resume_e1.pt with huggingface_hub acf6b50 verified
Delete revise_ckpt/README.md 1cddeac verified
Remove files and add ckpt folder c11e9c6
vfx-creator0 commited on
Upload ckpt folder e5c9687
vfx-creator0 commited on
Add checkpoint 76bea1c
vfx-creator0 commited on