Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Cinematic
Photography
Photorealism
Fantasy
Artwork
Landscape
Ciro_Negrogni
Hivemind111
Instructions to use Yntec/RadiantCinemagic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/RadiantCinemagic with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/RadiantCinemagic", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,4 +35,8 @@ Original Pages:
|
|
| 35 |
|
| 36 |
https://civitai.com/models/4509?modelVersionId=38663 (Radiant)
|
| 37 |
|
| 38 |
-
https://civitai.com/models/117345?modelVersionId=127152 (Cinemagic)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
https://civitai.com/models/4509?modelVersionId=38663 (Radiant)
|
| 37 |
|
| 38 |
+
https://civitai.com/models/117345?modelVersionId=127152 (Cinemagic)
|
| 39 |
+
|
| 40 |
+
# Cinemagic
|
| 41 |
+
|
| 42 |
+
Cinemagic is Radiant Vibes with the LoRa merged at 1.0 strength, Radiant Cinemagic is Radiant with strength 0.3 merged with Cinemagic at 0.7 strength.
|