Evo-Ukiyoe-v1 / README.md
mkshing's picture
Update README.md
03a7b59 verified
|
raw
history blame
No virus
2.92 kB
metadata
library_name: diffusers
license: apache-2.0
language:
  - ja
pipeline_tag: text-to-image
tags:
  - stable-diffusion

๐ŸŸ Evo-Ukiyoe-v1

๐Ÿค— Models | ๐Ÿ“ Blog | ๐Ÿฆ Twitter

EvoSDXL-JP-v1 is an experimental education-purpose Japanese SDXL Lightning. This model was created using the Evolutionary Model Merge method. Please refer to our report and blog for more details. This model was produced by merging the following models. We are grateful to the developers of the source models.

Usage

Use the code below to get started with the model.

Click to expand
  1. Git clone this model card
    git clone https://huggingface.co/SakanaAI/Evo-Ukiyoe-v1
    
  2. Install packages
    cd Evo-Ukiyoe-v1
    pip install -r requirements.txt
    
  3. Run
    from evoukiyoe_v1 import load_evoukiyoe
     
    prompt = "้ญšใŒๆณณใ„ใงใ„ใ‚‹ใ€‚"
    pipe = load_evoukiyoe(device="cuda")
    images = pipe(prompt + "่ผปใฎๆตฎไธ–็ตตใ€‚", guidance_scale=8.0, num_inference_steps=40).images
    images[0].save("image.png")
    

Model Details

License

The Python script included in this repository is licensed under the Apache License 2.0. Please note that the license for the model/pipeline generated by this script is inherited from the source models.

Uses

This model is provided for research and development purposes only and should be considered as an experimental prototype. It is not intended for commercial use or deployment in mission-critical environments. Use of this model is at the user's own risk, and its performance and outcomes are not guaranteed. Sakana AI shall not be liable for any direct, indirect, special, incidental, or consequential damages, or any loss arising from the use of this model, regardless of the results obtained. Users must fully understand the risks associated with the use of this model and use it at their own discretion.

Acknowledgement

We would like to thank the developers of the source models for their contributions and for making their work available.

Citation

TODO