Instructions to use SG161222/Realistic_Vision_V2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SG161222/Realistic_Vision_V2.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SG161222/Realistic_Vision_V2.0", 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
- Draw Things
- DiffusionBee
about the license
#12
by Youngonwyl - opened
the model has creativeml-openrail-m lincense, does that mean this model can be used for Commercial purpose?
Hi! Yes you can use the model for commercial purposes.
Hi, sorry to disturb you, Realistic Vision 2.0 claims thanks to the creator of 'Dreamlike PhotoReal 2.0'(https://civitai.com/models/4201/realistic-vision-v20), does this model merge Dreamlike model? Is it possible to introduce license risk of commercial use?
Yes, Realistic Vision V2.0 contains Dreamlike Photoreal 2.0 (https://civitai.com/models/3811/dreamlike-photoreal-20) in the merge, which is also distributed under creativeml-openrail-m license. So there is no problem with the commercial use of my model.
Following
