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 ·
eddc450
1
Parent(s): 159e2a3
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,12 @@
|
|
| 2 |
tags:
|
| 3 |
- text-to-image
|
| 4 |
- stable-diffusion
|
|
|
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
|
|
|
| 8 |
widget:
|
| 9 |
- text: Jedi Master Lenin rises lightsaber in space
|
| 10 |
parameters:
|
|
@@ -26,6 +29,11 @@ widget:
|
|
| 26 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 27 |
instance_prompt: soviet poster, <lora:Soviet-poster:1.0>
|
| 28 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
# Soviet Diffusion XL
|
| 31 |
|
|
@@ -41,11 +49,9 @@ license: creativeml-openrail-m
|
|
| 41 |
|
| 42 |
You should use `soviet poster` to trigger the image generation.
|
| 43 |
|
| 44 |
-
You should use `<lora:Soviet-poster:1.0>` to trigger the image generation.
|
| 45 |
-
|
| 46 |
|
| 47 |
## Download model
|
| 48 |
|
| 49 |
Weights for this model are available in Safetensors format.
|
| 50 |
|
| 51 |
-
[Download](/openskyml/soviet-diffusion-xl/tree/main) them in the Files & versions tab.
|
|
|
|
| 2 |
tags:
|
| 3 |
- text-to-image
|
| 4 |
- stable-diffusion
|
| 5 |
+
- soviet-diffusion
|
| 6 |
+
- soviet-style
|
| 7 |
- lora
|
| 8 |
- diffusers
|
| 9 |
- template:sd-lora
|
| 10 |
+
- openskyml
|
| 11 |
widget:
|
| 12 |
- text: Jedi Master Lenin rises lightsaber in space
|
| 13 |
parameters:
|
|
|
|
| 29 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 30 |
instance_prompt: soviet poster, <lora:Soviet-poster:1.0>
|
| 31 |
license: creativeml-openrail-m
|
| 32 |
+
language:
|
| 33 |
+
- en
|
| 34 |
+
- fr
|
| 35 |
+
- ru
|
| 36 |
+
pipeline_tag: text-to-image
|
| 37 |
---
|
| 38 |
# Soviet Diffusion XL
|
| 39 |
|
|
|
|
| 49 |
|
| 50 |
You should use `soviet poster` to trigger the image generation.
|
| 51 |
|
|
|
|
|
|
|
| 52 |
|
| 53 |
## Download model
|
| 54 |
|
| 55 |
Weights for this model are available in Safetensors format.
|
| 56 |
|
| 57 |
+
[Download](/openskyml/soviet-diffusion-xl/tree/main) them in the Files & versions tab.
|