Instructions to use softwareweaver/photon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use softwareweaver/photon with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("softwareweaver/photon", 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
File size: 321 Bytes
4ab1720 57de4ee 781a2c1 fca2882 ecca106 fca2882 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | ---
license: creativeml-openrail-m
language:
- en
library_name: diffusers
pipeline_tag: text-to-image
---
# Model Card for Model ID
Olive Optimized Onnx model for https://civitai.com/models/84728
This model is being used by Fusion Quill - a Windows app that runs Stable Diffusion models locally.
https://FusionQuill.AI |