Text-to-Image
Diffusers
English
French
Russian
stable-diffusion
soviet-diffusion
soviet-style
lora
template:sd-lora
openskyml
Instructions to use openskyml/soviet-diffusion-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use openskyml/soviet-diffusion-xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("openskyml/soviet-diffusion-xl") prompt = "Jedi Master Lenin rises lightsaber in space" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
2e91552
1
Parent(s): eddc450
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,10 +41,13 @@ pipeline_tag: text-to-image
|
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
|
|
| 44 |
## Style of soviet posters from 1950s to 1980s.
|
| 45 |
|
|
|
|
| 46 |
### Published on HF.co with the OpenSkyML team
|
| 47 |
|
|
|
|
| 48 |
## Trigger words
|
| 49 |
|
| 50 |
You should use `soviet poster` to trigger the image generation.
|
|
|
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
| 44 |
+
|
| 45 |
## Style of soviet posters from 1950s to 1980s.
|
| 46 |
|
| 47 |
+
|
| 48 |
### Published on HF.co with the OpenSkyML team
|
| 49 |
|
| 50 |
+
|
| 51 |
## Trigger words
|
| 52 |
|
| 53 |
You should use `soviet poster` to trigger the image generation.
|