valhalla / sd-wikiart-v2

huggingface.co
Total runs: 16
24-hour runs: 0
7-day runs: -1
30-day runs: 6
Model's Last Updated: May 16 2023
text-to-image

Introduction of sd-wikiart-v2

Model Details of sd-wikiart-v2

stable-diffusion-wikiart

sd-wikiart-v2 is a stable diffusion model that has been fine-tuned on the wikiart dataset to generate artistic images in different style and genres.

Gradio

Open In Colab

Model Description

The model originally used for fine-tuning is Stable Diffusion V1-4 , which is a latent image diffusion model trained on LAION2B-en .

The current model has been fine-tuned with a learning rate of 1e-05 for 1 epoch on 81K text-image pairs from wikiart dataset. Only the attention layers of the model are fine-tuned. This is done to avoid catastrophic forgetting, the model can generate artistic images given specific prompts but still retains most of its previous knowledge.

Training Data

TODO

License

This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:

  1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
  2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
  3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license here
Downstream Uses

This model can be used for entertainment purposes and as a generative art assistant.

Example Code
import torch
from diffusers import StableDiffusionPipeline

model_id = "valhalla/sd-wikiart-v2"
device = "cuda"

pipe = StableDiffusionPipeline.from_pretrained(
    model_id,
    torch_dtype=torch.float16,
)
pipe = pipe.to(device)

prompt = "a painting of eiffel tower in the style of surrealism"
with torch.autocast("cuda"):
    image = pipe(prompt, guidance_scale=7.5).images[0]
    
image.save("eiffel_impressionism.png")

Runs of valhalla sd-wikiart-v2 on huggingface.co

16
Total runs
0
24-hour runs
0
3-day runs
-1
7-day runs
6
30-day runs

More Information About sd-wikiart-v2 huggingface.co Model

sd-wikiart-v2 huggingface.co

sd-wikiart-v2 huggingface.co is an AI model on huggingface.co that provides sd-wikiart-v2's model effect (), which can be used instantly with this valhalla sd-wikiart-v2 model. huggingface.co supports a free trial of the sd-wikiart-v2 model, and also provides paid use of the sd-wikiart-v2. Support call sd-wikiart-v2 model through api, including Node.js, Python, http.

sd-wikiart-v2 huggingface.co Url

https://huggingface.co/valhalla/sd-wikiart-v2

valhalla sd-wikiart-v2 online free

sd-wikiart-v2 huggingface.co is an online trial and call api platform, which integrates sd-wikiart-v2's modeling effects, including api services, and provides a free online trial of sd-wikiart-v2, you can try sd-wikiart-v2 online for free by clicking the link below.

valhalla sd-wikiart-v2 online free url in huggingface.co:

https://huggingface.co/valhalla/sd-wikiart-v2

sd-wikiart-v2 install

sd-wikiart-v2 is an open source model from GitHub that offers a free installation service, and any user can find sd-wikiart-v2 on GitHub to install. At the same time, huggingface.co provides the effect of sd-wikiart-v2 install, users can directly use sd-wikiart-v2 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

sd-wikiart-v2 install url in huggingface.co:

https://huggingface.co/valhalla/sd-wikiart-v2

Url of sd-wikiart-v2

sd-wikiart-v2 huggingface.co Url

Provider of sd-wikiart-v2 huggingface.co

valhalla
ORGANIZATIONS

Other API from valhalla

huggingface.co

Total runs: 8
Run Growth: 3
Growth Rate: 37.50%
Updated:October 06 2023
huggingface.co

Total runs: 8
Run Growth: 2
Growth Rate: 25.00%
Updated:September 25 2023
huggingface.co

Total runs: 7
Run Growth: 1
Growth Rate: 14.29%
Updated:October 30 2023
huggingface.co

Total runs: 6
Run Growth: 3
Growth Rate: 60.00%
Updated:August 25 2023