Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
Realism
Female
Woman
cordonsolution8
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/insaneRealistic_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/insaneRealistic_v2 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/insaneRealistic_v2", 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
|
@@ -3,11 +3,31 @@ license: creativeml-openrail-m
|
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- stable-diffusion
|
| 7 |
- stable-diffusion-diffusers
|
| 8 |
- diffusers
|
| 9 |
- text-to-image
|
| 10 |
-
- cordonsolution8
|
| 11 |
-
|
| 12 |
---
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
| 6 |
+
- Base Model
|
| 7 |
+
- Realism
|
| 8 |
+
- Female
|
| 9 |
+
- Woman
|
| 10 |
+
- cordonsolution8
|
| 11 |
- stable-diffusion
|
| 12 |
- stable-diffusion-diffusers
|
| 13 |
- diffusers
|
| 14 |
- text-to-image
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
# Insane Realistic 2
|
| 18 |
+
|
| 19 |
+
Original page: https://civitai.com/models/108585/
|
| 20 |
+
|
| 21 |
+
Samples and prompts:
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+
|
| 25 |
+
(Click for larger)
|
| 26 |
+
|
| 27 |
+
Top left: a cute girl with freckles on her face, cgsociety unreal engine, wet t-shirt, short skirt, style of aenami alena, trending on artstartion, inspired by Fyodor Vasilyev, looks a bit similar to amy adams, emissive light, fluffy orange skin, dribbble, dramatic rendering
|
| 28 |
+
|
| 29 |
+
Top right: 90s grainy vhs still young mother loose shirt, headband. holding a baby, on the couch, posing, bow. bokeh, bright lighting. smile
|
| 30 |
+
|
| 31 |
+
Bottom left: beautiful image of the first day of creation of the world and planet earth in the dark deep space, light and darkness separated, planets, under a black night sky of astronomical glittering starlight in the outer reaches of the solar system beyond, trending on artstation, octane render, symmetry by raqib shaw, presence of god, eye of god.
|
| 32 |
+
|
| 33 |
+
Bottom right: hill, mountains, sunset, field, world, ocean, trees, underground, city, village, path, urban, mountain, buildings, waterfall, skyline, nature, town, industrial, architecture, road, jungle, valley, bridge, horizon, landscape, house, building, environment, wilderness, enviroment, river, cave, desert, forest
|