Stable Diffusion XL Neuron Models
Collection
Collection of Stable Diffusion XL Models that can run on AWS Silicon Chips (specifically AWS Inferentia 2)
•
6 items
•
Updated
This is a PS1 Graphics LORA fine-tuned on SD XL 1.0.
The LORA has a high capacity to generate Pomological Watercolor in a wide variety of themes. It's a versatile LORA.
The tag for the model: playstation 1 graphics, PS1 Game
I really hope you like the LORA and use it.
You should use Playstation 1 Graphics
, PS1 Game
to trigger the image generation.
from diffusers import DPMSolverMultistepScheduler
from optimum.neuron import NeuronStableDiffusionXLPipeline
pipeline = NeuronStableDiffusionXLPipeline.from_pretrained("Shekswess/ps1redmond-ps1-game-graphics-lora-for-sdxl-neuron", device_ids=[0, 1])
pipeline.scheduler = DPMSolverMultistepScheduler.from_config(pipeline.scheduler.config)
prompt = "Playstation 1 Graphics, PS1 Game, Assasins Creed"
image = pipeline(prompt=prompt).images[0].save("output.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
BFloat16 (bf16) For Matrix Multiplication Operations.
Base model
stabilityai/stable-diffusion-xl-base-1.0