Views
No views yet
neonforestmist/GPT_Watercolor_Anime_Style_Images
for neonforestmist/Clover-Image-Tiny.neonforestmist/clover-image-tiny-watercolor-anime-lora-coreml, which targets neonforestmist/Clover-Image-Tiny-CoreML.examples/prompt-gallery/prompts.txt.image_0.png through image_3.png.watercolor anime.1import torch
2from diffusers import DiffusionPipeline
3
4pipe = DiffusionPipeline.from_pretrained(
5 "neonforestmist/Clover-Image-Tiny",
6 torch_dtype=torch.float16,
7).to("cuda")
8pipe.load_lora_weights(
9 "neonforestmist/clover-image-tiny-watercolor-anime-lora"
10)
11
12image = pipe(
13 "watercolor anime, a small blue cat beside a quiet garden stream",
14 num_inference_steps=20,
15 guidance_scale=7.5,
16).images[0]63b0e9f6be9c00888ff464f342a9ef052bf76681a08ad49bc28e9cebd704fd1010846357220c5c5dtrain_text_to_image_lora.pytraining/.neonforestmist/Clover-Image-Tinyneonforestmist/GPT_Watercolor_Anime_Style_Imagesneonforestmist/Clover-Image-Tiny-CoreMLneonforestmist/clover-image-tiny-lora-trainer