Instructions to use obann001/Patrice_Evra_SD1.5_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use obann001/Patrice_Evra_SD1.5_Model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("obann001/Patrice_Evra_SD1.5_Model", dtype=torch.bfloat16, device_map="cuda") prompt = "concept art cinematic film still portrait of ohwx a handsome man teasing camera, detailed face, perfect lighting, 8k, hdr, film grain, Fujifilm . shallow depth of field, vignette, highly detailed, high budget Hollywood movie, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy . digital artwork, illustrative, painterly, matte painting, highly detailed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
