Text-to-Image
Diffusers
TensorBoard
StableDiffusionPipeline
anthro
furry
e621
nsfw
Not-For-All-Audiences
Instructions to use hearmeneigh/sd21-e621-rising-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hearmeneigh/sd21-e621-rising-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("hearmeneigh/sd21-e621-rising-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
🚩 Report : Legal issue(s)
#3
by Eivel - opened
The model was trained on E621 website that aggregates artwork from various artists. Training without their consent is copyright infringement.
This is a non-commercial, open source model generated purely for research purposes. It is covered by the 'fair use' doctrine of the US copyright law. Please see https://crsreports.congress.gov/product/pdf/LSB/LSB10922 for details.
This is a non-commercial, open source model generated purely for research purposes. It is covered by the 'fair use' doctrine of the US copyright law. Please see https://crsreports.congress.gov/product/pdf/LSB/LSB10922 for details.
Thank you for pointing that out